(fit, mod, context, projectionRange, **kwargs)
| 15096 | |
| 15097 | @staticmethod |
| 15098 | def handler(fit, mod, context, projectionRange, **kwargs): |
| 15099 | fit.ship.boostItemAttr('maxVelocity', mod.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs) |
| 15100 | fit.ship.increaseItemAttr('warpScrambleStatus', mod.getModifiedItemAttr('siegeModeWarpStatus'), **kwargs) |
| 15101 | |
| 15102 | |
| 15103 | class Effect4492(BaseEffect): |
nothing calls this directly
no test coverage detected