(fit, src, context, projectionRange, **kwargs)
| 35822 | |
| 35823 | @staticmethod |
| 35824 | def handler(fit, src, context, projectionRange, **kwargs): |
| 35825 | fit.ship.increaseItemAttr('warpSpeedMultiplier', src.getModifiedItemAttr('warpSpeedAdd'), **kwargs) |
| 35826 | |
| 35827 | |
| 35828 | class Effect8021(BaseEffect): |
nothing calls this directly
no test coverage detected