(fit, ship, context, projectionRange, **kwargs)
| 18800 | |
| 18801 | @staticmethod |
| 18802 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18803 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'), |
| 18804 | 'capacitorNeed', ship.getModifiedItemAttr('shipBonusAD1'), skill='Amarr Destroyer', **kwargs) |
| 18805 | |
| 18806 | |
| 18807 | class Effect5294(BaseEffect): |
nothing calls this directly
no test coverage detected