(fit, mod, context, projectionRange, **kwargs)
| 27300 | |
| 27301 | @staticmethod |
| 27302 | def handler(fit, mod, context, projectionRange, **kwargs): |
| 27303 | fit.ship.boostItemAttr('maxVelocity', mod.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs) |
| 27304 | fit.ship.increaseItemAttr('warpScrambleStatus', mod.getModifiedItemAttr('siegeModeWarpStatus'), **kwargs) |
| 27305 | |
| 27306 | |
| 27307 | class Effect6473(BaseEffect): |
nothing calls this directly
no test coverage detected