(fit, ship, context, projectionRange, **kwargs)
| 18286 | |
| 18287 | @staticmethod |
| 18288 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18289 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Projectile Turret'), |
| 18290 | 'trackingSpeed', ship.getModifiedItemAttr('rookieSPTTracking'), **kwargs) |
| 18291 | |
| 18292 | |
| 18293 | class Effect5218(BaseEffect): |
nothing calls this directly
no test coverage detected