(fit, mod, context, projectionRange, **kwargs)
| 24903 | |
| 24904 | @staticmethod |
| 24905 | def handler(fit, mod, context, projectionRange, **kwargs): |
| 24906 | fit.ship.boostItemAttr('maxVelocity', mod.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs) |
| 24907 | fit.ship.increaseItemAttr('warpScrambleStatus', mod.getModifiedItemAttr('siegeModeWarpStatus'), **kwargs) |
| 24908 | |
| 24909 | |
| 24910 | class Effect6208(BaseEffect): |
nothing calls this directly
no test coverage detected