(fit, ship, context, projectionRange, **kwargs)
| 18254 | |
| 18255 | @staticmethod |
| 18256 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18257 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 18258 | 'trackingSpeed', ship.getModifiedItemAttr('rookieSHTTracking'), **kwargs) |
| 18259 | |
| 18260 | |
| 18261 | class Effect5216(BaseEffect): |
nothing calls this directly
no test coverage detected