(fit, ship, context, projectionRange, **kwargs)
| 18318 | |
| 18319 | @staticmethod |
| 18320 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18321 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Projectile Turret'), |
| 18322 | 'maxRange', ship.getModifiedItemAttr('rookieSPTOptimal'), **kwargs) |
| 18323 | |
| 18324 | |
| 18325 | class Effect5220(BaseEffect): |
nothing calls this directly
no test coverage detected