(fit, implant, context, projectionRange, **kwargs)
| 887 | |
| 888 | @staticmethod |
| 889 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 890 | fit.ship.boostItemAttr('maxVelocity', implant.getModifiedItemAttr('velocityBonus'), **kwargs) |
| 891 | |
| 892 | |
| 893 | class Effect227(BaseEffect): |
nothing calls this directly
no test coverage detected