(fit, module, context, projectionRange, **kwargs)
| 22724 | |
| 22725 | @staticmethod |
| 22726 | def handler(fit, module, context, projectionRange, **kwargs): |
| 22727 | fit.ship.increaseItemAttr('warpSpeedMultiplier', module.getModifiedItemAttr('warpSpeedAdd'), **kwargs) |
| 22728 | |
| 22729 | |
| 22730 | class Effect5901(BaseEffect): |
nothing calls this directly
no test coverage detected