(fit, mod, context, projectionRange, **kwargs)
| 6499 | |
| 6500 | @staticmethod |
| 6501 | def handler(fit, mod, context, projectionRange, **kwargs): |
| 6502 | fit.ship.boostItemAttr('maxVelocity', mod.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs) |
| 6503 | fit.ship.increaseItemAttr('warpScrambleStatus', mod.getModifiedItemAttr('siegeModeWarpStatus'), **kwargs) |
| 6504 | |
| 6505 | |
| 6506 | class Effect2155(BaseEffect): |
nothing calls this directly
no test coverage detected