(fit, ship, context, projectionRange, **kwargs)
| 18137 | |
| 18138 | @staticmethod |
| 18139 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18140 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'), |
| 18141 | 'maxRange', ship.getModifiedItemAttr('rookieSETOptimal'), **kwargs) |
| 18142 | |
| 18143 | |
| 18144 | class Effect5207(BaseEffect): |
nothing calls this directly
no test coverage detected