(fit, implant, context, projectionRange, **kwargs)
| 7201 | |
| 7202 | @staticmethod |
| 7203 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 7204 | fit.ship.boostItemAttr('maxVelocity', implant.getModifiedItemAttr('velocityBonus2'), **kwargs) |
| 7205 | |
| 7206 | |
| 7207 | class Effect2489(BaseEffect): |
nothing calls this directly
no test coverage detected