(fit, ship, context, projectionRange, **kwargs)
| 38917 | |
| 38918 | @staticmethod |
| 38919 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38920 | fit.modules.filteredItemBoost( |
| 38921 | lambda mod: mod.item.requiresSkill('Small Projectile Turret'), 'falloff', |
| 38922 | ship.getModifiedItemAttr('shipBonusNavyDestroyerMinmatar5'), **kwargs) |
| 38923 | |
| 38924 | |
| 38925 | class Effect11404(BaseEffect): |
nothing calls this directly
no test coverage detected