(fit, mod, context, projectionRange, **kwargs)
| 27317 | |
| 27318 | @staticmethod |
| 27319 | def handler(fit, mod, context, projectionRange, **kwargs): |
| 27320 | fit.ship.boostItemAttr('maxVelocity', mod.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs) |
| 27321 | fit.ship.increaseItemAttr('warpScrambleStatus', mod.getModifiedItemAttr('siegeModeWarpStatus'), **kwargs) |
| 27322 | |
| 27323 | |
| 27324 | class Effect6474(BaseEffect): |
nothing calls this directly
no test coverage detected