(fit, ship, context, projectionRange, **kwargs)
| 19228 | |
| 19229 | @staticmethod |
| 19230 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19231 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Energy Turret'), |
| 19232 | 'capacitorNeed', ship.getModifiedItemAttr('shipBonusABC1'), |
| 19233 | skill='Amarr Battlecruiser', **kwargs) |
| 19234 | |
| 19235 | |
| 19236 | class Effect5333(BaseEffect): |
nothing calls this directly
no test coverage detected