(fit, ship, context, projectionRange, **kwargs)
| 42095 | |
| 42096 | @staticmethod |
| 42097 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42098 | fit.modules.filteredItemBoost( |
| 42099 | lambda mod: mod.item.requiresSkill('Large Energy Turret'), 'capacitorNeed', |
| 42100 | ship.getModifiedItemAttr('shipBonusAB3'), skill='Amarr Battleship', **kwargs) |
| 42101 | |
| 42102 | |
| 42103 | class Effect12575(BaseEffect): |
nothing calls this directly
no test coverage detected