(fit, mod, context, projectionRange, **kwargs)
| 15062 | |
| 15063 | @staticmethod |
| 15064 | def handler(fit, mod, context, projectionRange, **kwargs): |
| 15065 | fit.ship.boostItemAttr('maxVelocity', mod.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs) |
| 15066 | fit.ship.increaseItemAttr('warpScrambleStatus', mod.getModifiedItemAttr('siegeModeWarpStatus'), **kwargs) |
| 15067 | |
| 15068 | |
| 15069 | class Effect4490(BaseEffect): |
nothing calls this directly
no test coverage detected