(fit, ship, context, projectionRange, **kwargs)
| 23337 | |
| 23338 | @staticmethod |
| 23339 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23340 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'), |
| 23341 | 'capacitorNeed', ship.getModifiedItemAttr('shipBonusTacticalDestroyerAmarr2'), |
| 23342 | skill='Amarr Tactical Destroyer', **kwargs) |
| 23343 | |
| 23344 | |
| 23345 | class Effect6008(BaseEffect): |
nothing calls this directly
no test coverage detected