(fit, implant, context, projectionRange, **kwargs)
| 7053 | |
| 7054 | @staticmethod |
| 7055 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 7056 | fit.ship.boostItemAttr('maxVelocity', implant.getModifiedItemAttr('implantBonusVelocity'), **kwargs) |
| 7057 | |
| 7058 | |
| 7059 | class Effect2432(BaseEffect): |
nothing calls this directly
no test coverage detected