(fit, mod, context, projectionRange, **kwargs)
| 15113 | |
| 15114 | @staticmethod |
| 15115 | def handler(fit, mod, context, projectionRange, **kwargs): |
| 15116 | fit.ship.boostItemAttr('maxVelocity', mod.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs) |
| 15117 | fit.ship.increaseItemAttr('warpScrambleStatus', mod.getModifiedItemAttr('siegeModeWarpStatus'), **kwargs) |
| 15118 | |
| 15119 | |
| 15120 | class Effect4510(BaseEffect): |
nothing calls this directly
no test coverage detected