(fit, module, context, projectionRange, **kwargs)
| 37012 | |
| 37013 | @staticmethod |
| 37014 | def handler(fit, module, context, projectionRange, **kwargs): |
| 37015 | fit.ship.increaseItemAttr('warpScrambleStatus', module.getModifiedItemAttr('warpScrambleStrength'), **kwargs) |
| 37016 | |
| 37017 | |
| 37018 | class Effect8123(BaseEffect): |
nothing calls this directly
no test coverage detected