(cls, fit, booster, context, projectionRange, **kwargs)
| 8073 | |
| 8074 | @classmethod |
| 8075 | def handler(cls, fit, booster, context, projectionRange, **kwargs): |
| 8076 | fit.ship.boostItemAttr('maxVelocity', booster.getModifiedItemAttr(cls.attr), **kwargs) |
| 8077 | |
| 8078 | |
| 8079 | class Effect2747(BaseEffect): |
nothing calls this directly
no test coverage detected