(fit, ship, context, projectionRange, **kwargs)
| 17119 | |
| 17120 | @staticmethod |
| 17121 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17122 | fit.ship.boostItemAttr('maxVelocity', ship.getModifiedItemAttr('rookieShipVelocityBonus'), **kwargs) |
| 17123 | |
| 17124 | |
| 17125 | class Effect5019(BaseEffect): |
nothing calls this directly
no test coverage detected