(fit, module, context, projectionRange, **kwargs)
| 8722 | |
| 8723 | @staticmethod |
| 8724 | def handler(fit, module, context, projectionRange, **kwargs): |
| 8725 | fit.ship.boostItemAttr('maxVelocity', module.getModifiedItemAttr('implantBonusVelocity'), |
| 8726 | stackingPenalties=True, **kwargs) |
| 8727 | |
| 8728 | |
| 8729 | class Effect2866(BaseEffect): |
nothing calls this directly
no test coverage detected