(fit, ship, context, projectionRange, **kwargs)
| 38781 | |
| 38782 | @staticmethod |
| 38783 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38784 | fit.modules.filteredItemBoost( |
| 38785 | lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), 'falloff', |
| 38786 | ship.getModifiedItemAttr('shipBonusNavyDestroyerGallente5'), **kwargs) |
| 38787 | |
| 38788 | |
| 38789 | class Effect11395(BaseEffect): |
nothing calls this directly
no test coverage detected