(fit, ship, context, projectionRange, **kwargs)
| 39019 | |
| 39020 | @staticmethod |
| 39021 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39022 | fit.modules.filteredItemBoost( |
| 39023 | lambda mod: mod.item.requiresSkill('Small Energy Turret'), 'falloff', |
| 39024 | ship.getModifiedItemAttr('shipBonusNavyDestroyerAmarr7'), **kwargs) |
| 39025 | |
| 39026 | |
| 39027 | class Effect11411(BaseEffect): |
nothing calls this directly
no test coverage detected