(fit, mod, context, projectionRange, **kwargs)
| 39706 | |
| 39707 | @staticmethod |
| 39708 | def handler(fit, mod, context, projectionRange, **kwargs): |
| 39709 | fit.ship.boostItemAttr('maxVelocity', mod.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs) |
| 39710 | fit.ship.increaseItemAttr('warpScrambleStatus', mod.getModifiedItemAttr('siegeModeWarpStatus'), **kwargs) |
| 39711 | |
| 39712 | |
| 39713 | class Effect11696(BaseEffect): |
nothing calls this directly
no test coverage detected