(fit, mod, context, projectionRange, **kwargs)
| 8703 | |
| 8704 | @staticmethod |
| 8705 | def handler(fit, mod, context, projectionRange, **kwargs): |
| 8706 | fit.ship.boostItemAttr('maxVelocity', mod.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs) |
| 8707 | fit.ship.increaseItemAttr('warpScrambleStatus', mod.getModifiedItemAttr('siegeModeWarpStatus'), **kwargs) |
| 8708 | fit.ship.forceItemAttr('canCloak', mod.getModifiedChargeAttr('canCloak'), **kwargs) |
| 8709 | |
| 8710 | |
| 8711 | class Effect2865(BaseEffect): |
nothing calls this directly
no test coverage detected