(fit, ship, context, projectionRange, **kwargs)
| 8505 | |
| 8506 | @staticmethod |
| 8507 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 8508 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Energy Turret'), |
| 8509 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusAB2'), |
| 8510 | skill='Amarr Battleship', **kwargs) |
| 8511 | |
| 8512 | |
| 8513 | class Effect2809(BaseEffect): |
nothing calls this directly
no test coverage detected