(fit, ship, context, projectionRange, **kwargs)
| 21096 | |
| 21097 | @staticmethod |
| 21098 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21099 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Energy Turret'), |
| 21100 | 'maxRange', ship.getModifiedItemAttr('shipBonusAB'), skill='Amarr Battleship', **kwargs) |
| 21101 | |
| 21102 | |
| 21103 | class Effect5611(BaseEffect): |
nothing calls this directly
no test coverage detected