(fit, ship, context, projectionRange, **kwargs)
| 17479 | |
| 17480 | @staticmethod |
| 17481 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17482 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Emission Systems'), |
| 17483 | 'capacitorNeed', ship.getModifiedItemAttr('shipBonusCF'), skill='Caldari Frigate', **kwargs) |
| 17484 | |
| 17485 | |
| 17486 | class Effect5104(BaseEffect): |
nothing calls this directly
no test coverage detected