(fit, ship, context, projectionRange, **kwargs)
| 2939 | |
| 2940 | @staticmethod |
| 2941 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2942 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'), |
| 2943 | 'maxRange', ship.getModifiedItemAttr('eliteBonusGunship1'), |
| 2944 | skill='Assault Frigates', **kwargs) |
| 2945 | |
| 2946 | |
| 2947 | class Effect996(BaseEffect): |
nothing calls this directly
no test coverage detected