(fit, ship, context, projectionRange, **kwargs)
| 19542 | |
| 19543 | @staticmethod |
| 19544 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19545 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Energy Turret'), |
| 19546 | 'capacitorNeed', ship.getModifiedItemAttr('shipBonusABC1'), |
| 19547 | skill='Amarr Battlecruiser', **kwargs) |
| 19548 | |
| 19549 | |
| 19550 | class Effect5355(BaseEffect): |
nothing calls this directly
no test coverage detected