(fit, ship, context, projectionRange, **kwargs)
| 17663 | |
| 17664 | @staticmethod |
| 17665 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17666 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Emission Systems'), |
| 17667 | 'capacitorNeed', ship.getModifiedItemAttr('shipBonusMC'), skill='Minmatar Cruiser', **kwargs) |
| 17668 | |
| 17669 | |
| 17670 | class Effect5123(BaseEffect): |
nothing calls this directly
no test coverage detected