(fit, ship, context, projectionRange, **kwargs)
| 39257 | |
| 39258 | @staticmethod |
| 39259 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39260 | fit.modules.filteredItemBoost( |
| 39261 | lambda mod: mod.item.requiresSkill('Large Energy Turret'), 'damageMultiplier', |
| 39262 | ship.getModifiedItemAttr('shipBonusAB'), skill='Amarr Battleship', **kwargs) |
| 39263 | |
| 39264 | |
| 39265 | class Effect11425(BaseEffect): |
nothing calls this directly
no test coverage detected