(fit, ship, context, projectionRange, **kwargs)
| 4402 | |
| 4403 | @staticmethod |
| 4404 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 4405 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM', |
| 4406 | 'capacitorNeed', ship.getModifiedItemAttr('shipBonusCC'), |
| 4407 | skill='Caldari Cruiser', **kwargs) |
| 4408 | |
| 4409 | |
| 4410 | class Effect1445(BaseEffect): |
nothing calls this directly
no test coverage detected