(fit, ship, context, projectionRange, **kwargs)
| 23320 | |
| 23321 | @staticmethod |
| 23322 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23323 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'), |
| 23324 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusTacticalDestroyerAmarr1'), |
| 23325 | skill='Amarr Tactical Destroyer', **kwargs) |
| 23326 | |
| 23327 | |
| 23328 | class Effect6007(BaseEffect): |
nothing calls this directly
no test coverage detected