(fit, module, context, projectionRange, **kwargs)
| 11647 | |
| 11648 | @staticmethod |
| 11649 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11650 | fit.ship.boostItemAttr('maxVelocity', module.getModifiedItemAttr('implantBonusVelocity'), |
| 11651 | stackingPenalties=True, **kwargs) |
| 11652 | |
| 11653 | |
| 11654 | class Effect3739(BaseEffect): |
nothing calls this directly
no test coverage detected