(fit, ship, context, projectionRange, **kwargs)
| 19559 | |
| 19560 | @staticmethod |
| 19561 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19562 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Energy Turret'), |
| 19563 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusABC2'), |
| 19564 | skill='Amarr Battlecruiser', **kwargs) |
| 19565 | |
| 19566 | |
| 19567 | class Effect5356(BaseEffect): |
nothing calls this directly
no test coverage detected