(fit, ship, context, projectionRange, **kwargs)
| 11457 | |
| 11458 | @staticmethod |
| 11459 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 11460 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Energy Turret'), |
| 11461 | 'maxRange', ship.getModifiedItemAttr('shipBonusAB2'), skill='Amarr Battleship', **kwargs) |
| 11462 | |
| 11463 | |
| 11464 | class Effect3678(BaseEffect): |
nothing calls this directly
no test coverage detected