(fit, ship, context, projectionRange, **kwargs)
| 38764 | |
| 38765 | @staticmethod |
| 38766 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38767 | fit.modules.filteredItemBoost( |
| 38768 | lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), 'maxRange', |
| 38769 | ship.getModifiedItemAttr('shipBonusNavyDestroyerGallente4'), **kwargs) |
| 38770 | |
| 38771 | |
| 38772 | class Effect11394(BaseEffect): |
nothing calls this directly
no test coverage detected