(fit, module, context, projectionRange, **kwargs)
| 8688 | |
| 8689 | @staticmethod |
| 8690 | def handler(fit, module, context, projectionRange, **kwargs): |
| 8691 | fit.ship.boostItemAttr('maxVelocity', module.getModifiedItemAttr('speedFactor'), **kwargs) |
| 8692 | |
| 8693 | |
| 8694 | class Effect2858(BaseEffect): |
nothing calls this directly
no test coverage detected