(fit, ship, context, projectionRange, **kwargs)
| 16933 | |
| 16934 | @staticmethod |
| 16935 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16936 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 16937 | 'maxRange', ship.getModifiedItemAttr('rookieSHTOptimalBonus'), **kwargs) |
| 16938 | |
| 16939 | |
| 16940 | class Effect5000(BaseEffect): |
nothing calls this directly
no test coverage detected