(fit, mod, context, projectionRange, **kwargs)
| 15079 | |
| 15080 | @staticmethod |
| 15081 | def handler(fit, mod, context, projectionRange, **kwargs): |
| 15082 | fit.ship.boostItemAttr('maxVelocity', mod.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs) |
| 15083 | fit.ship.increaseItemAttr('warpScrambleStatus', mod.getModifiedItemAttr('siegeModeWarpStatus'), **kwargs) |
| 15084 | |
| 15085 | |
| 15086 | class Effect4491(BaseEffect): |
nothing calls this directly
no test coverage detected