(fit, module, context, projectionRange, **kwargs)
| 9569 | |
| 9570 | @staticmethod |
| 9571 | def handler(fit, module, context, projectionRange, **kwargs): |
| 9572 | fit.ship.multiplyItemAttr('maxVelocity', module.getModifiedItemAttr('maxVelocityModifier'), stackingPenalties=True, **kwargs) |
| 9573 | |
| 9574 | |
| 9575 | class Effect3047(BaseEffect): |
nothing calls this directly
no test coverage detected