(fit, ship, context, projectionRange, **kwargs)
| 2922 | |
| 2923 | @staticmethod |
| 2924 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2925 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 2926 | 'maxRange', ship.getModifiedItemAttr('eliteBonusGunship1'), |
| 2927 | skill='Assault Frigates', **kwargs) |
| 2928 | |
| 2929 | |
| 2930 | class Effect991(BaseEffect): |
nothing calls this directly
no test coverage detected