├── .github └── workflows │ └── rust.yml ├── .gitignore ├── Cargo.toml ├── LICENSE ├── README.md ├── assets ├── 2023-04-08-2v2AI.SC2Replay ├── BalanceData │ ├── 94137 │ │ ├── ATALaserBatteryLMWeapon.json │ │ ├── ATSLaserBatteryLMWeapon.json │ │ ├── AberrationACGluescreenDummy.json │ │ ├── AccelerationZoneFlyingLarge.json │ │ ├── AccelerationZoneFlyingMedium.json │ │ ├── AccelerationZoneFlyingSmall.json │ │ ├── AccelerationZoneLarge.json │ │ ├── AccelerationZoneMedium.json │ │ ├── AccelerationZoneSmall.json │ │ ├── AcidSalivaWeapon.json │ │ ├── AcidSpinesWeapon.json │ │ ├── Adept.json │ │ ├── AdeptFenixACGluescreenDummy.json │ │ ├── AdeptPhaseShift.json │ │ ├── AdeptPiercingWeapon.json │ │ ├── AdeptUpgradeWeapon.json │ │ ├── AdeptWeapon.json │ │ ├── AiurLightBridgeAbandonedNE10.json │ │ ├── AiurLightBridgeAbandonedNE10Out.json │ │ ├── AiurLightBridgeAbandonedNE12.json │ │ ├── AiurLightBridgeAbandonedNE12Out.json │ │ ├── AiurLightBridgeAbandonedNE8.json │ │ ├── AiurLightBridgeAbandonedNE8Out.json │ │ ├── AiurLightBridgeAbandonedNW10.json │ │ ├── AiurLightBridgeAbandonedNW10Out.json │ │ ├── AiurLightBridgeAbandonedNW12.json │ │ ├── AiurLightBridgeAbandonedNW12Out.json │ │ ├── AiurLightBridgeAbandonedNW8.json │ │ ├── AiurLightBridgeAbandonedNW8Out.json │ │ ├── AiurLightBridgeNE10.json │ │ ├── AiurLightBridgeNE10Out.json │ │ ├── AiurLightBridgeNE12.json │ │ ├── AiurLightBridgeNE12Out.json │ │ ├── AiurLightBridgeNE8.json │ │ ├── AiurLightBridgeNE8Out.json │ │ ├── AiurLightBridgeNW10.json │ │ ├── AiurLightBridgeNW10Out.json │ │ ├── AiurLightBridgeNW12.json │ │ ├── AiurLightBridgeNW12Out.json │ │ ├── AiurLightBridgeNW8.json │ │ ├── AiurLightBridgeNW8Out.json │ │ ├── AiurTempleBridgeDestructibleNE10Out.json │ │ ├── AiurTempleBridgeDestructibleNE12Out.json │ │ ├── AiurTempleBridgeDestructibleNE8Out.json │ │ ├── AiurTempleBridgeDestructibleNW10Out.json │ │ ├── AiurTempleBridgeDestructibleNW12Out.json │ │ ├── AiurTempleBridgeDestructibleNW8Out.json │ │ ├── AiurTempleBridgeDestructibleSE10Out.json │ │ ├── AiurTempleBridgeDestructibleSE12Out.json │ │ ├── AiurTempleBridgeDestructibleSE8Out.json │ │ ├── AiurTempleBridgeDestructibleSW10Out.json │ │ ├── AiurTempleBridgeDestructibleSW12Out.json │ │ ├── AiurTempleBridgeDestructibleSW8Out.json │ │ ├── AiurTempleBridgeNE10Out.json │ │ ├── AiurTempleBridgeNE12Out.json │ │ ├── AiurTempleBridgeNE8Out.json │ │ ├── AiurTempleBridgeNW10Out.json │ │ ├── AiurTempleBridgeNW12Out.json │ │ ├── AiurTempleBridgeNW8Out.json │ │ ├── Anteplott.json │ │ ├── ArbiterMP.json │ │ ├── ArbiterMPWeaponMissile.json │ │ ├── Archon.json │ │ ├── ArchonACGluescreenDummy.json │ │ ├── Armory.json │ │ ├── ArtilleryMengskACGluescreenDummy.json │ │ ├── Artosilope.json │ │ ├── Assimilator.json │ │ ├── AssimilatorRich.json │ │ ├── AutoTestAttackTargetAir.json │ │ ├── AutoTestAttackTargetGround.json │ │ ├── AutoTestAttacker.json │ │ ├── AutoTurret.json │ │ ├── AutoTurretReleaseWeapon.json │ │ ├── BacklashRocketsLMWeapon.json │ │ ├── Ball.json │ │ ├── Baneling.json │ │ ├── BanelingACGluescreenDummy.json │ │ ├── BanelingBurrowed.json │ │ ├── BanelingCocoon.json │ │ ├── BanelingNest.json │ │ ├── Banshee.json │ │ ├── BansheeACGluescreenDummy.json │ │ ├── Barracks.json │ │ ├── BarracksFlying.json │ │ ├── BarracksReactor.json │ │ ├── BarracksTechLab.json │ │ ├── BattleStationMineralField.json │ │ ├── BattleStationMineralField750.json │ │ ├── Battlecruiser.json │ │ ├── BattlecruiserACGluescreenDummy.json │ │ ├── BattlecruiserMengskACGluescreenDummy.json │ │ ├── BeaconArmy.json │ │ ├── BeaconAttack.json │ │ ├── BeaconAuto.json │ │ ├── BeaconClaim.json │ │ ├── BeaconCustom1.json │ │ ├── BeaconCustom2.json │ │ ├── BeaconCustom3.json │ │ ├── BeaconCustom4.json │ │ ├── BeaconDefend.json │ │ ├── BeaconDetect.json │ │ ├── BeaconExpand.json │ │ ├── BeaconHarass.json │ │ ├── BeaconIdle.json │ │ ├── BeaconRally.json │ │ ├── BeaconScout.json │ │ ├── Beacon_Nova.json │ │ ├── Beacon_NovaSmall.json │ │ ├── Beacon_Protoss.json │ │ ├── Beacon_ProtossSmall.json │ │ ├── Beacon_Terran.json │ │ ├── Beacon_TerranSmall.json │ │ ├── Beacon_Zerg.json │ │ ├── Beacon_ZergSmall.json │ │ ├── BileLauncherACGluescreenDummy.json │ │ ├── BlackOpsMissileTurretACGluescreenDummy.json │ │ ├── BlasterBillyACGluescreenDummy.json │ │ ├── BlimpMengskACGluescreenDummy.json │ │ ├── BraxisAlphaDestructible1x1.json │ │ ├── BraxisAlphaDestructible2x2.json │ │ ├── BroodLord.json │ │ ├── BroodLordACGluescreenDummy.json │ │ ├── BroodLordAWeapon.json │ │ ├── BroodLordBWeapon.json │ │ ├── BroodLordCocoon.json │ │ ├── BroodLordWeapon.json │ │ ├── Broodling.json │ │ ├── BroodlingEscort.json │ │ ├── BrutaliskACGluescreenDummy.json │ │ ├── Bunker.json │ │ ├── BunkerACGluescreenDummy.json │ │ ├── BunkerDepotMengskACGluescreenDummy.json │ │ ├── BunkerUpgradedACGluescreenDummy.json │ │ ├── BypassArmorDrone.json │ │ ├── Carrier.json │ │ ├── CarrierACGluescreenDummy.json │ │ ├── CarrierAiurACGluescreenDummy.json │ │ ├── CarrierFenixACGluescreenDummy.json │ │ ├── CarrionBird.json │ │ ├── CausticSprayMissile.json │ │ ├── Changeling.json │ │ ├── ChangelingMarine.json │ │ ├── ChangelingMarineShield.json │ │ ├── ChangelingZealot.json │ │ ├── ChangelingZergling.json │ │ ├── ChangelingZerglingWings.json │ │ ├── CleaningBot.json │ │ ├── CollapsiblePurifierTowerDebris.json │ │ ├── CollapsiblePurifierTowerDiagonal.json │ │ ├── CollapsiblePurifierTowerPushUnit.json │ │ ├── CollapsibleRockTower.json │ │ ├── CollapsibleRockTowerDebris.json │ │ ├── CollapsibleRockTowerDebrisRampLeft.json │ │ ├── CollapsibleRockTowerDebrisRampLeftGreen.json │ │ ├── CollapsibleRockTowerDebrisRampRight.json │ │ ├── CollapsibleRockTowerDebrisRampRightGreen.json │ │ ├── CollapsibleRockTowerDiagonal.json │ │ ├── CollapsibleRockTowerPushUnit.json │ │ ├── CollapsibleRockTowerPushUnitRampLeft.json │ │ ├── CollapsibleRockTowerPushUnitRampLeftGreen.json │ │ ├── CollapsibleRockTowerPushUnitRampRight.json │ │ ├── CollapsibleRockTowerPushUnitRampRightGreen.json │ │ ├── CollapsibleRockTowerRampLeft.json │ │ ├── CollapsibleRockTowerRampLeftGreen.json │ │ ├── CollapsibleRockTowerRampRight.json │ │ ├── CollapsibleRockTowerRampRightGreen.json │ │ ├── CollapsibleTerranTower.json │ │ ├── CollapsibleTerranTowerDebris.json │ │ ├── CollapsibleTerranTowerDiagonal.json │ │ ├── CollapsibleTerranTowerPushUnit.json │ │ ├── CollapsibleTerranTowerPushUnitRampLeft.json │ │ ├── CollapsibleTerranTowerPushUnitRampRight.json │ │ ├── CollapsibleTerranTowerRampLeft.json │ │ ├── CollapsibleTerranTowerRampRight.json │ │ ├── Colossus.json │ │ ├── ColossusACGluescreenDummy.json │ │ ├── ColossusFenixACGluescreenDummy.json │ │ ├── ColossusPurifierACGluescreenDummy.json │ │ ├── ColossusTaldarimACGluescreenDummy.json │ │ ├── CommandCenter.json │ │ ├── CommandCenterFlying.json │ │ ├── CommentatorBot1.json │ │ ├── CommentatorBot2.json │ │ ├── CommentatorBot3.json │ │ ├── CommentatorBot4.json │ │ ├── CompoundMansion_DoorE.json │ │ ├── CompoundMansion_DoorELowered.json │ │ ├── CompoundMansion_DoorN.json │ │ ├── CompoundMansion_DoorNE.json │ │ ├── CompoundMansion_DoorNELowered.json │ │ ├── CompoundMansion_DoorNLowered.json │ │ ├── CompoundMansion_DoorNW.json │ │ ├── CompoundMansion_DoorNWLowered.json │ │ ├── ContaminateWeapon.json │ │ ├── CorrosiveParasiteWeapon.json │ │ ├── CorruptionWeapon.json │ │ ├── Corruptor.json │ │ ├── CorruptorACGluescreenDummy.json │ │ ├── CorsairACGluescreenDummy.json │ │ ├── CorsairMP.json │ │ ├── CovertBansheeACGluescreenDummy.json │ │ ├── Cow.json │ │ ├── Crabeetle.json │ │ ├── CreepBlocker1x1.json │ │ ├── CreepBlocker4x4.json │ │ ├── CreepOnlyBlocker4x4.json │ │ ├── CreepTumor.json │ │ ├── CreepTumorBurrowed.json │ │ ├── CreepTumorMissile.json │ │ ├── CreepTumorQueen.json │ │ ├── CreeperHostACGluescreenDummy.json │ │ ├── CyberneticsCore.json │ │ ├── Cyclone.json │ │ ├── CycloneACGluescreenDummy.json │ │ ├── CycloneMissile.json │ │ ├── CycloneMissileLarge.json │ │ ├── CycloneMissileLargeAir.json │ │ ├── CycloneMissileLargeAirAlternative.json │ │ ├── D8ChargeWeapon.json │ │ ├── DarkArchonACGluescreenDummy.json │ │ ├── DarkPylonACGluescreenDummy.json │ │ ├── DarkShrine.json │ │ ├── DarkTemplar.json │ │ ├── DarkTemplarShakurasACGluescreenDummy.json │ │ ├── Debris2x2NonConjoined.json │ │ ├── DebrisRampLeft.json │ │ ├── DebrisRampRight.json │ │ ├── DefilerMP.json │ │ ├── DefilerMPBurrowed.json │ │ ├── DefilerMPDarkSwarmWeapon.json │ │ ├── DefilerMPPlagueWeapon.json │ │ ├── DesertPlanetSearchlight.json │ │ ├── DesertPlanetStreetlight.json │ │ ├── DestructibleBillboardScrollingText.json │ │ ├── DestructibleBillboardTall.json │ │ ├── DestructibleBullhornLights.json │ │ ├── DestructibleCityDebris2x4Horizontal.json │ │ ├── DestructibleCityDebris2x4Vertical.json │ │ ├── DestructibleCityDebris2x6Horizontal.json │ │ ├── DestructibleCityDebris2x6Vertical.json │ │ ├── DestructibleCityDebris4x4.json │ │ ├── DestructibleCityDebris6x6.json │ │ ├── DestructibleCityDebrisHugeDiagonalBLUR.json │ │ ├── DestructibleCityDebrisHugeDiagonalULBR.json │ │ ├── DestructibleDebris4x4.json │ │ ├── DestructibleDebris6x6.json │ │ ├── DestructibleDebrisRampDiagonalHugeBLUR.json │ │ ├── DestructibleDebrisRampDiagonalHugeULBR.json │ │ ├── DestructibleExpeditionGate6x6.json │ │ ├── DestructibleGarage.json │ │ ├── DestructibleGarageLarge.json │ │ ├── DestructibleIce2x4Horizontal.json │ │ ├── DestructibleIce2x4Vertical.json │ │ ├── DestructibleIce2x6Horizontal.json │ │ ├── DestructibleIce2x6Vertical.json │ │ ├── DestructibleIce4x4.json │ │ ├── DestructibleIce6x6.json │ │ ├── DestructibleIceDiagonalHugeBLUR.json │ │ ├── DestructibleIceDiagonalHugeULBR.json │ │ ├── DestructibleIceHorizontalHuge.json │ │ ├── DestructibleIceVerticalHuge.json │ │ ├── DestructibleRampDiagonalHugeBLUR.json │ │ ├── DestructibleRampDiagonalHugeULBR.json │ │ ├── DestructibleRampHorizontalHuge.json │ │ ├── DestructibleRampVerticalHuge.json │ │ ├── DestructibleRock2x4Horizontal.json │ │ ├── DestructibleRock2x4Vertical.json │ │ ├── DestructibleRock2x6Horizontal.json │ │ ├── DestructibleRock2x6Vertical.json │ │ ├── DestructibleRock4x4.json │ │ ├── DestructibleRock6x6.json │ │ ├── DestructibleRock6x6Weak.json │ │ ├── DestructibleRockEx12x4Horizontal.json │ │ ├── DestructibleRockEx12x4Vertical.json │ │ ├── DestructibleRockEx12x6Horizontal.json │ │ ├── DestructibleRockEx12x6Vertical.json │ │ ├── DestructibleRockEx14x4.json │ │ ├── DestructibleRockEx16x6.json │ │ ├── DestructibleRockEx1DiagonalHugeBLUR.json │ │ ├── DestructibleRockEx1DiagonalHugeULBR.json │ │ ├── DestructibleRockEx1HorizontalHuge.json │ │ ├── DestructibleRockEx1VerticalHuge.json │ │ ├── DestructibleSearchlight.json │ │ ├── DestructibleSignsConstruction.json │ │ ├── DestructibleSignsDirectional.json │ │ ├── DestructibleSignsFunny.json │ │ ├── DestructibleSignsIcons.json │ │ ├── DestructibleSignsWarning.json │ │ ├── DestructibleSpacePlatformBarrier.json │ │ ├── DestructibleSpacePlatformSign.json │ │ ├── DestructibleStoreFrontCityProps.json │ │ ├── DestructibleStreetlight.json │ │ ├── DestructibleTrafficSignal.json │ │ ├── DestructibleZergInfestation3x3.json │ │ ├── DevastationTurretACGluescreenDummy.json │ │ ├── DevourerACGluescreenDummy.json │ │ ├── DevourerCocoonMP.json │ │ ├── DevourerMP.json │ │ ├── DevourerMPWeaponMissile.json │ │ ├── DigesterCreepSprayTargetUnit.json │ │ ├── DigesterCreepSprayUnit.json │ │ ├── Disruptor.json │ │ ├── DisruptorACGluescreenDummy.json │ │ ├── DisruptorPhased.json │ │ ├── Dog.json │ │ ├── DragoonACGluescreenDummy.json │ │ ├── Drone.json │ │ ├── DroneBurrowed.json │ │ ├── EMP2Weapon.json │ │ ├── Egg.json │ │ ├── EliteMarineACGluescreenDummy.json │ │ ├── Elsecaro_Colonist_Hut.json │ │ ├── EnemyPathingBlocker16x16.json │ │ ├── EnemyPathingBlocker1x1.json │ │ ├── EnemyPathingBlocker2x2.json │ │ ├── EnemyPathingBlocker4x4.json │ │ ├── EnemyPathingBlocker8x8.json │ │ ├── EngineeringBay.json │ │ ├── EvolutionChamber.json │ │ ├── ExtendingBridgeNEWide10.json │ │ ├── ExtendingBridgeNEWide10Out.json │ │ ├── ExtendingBridgeNEWide12.json │ │ ├── ExtendingBridgeNEWide12Out.json │ │ ├── ExtendingBridgeNEWide8.json │ │ ├── ExtendingBridgeNEWide8Out.json │ │ ├── ExtendingBridgeNWWide10.json │ │ ├── ExtendingBridgeNWWide10Out.json │ │ ├── ExtendingBridgeNWWide12.json │ │ ├── ExtendingBridgeNWWide12Out.json │ │ ├── ExtendingBridgeNWWide8.json │ │ ├── ExtendingBridgeNWWide8Out.json │ │ ├── Extractor.json │ │ ├── ExtractorRich.json │ │ ├── EyeStalkWeapon.json │ │ ├── Factory.json │ │ ├── FactoryFlying.json │ │ ├── FactoryReactor.json │ │ ├── FactoryTechLab.json │ │ ├── FireRoachACGluescreenDummy.json │ │ ├── FirebatACGluescreenDummy.json │ │ ├── FlamingBettyACGluescreenDummy.json │ │ ├── FleetBeacon.json │ │ ├── FlyoverUnit.json │ │ ├── ForceField.json │ │ ├── Forge.json │ │ ├── FrenzyWeapon.json │ │ ├── FungalGrowthMissile.json │ │ ├── FusionCore.json │ │ ├── Gateway.json │ │ ├── Ghost.json │ │ ├── GhostAcademy.json │ │ ├── GhostAlternate.json │ │ ├── GhostMengskACGluescreenDummy.json │ │ ├── GhostNova.json │ │ ├── GlaiveWurmBounceWeapon.json │ │ ├── GlaiveWurmM2Weapon.json │ │ ├── GlaiveWurmM3Weapon.json │ │ ├── GlaiveWurmWeapon.json │ │ ├── GlobeStatue.json │ │ ├── GoliathACGluescreenDummy.json │ │ ├── GrappleWeapon.json │ │ ├── GreaterSpire.json │ │ ├── GuardianACGluescreenDummy.json │ │ ├── GuardianCocoonMP.json │ │ ├── GuardianMP.json │ │ ├── GuardianMPWeapon.json │ │ ├── HERC.json │ │ ├── HERCPlacement.json │ │ ├── HHBattlecruiserACGluescreenDummy.json │ │ ├── HHBomberPlatformACGluescreenDummy.json │ │ ├── HHHellionTankACGluescreenDummy.json │ │ ├── HHMercStarportACGluescreenDummy.json │ │ ├── HHMissileTurretACGluescreenDummy.json │ │ ├── HHRavenACGluescreenDummy.json │ │ ├── HHReaperACGluescreenDummy.json │ │ ├── HHVikingACGluescreenDummy.json │ │ ├── HHWidowMineACGluescreenDummy.json │ │ ├── HHWraithACGluescreenDummy.json │ │ ├── Hatchery.json │ │ ├── HeavySiegeTankACGluescreenDummy.json │ │ ├── HellbatACGluescreenDummy.json │ │ ├── HellbatRangerACGluescreenDummy.json │ │ ├── Hellion.json │ │ ├── HellionTank.json │ │ ├── HelperEmitterSelectionArrow.json │ │ ├── HerculesACGluescreenDummy.json │ │ ├── HighTemplar.json │ │ ├── HighTemplarACGluescreenDummy.json │ │ ├── HighTemplarSkinPreview.json │ │ ├── HighTemplarTaldarimACGluescreenDummy.json │ │ ├── HighTemplarWeaponMissile.json │ │ ├── Hive.json │ │ ├── HunterSeekerWeapon.json │ │ ├── Hydralisk.json │ │ ├── HydraliskACGluescreenDummy.json │ │ ├── HydraliskBurrowed.json │ │ ├── HydraliskDen.json │ │ ├── HydraliskImpaleMissile.json │ │ ├── HydraliskLurkerACGluescreenDummy.json │ │ ├── Ice2x2NonConjoined.json │ │ ├── IceProtossCrates.json │ │ ├── Immortal.json │ │ ├── ImmortalACGluescreenDummy.json │ │ ├── ImmortalFenixACGluescreenDummy.json │ │ ├── ImmortalKaraxACGluescreenDummy.json │ │ ├── ImmortalTaldarimACGluescreenDummy.json │ │ ├── InfestationPit.json │ │ ├── InfestedAcidSpinesWeapon.json │ │ ├── InfestedTerransEgg.json │ │ ├── InfestedTerransEggPlacement.json │ │ ├── InfestedTerransWeapon.json │ │ ├── Infestor.json │ │ ├── InfestorBurrowed.json │ │ ├── InfestorEnsnareAttackMissile.json │ │ ├── InfestorTerran.json │ │ ├── InfestorTerranBurrowed.json │ │ ├── InfestorTerransWeapon.json │ │ ├── InhibitorZoneFlyingLarge.json │ │ ├── InhibitorZoneFlyingMedium.json │ │ ├── InhibitorZoneFlyingSmall.json │ │ ├── InhibitorZoneLarge.json │ │ ├── InhibitorZoneMedium.json │ │ ├── InhibitorZoneSmall.json │ │ ├── Interceptor.json │ │ ├── InvisibleTargetDummy.json │ │ ├── IonCannonsWeapon.json │ │ ├── KD8Charge.json │ │ ├── KD8ChargeWeapon.json │ │ ├── KarakFemale.json │ │ ├── KarakMale.json │ │ ├── KhaydarinMonolithACGluescreenDummy.json │ │ ├── LabBot.json │ │ ├── LabMineralField.json │ │ ├── LabMineralField750.json │ │ ├── Lair.json │ │ ├── Larva.json │ │ ├── LarvaReleaseMissile.json │ │ ├── LeviathanACGluescreenDummy.json │ │ ├── Liberator.json │ │ ├── LiberatorAG.json │ │ ├── LiberatorAGMissile.json │ │ ├── LiberatorDamageMissile.json │ │ ├── LiberatorMissile.json │ │ ├── LiberatorSkinPreview.json │ │ ├── LightningBombWeapon.json │ │ ├── LoadOutSpray@1.json │ │ ├── LoadOutSpray@10.json │ │ ├── LoadOutSpray@11.json │ │ ├── LoadOutSpray@12.json │ │ ├── LoadOutSpray@13.json │ │ ├── LoadOutSpray@14.json │ │ ├── LoadOutSpray@2.json │ │ ├── LoadOutSpray@3.json │ │ ├── LoadOutSpray@4.json │ │ ├── LoadOutSpray@5.json │ │ ├── LoadOutSpray@6.json │ │ ├── LoadOutSpray@7.json │ │ ├── LoadOutSpray@8.json │ │ ├── LoadOutSpray@9.json │ │ ├── LocustMP.json │ │ ├── LocustMPEggAMissileWeapon.json │ │ ├── LocustMPEggBMissileWeapon.json │ │ ├── LocustMPFlying.json │ │ ├── LocustMPPrecursor.json │ │ ├── LocustMPWeapon.json │ │ ├── LongboltMissileWeapon.json │ │ ├── LurkerACGluescreenDummy.json │ │ ├── LurkerDenMP.json │ │ ├── LurkerMP.json │ │ ├── LurkerMPBurrowed.json │ │ ├── LurkerMPEgg.json │ │ ├── Lyote.json │ │ ├── MULE.json │ │ ├── Marauder.json │ │ ├── MarauderACGluescreenDummy.json │ │ ├── MarauderCommandoACGluescreenDummy.json │ │ ├── MarauderMengskACGluescreenDummy.json │ │ ├── Marine.json │ │ ├── MarineACGluescreenDummy.json │ │ ├── MechaBanelingACGluescreenDummy.json │ │ ├── MechaBattlecarrierLordACGluescreenDummy.json │ │ ├── MechaCorruptorACGluescreenDummy.json │ │ ├── MechaHydraliskACGluescreenDummy.json │ │ ├── MechaInfestorACGluescreenDummy.json │ │ ├── MechaLurkerACGluescreenDummy.json │ │ ├── MechaOverseerACGluescreenDummy.json │ │ ├── MechaSpineCrawlerACGluescreenDummy.json │ │ ├── MechaSporeCrawlerACGluescreenDummy.json │ │ ├── MechaUltraliskACGluescreenDummy.json │ │ ├── MechaZerglingACGluescreenDummy.json │ │ ├── MedicACGluescreenDummy.json │ │ ├── Medivac.json │ │ ├── MedivacMengskACGluescreenDummy.json │ │ ├── MengskStatue.json │ │ ├── MengskStatueAlone.json │ │ ├── MineralField.json │ │ ├── MineralField450.json │ │ ├── MineralField750.json │ │ ├── MineralFieldOpaque.json │ │ ├── MineralFieldOpaque900.json │ │ ├── MissileTurret.json │ │ ├── MissileTurretACGluescreenDummy.json │ │ ├── MissileTurretMengskACGluescreenDummy.json │ │ ├── Moopy.json │ │ ├── Mothership.json │ │ ├── MothershipCore.json │ │ ├── MothershipCoreWeaponWeapon.json │ │ ├── MultiKillObject.json │ │ ├── Mutalisk.json │ │ ├── MutaliskACGluescreenDummy.json │ │ ├── MutaliskBroodlordACGluescreenDummy.json │ │ ├── NeedleSpinesWeapon.json │ │ ├── NeuralParasiteTentacleMissile.json │ │ ├── NeuralParasiteWeapon.json │ │ ├── Nexus.json │ │ ├── Nuke.json │ │ ├── NydusCanal.json │ │ ├── NydusCanalAttacker.json │ │ ├── NydusCanalAttackerWeapon.json │ │ ├── NydusCanalCreeper.json │ │ ├── NydusNetwork.json │ │ ├── NydusNetworkACGluescreenDummy.json │ │ ├── Observer.json │ │ ├── ObserverACGluescreenDummy.json │ │ ├── ObserverFenixACGluescreenDummy.json │ │ ├── ObserverSiegeMode.json │ │ ├── OmegaNetworkACGluescreenDummy.json │ │ ├── Oracle.json │ │ ├── OracleACGluescreenDummy.json │ │ ├── OracleStasisTrap.json │ │ ├── OracleWeapon.json │ │ ├── OrbitalCommand.json │ │ ├── OrbitalCommandACGluescreenDummy.json │ │ ├── OrbitalCommandFlying.json │ │ ├── Overlord.json │ │ ├── OverlordCocoon.json │ │ ├── OverlordGenerateCreepKeybind.json │ │ ├── OverlordTransport.json │ │ ├── Overseer.json │ │ ├── OverseerACGluescreenDummy.json │ │ ├── OverseerSiegeMode.json │ │ ├── OverseerZagaraACGluescreenDummy.json │ │ ├── ParasiteSporeWeapon.json │ │ ├── ParasiticBombDummy.json │ │ ├── ParasiticBombMissile.json │ │ ├── ParasiticBombRelayDummy.json │ │ ├── PathingBlocker1x1.json │ │ ├── PathingBlocker2x2.json │ │ ├── PathingBlockerRadius1.json │ │ ├── PerditionTurretACGluescreenDummy.json │ │ ├── PermanentCreepBlocker1x1.json │ │ ├── Phoenix.json │ │ ├── PhoenixAiurACGluescreenDummy.json │ │ ├── PhoenixPurifierACGluescreenDummy.json │ │ ├── PhotonCannon.json │ │ ├── PhotonCannonACGluescreenDummy.json │ │ ├── PhotonCannonFenixACGluescreenDummy.json │ │ ├── PhotonCannonTaldarimACGluescreenDummy.json │ │ ├── PhotonCannonWeapon.json │ │ ├── PhysicsCapsule.json │ │ ├── PhysicsCube.json │ │ ├── PhysicsCylinder.json │ │ ├── PhysicsKnot.json │ │ ├── PhysicsL.json │ │ ├── PhysicsPrimitives.json │ │ ├── PhysicsSphere.json │ │ ├── PhysicsStar.json │ │ ├── PickupPalletGas.json │ │ ├── PickupPalletMinerals.json │ │ ├── PickupScrapSalvage1x1.json │ │ ├── PickupScrapSalvage2x2.json │ │ ├── PickupScrapSalvage3x3.json │ │ ├── PlanetaryFortress.json │ │ ├── PointDefenseDrone.json │ │ ├── PointDefenseDroneReleaseWeapon.json │ │ ├── PortCity_Bridge_UnitE10.json │ │ ├── PortCity_Bridge_UnitE10Out.json │ │ ├── PortCity_Bridge_UnitE12.json │ │ ├── PortCity_Bridge_UnitE12Out.json │ │ ├── PortCity_Bridge_UnitE8.json │ │ ├── PortCity_Bridge_UnitE8Out.json │ │ ├── PortCity_Bridge_UnitN10.json │ │ ├── PortCity_Bridge_UnitN10Out.json │ │ ├── PortCity_Bridge_UnitN12.json │ │ ├── PortCity_Bridge_UnitN12Out.json │ │ ├── PortCity_Bridge_UnitN8.json │ │ ├── PortCity_Bridge_UnitN8Out.json │ │ ├── PortCity_Bridge_UnitNE10.json │ │ ├── PortCity_Bridge_UnitNE10Out.json │ │ ├── PortCity_Bridge_UnitNE12.json │ │ ├── PortCity_Bridge_UnitNE12Out.json │ │ ├── PortCity_Bridge_UnitNE8.json │ │ ├── PortCity_Bridge_UnitNE8Out.json │ │ ├── PortCity_Bridge_UnitNW10.json │ │ ├── PortCity_Bridge_UnitNW10Out.json │ │ ├── PortCity_Bridge_UnitNW12.json │ │ ├── PortCity_Bridge_UnitNW12Out.json │ │ ├── PortCity_Bridge_UnitNW8.json │ │ ├── PortCity_Bridge_UnitNW8Out.json │ │ ├── PortCity_Bridge_UnitS10.json │ │ ├── PortCity_Bridge_UnitS10Out.json │ │ ├── PortCity_Bridge_UnitS12.json │ │ ├── PortCity_Bridge_UnitS12Out.json │ │ ├── PortCity_Bridge_UnitS8.json │ │ ├── PortCity_Bridge_UnitS8Out.json │ │ ├── PortCity_Bridge_UnitSE10.json │ │ ├── PortCity_Bridge_UnitSE10Out.json │ │ ├── PortCity_Bridge_UnitSE12.json │ │ ├── PortCity_Bridge_UnitSE12Out.json │ │ ├── PortCity_Bridge_UnitSE8.json │ │ ├── PortCity_Bridge_UnitSE8Out.json │ │ ├── PortCity_Bridge_UnitSW10.json │ │ ├── PortCity_Bridge_UnitSW10Out.json │ │ ├── PortCity_Bridge_UnitSW12.json │ │ ├── PortCity_Bridge_UnitSW12Out.json │ │ ├── PortCity_Bridge_UnitSW8.json │ │ ├── PortCity_Bridge_UnitSW8Out.json │ │ ├── PortCity_Bridge_UnitW10.json │ │ ├── PortCity_Bridge_UnitW10Out.json │ │ ├── PortCity_Bridge_UnitW12.json │ │ ├── PortCity_Bridge_UnitW12Out.json │ │ ├── PortCity_Bridge_UnitW8.json │ │ ├── PortCity_Bridge_UnitW8Out.json │ │ ├── PreviewBunkerUpgraded.json │ │ ├── PrimalGuardianACGluescreenDummy.json │ │ ├── PrimalHydraliskACGluescreenDummy.json │ │ ├── PrimalImpalerACGluescreenDummy.json │ │ ├── PrimalMutaliskACGluescreenDummy.json │ │ ├── PrimalRoachACGluescreenDummy.json │ │ ├── PrimalSwarmHostACGluescreenDummy.json │ │ ├── PrimalUltraliskACGluescreenDummy.json │ │ ├── PrimalWurmACGluescreenDummy.json │ │ ├── PrimalZerglingACGluescreenDummy.json │ │ ├── Probe.json │ │ ├── ProtossCrates.json │ │ ├── ProtossSnakeSegmentDemo.json │ │ ├── ProtossVespeneGeyser.json │ │ ├── PunisherGrenadesLMWeapon.json │ │ ├── PurifierMineralField.json │ │ ├── PurifierMineralField750.json │ │ ├── PurifierRichMineralField.json │ │ ├── PurifierRichMineralField750.json │ │ ├── PurifierVespeneGeyser.json │ │ ├── Pylon.json │ │ ├── PylonOvercharged.json │ │ ├── Queen.json │ │ ├── QueenBurrowed.json │ │ ├── QueenCoopACGluescreenDummy.json │ │ ├── QueenMP.json │ │ ├── QueenMPEnsnareMissile.json │ │ ├── QueenMPSpawnBroodlingsMissile.json │ │ ├── QueenZagaraACGluescreenDummy.json │ │ ├── RaidLiberatorACGluescreenDummy.json │ │ ├── RailgunTurretACGluescreenDummy.json │ │ ├── RaptorACGluescreenDummy.json │ │ ├── Ravager.json │ │ ├── RavagerACGluescreenDummy.json │ │ ├── RavagerBurrowed.json │ │ ├── RavagerCocoon.json │ │ ├── RavagerCorrosiveBileMissile.json │ │ ├── RavagerWeaponMissile.json │ │ ├── RavasaurACGluescreenDummy.json │ │ ├── Raven.json │ │ ├── RavenRepairDrone.json │ │ ├── RavenRepairDroneReleaseWeapon.json │ │ ├── RavenScramblerMissile.json │ │ ├── RavenShredderMissileWeapon.json │ │ ├── RavenTypeIIACGluescreenDummy.json │ │ ├── Reactor.json │ │ ├── Reaper.json │ │ ├── ReaperPlaceholder.json │ │ ├── ReaverACGluescreenDummy.json │ │ ├── RedstoneLavaCritter.json │ │ ├── RedstoneLavaCritterBurrowed.json │ │ ├── RedstoneLavaCritterInjured.json │ │ ├── RedstoneLavaCritterInjuredBurrowed.json │ │ ├── Refinery.json │ │ ├── RefineryRich.json │ │ ├── ReleaseInterceptorsBeacon.json │ │ ├── RenegadeLongboltMissileWeapon.json │ │ ├── RenegadeMissileTurret.json │ │ ├── Replicant.json │ │ ├── ReptileCrate.json │ │ ├── RepulsorCannonWeapon.json │ │ ├── ResourceBlocker.json │ │ ├── RichMineralField.json │ │ ├── RichMineralField750.json │ │ ├── RichVespeneGeyser.json │ │ ├── Roach.json │ │ ├── RoachACGluescreenDummy.json │ │ ├── RoachBurrowed.json │ │ ├── RoachVileACGluescreenDummy.json │ │ ├── RoachWarren.json │ │ ├── RoboticsBay.json │ │ ├── RoboticsFacility.json │ │ ├── Rocks2x2NonConjoined.json │ │ ├── RoughTerrain.json │ │ ├── SCV.json │ │ ├── SILiberatorACGluescreenDummy.json │ │ ├── SNARE_PLACEHOLDER.json │ │ ├── Scantipede.json │ │ ├── ScienceVesselACGluescreenDummy.json │ │ ├── ScopeTest.json │ │ ├── ScourgeACGluescreenDummy.json │ │ ├── ScourgeMP.json │ │ ├── ScoutACGluescreenDummy.json │ │ ├── ScoutMP.json │ │ ├── ScoutMPAirWeaponLeft.json │ │ ├── ScoutMPAirWeaponRight.json │ │ ├── SeekerMissile.json │ │ ├── SensorTower.json │ │ ├── Sentry.json │ │ ├── SentryACGluescreenDummy.json │ │ ├── SentryFenixACGluescreenDummy.json │ │ ├── SentryPurifierACGluescreenDummy.json │ │ ├── SentryTaldarimACGluescreenDummy.json │ │ ├── ShakurasLightBridgeNE10.json │ │ ├── ShakurasLightBridgeNE10Out.json │ │ ├── ShakurasLightBridgeNE12.json │ │ ├── ShakurasLightBridgeNE12Out.json │ │ ├── ShakurasLightBridgeNE8.json │ │ ├── ShakurasLightBridgeNE8Out.json │ │ ├── ShakurasLightBridgeNW10.json │ │ ├── ShakurasLightBridgeNW10Out.json │ │ ├── ShakurasLightBridgeNW12.json │ │ ├── ShakurasLightBridgeNW12Out.json │ │ ├── ShakurasLightBridgeNW8.json │ │ ├── ShakurasLightBridgeNW8Out.json │ │ ├── ShakurasVespeneGeyser.json │ │ ├── Shape4PointStar.json │ │ ├── Shape5PointStar.json │ │ ├── Shape6PointStar.json │ │ ├── Shape8PointStar.json │ │ ├── ShapeApple.json │ │ ├── ShapeArrowPointer.json │ │ ├── ShapeBanana.json │ │ ├── ShapeBaseball.json │ │ ├── ShapeBaseballBat.json │ │ ├── ShapeBasketball.json │ │ ├── ShapeBowl.json │ │ ├── ShapeBox.json │ │ ├── ShapeCapsule.json │ │ ├── ShapeCarrot.json │ │ ├── ShapeCashLarge.json │ │ ├── ShapeCashMedium.json │ │ ├── ShapeCashSmall.json │ │ ├── ShapeCherry.json │ │ ├── ShapeCone.json │ │ ├── ShapeCrescentMoon.json │ │ ├── ShapeCube.json │ │ ├── ShapeCylinder.json │ │ ├── ShapeDecahedron.json │ │ ├── ShapeDiamond.json │ │ ├── ShapeDodecahedron.json │ │ ├── ShapeDollarSign.json │ │ ├── ShapeEgg.json │ │ ├── ShapeEuroSign.json │ │ ├── ShapeFootball.json │ │ ├── ShapeFootballColored.json │ │ ├── ShapeGemstone.json │ │ ├── ShapeGolfClub.json │ │ ├── ShapeGolfball.json │ │ ├── ShapeGrape.json │ │ ├── ShapeHand.json │ │ ├── ShapeHeart.json │ │ ├── ShapeHockeyPuck.json │ │ ├── ShapeHockeyStick.json │ │ ├── ShapeHorseshoe.json │ │ ├── ShapeIcosahedron.json │ │ ├── ShapeJack.json │ │ ├── ShapeLemon.json │ │ ├── ShapeLemonSmall.json │ │ ├── ShapeMoneyBag.json │ │ ├── ShapeO.json │ │ ├── ShapeOctahedron.json │ │ ├── ShapeOrange.json │ │ ├── ShapeOrangeSmall.json │ │ ├── ShapePeanut.json │ │ ├── ShapePear.json │ │ ├── ShapePineapple.json │ │ ├── ShapePlusSign.json │ │ ├── ShapePoundSign.json │ │ ├── ShapePyramid.json │ │ ├── ShapeRainbow.json │ │ ├── ShapeRoundedCube.json │ │ ├── ShapeSadFace.json │ │ ├── ShapeShamrock.json │ │ ├── ShapeSmileyFace.json │ │ ├── ShapeSoccerball.json │ │ ├── ShapeSpade.json │ │ ├── ShapeSphere.json │ │ ├── ShapeStrawberry.json │ │ ├── ShapeTennisball.json │ │ ├── ShapeTetrahedron.json │ │ ├── ShapeThickTorus.json │ │ ├── ShapeThinTorus.json │ │ ├── ShapeTorus.json │ │ ├── ShapeTreasureChestClosed.json │ │ ├── ShapeTreasureChestOpen.json │ │ ├── ShapeTube.json │ │ ├── ShapeWatermelon.json │ │ ├── ShapeWatermelonSmall.json │ │ ├── ShapeWonSign.json │ │ ├── ShapeX.json │ │ ├── ShapeYenSign.json │ │ ├── Sheep.json │ │ ├── ShieldBattery.json │ │ ├── ShieldBatteryACGluescreenDummy.json │ │ ├── SiegeTank.json │ │ ├── SiegeTankACGluescreenDummy.json │ │ ├── SiegeTankMengskACGluescreenDummy.json │ │ ├── SiegeTankSieged.json │ │ ├── SiegeTankSkinPreview.json │ │ ├── SlaynElemental.json │ │ ├── SlaynElementalGrabAirUnit.json │ │ ├── SlaynElementalGrabGroundUnit.json │ │ ├── SlaynElementalGrabWeapon.json │ │ ├── SlaynElementalWeapon.json │ │ ├── SlaynSwarmHostSpawnFlyer.json │ │ ├── SnowGlazeStarterMP.json │ │ ├── SnowRefinery_Terran_ExtendingBridgeNEShort8.json │ │ ├── SnowRefinery_Terran_ExtendingBridgeNEShort8Out.json │ │ ├── SnowRefinery_Terran_ExtendingBridgeNWShort8.json │ │ ├── SnowRefinery_Terran_ExtendingBridgeNWShort8Out.json │ │ ├── SpacePlatformGeyser.json │ │ ├── SpawningPool.json │ │ ├── SpecOpsGhostACGluescreenDummy.json │ │ ├── SpineCrawler.json │ │ ├── SpineCrawlerACGluescreenDummy.json │ │ ├── SpineCrawlerUprooted.json │ │ ├── SpineCrawlerWeapon.json │ │ ├── SpinningDizzyACGluescreenDummy.json │ │ ├── Spire.json │ │ ├── SplitterlingACGluescreenDummy.json │ │ ├── SporeCrawler.json │ │ ├── SporeCrawlerACGluescreenDummy.json │ │ ├── SporeCrawlerUprooted.json │ │ ├── SporeCrawlerWeapon.json │ │ ├── Stalker.json │ │ ├── StalkerShakurasACGluescreenDummy.json │ │ ├── StalkerTaldarimACGluescreenDummy.json │ │ ├── StalkerWeapon.json │ │ ├── Stargate.json │ │ ├── Starport.json │ │ ├── StarportFlying.json │ │ ├── StarportReactor.json │ │ ├── StarportTechLab.json │ │ ├── StereoscopicOptionsUnit.json │ │ ├── StrikeGoliathACGluescreenDummy.json │ │ ├── StukovBroodQueenACGluescreenDummy.json │ │ ├── StukovInfestedBansheeACGluescreenDummy.json │ │ ├── StukovInfestedBunkerACGluescreenDummy.json │ │ ├── StukovInfestedCivilianACGluescreenDummy.json │ │ ├── StukovInfestedDiamondbackACGluescreenDummy.json │ │ ├── StukovInfestedMarineACGluescreenDummy.json │ │ ├── StukovInfestedMissileTurretACGluescreenDummy.json │ │ ├── StukovInfestedSiegeTankACGluescreenDummy.json │ │ ├── StukovInfestedTrooperACGluescreenDummy.json │ │ ├── SupplicantACGluescreenDummy.json │ │ ├── SupplyDepot.json │ │ ├── SupplyDepotLowered.json │ │ ├── SwarmHostACGluescreenDummy.json │ │ ├── SwarmHostBurrowedMP.json │ │ ├── SwarmHostMP.json │ │ ├── SwarmQueenACGluescreenDummy.json │ │ ├── SwarmlingACGluescreenDummy.json │ │ ├── System_Snapshot_Dummy.json │ │ ├── TalonsMissileWeapon.json │ │ ├── Tarsonis_DoorE.json │ │ ├── Tarsonis_DoorELowered.json │ │ ├── Tarsonis_DoorN.json │ │ ├── Tarsonis_DoorNE.json │ │ ├── Tarsonis_DoorNELowered.json │ │ ├── Tarsonis_DoorNLowered.json │ │ ├── Tarsonis_DoorNW.json │ │ ├── Tarsonis_DoorNWLowered.json │ │ ├── TechLab.json │ │ ├── Tempest.json │ │ ├── TempestACGluescreenDummy.json │ │ ├── TempestWeapon.json │ │ ├── TempestWeaponGround.json │ │ ├── TemplarArchive.json │ │ ├── TestZerg.json │ │ ├── Thor.json │ │ ├── ThorAALance.json │ │ ├── ThorAAWeapon.json │ │ ├── ThorACGluescreenDummy.json │ │ ├── ThorAP.json │ │ ├── ThorMengskACGluescreenDummy.json │ │ ├── ThornLizard.json │ │ ├── TornadoMissileDummyWeapon.json │ │ ├── TornadoMissileWeapon.json │ │ ├── TorrasqueACGluescreenDummy.json │ │ ├── TowerMine.json │ │ ├── TrafficSignal.json │ │ ├── TransportOverlordCocoon.json │ │ ├── TrooperMengskACGluescreenDummy.json │ │ ├── TwilightCouncil.json │ │ ├── TychusFirebatACGluescreenDummy.json │ │ ├── TychusGhostACGluescreenDummy.json │ │ ├── TychusHERCACGluescreenDummy.json │ │ ├── TychusMarauderACGluescreenDummy.json │ │ ├── TychusMedicACGluescreenDummy.json │ │ ├── TychusReaperACGluescreenDummy.json │ │ ├── TychusSCVAutoTurretACGluescreenDummy.json │ │ ├── TychusSpectreACGluescreenDummy.json │ │ ├── TychusWarhoundACGluescreenDummy.json │ │ ├── TyrannozorACGluescreenDummy.json │ │ ├── Ultralisk.json │ │ ├── UltraliskACGluescreenDummy.json │ │ ├── UltraliskBurrowed.json │ │ ├── UltraliskCavern.json │ │ ├── UnbuildableBricksDestructible.json │ │ ├── UnbuildableBricksSmallUnit.json │ │ ├── UnbuildableBricksUnit.json │ │ ├── UnbuildablePlatesDestructible.json │ │ ├── UnbuildablePlatesSmallUnit.json │ │ ├── UnbuildablePlatesUnit.json │ │ ├── UnbuildableRocksDestructible.json │ │ ├── UnbuildableRocksSmallUnit.json │ │ ├── UnbuildableRocksUnit.json │ │ ├── UrsadakCalf.json │ │ ├── UrsadakFemale.json │ │ ├── UrsadakFemaleExotic.json │ │ ├── UrsadakMale.json │ │ ├── UrsadakMaleExotic.json │ │ ├── Ursadon.json │ │ ├── Ursula.json │ │ ├── UtilityBot.json │ │ ├── VespeneGeyser.json │ │ ├── Viking.json │ │ ├── VikingACGluescreenDummy.json │ │ ├── VikingAssault.json │ │ ├── VikingFighter.json │ │ ├── VikingFighterWeapon.json │ │ ├── VikingMengskACGluescreenDummy.json │ │ ├── Viper.json │ │ ├── ViperACGluescreenDummy.json │ │ ├── ViperConsumeStructureWeapon.json │ │ ├── VoidMPImmortalReviveCorpse.json │ │ ├── VoidRay.json │ │ ├── VoidRayACGluescreenDummy.json │ │ ├── VoidRayShakurasACGluescreenDummy.json │ │ ├── VultureACGluescreenDummy.json │ │ ├── WarHound.json │ │ ├── WarHoundWeapon.json │ │ ├── WarpGate.json │ │ ├── WarpPrism.json │ │ ├── WarpPrismPhasing.json │ │ ├── WarpPrismSkinPreview.json │ │ ├── WarpPrismTaldarimACGluescreenDummy.json │ │ ├── Weapon.json │ │ ├── WidowMine.json │ │ ├── WidowMineAirWeapon.json │ │ ├── WidowMineBurrowed.json │ │ ├── WidowMineWeapon.json │ │ ├── WolfStatue.json │ │ ├── WraithACGluescreenDummy.json │ │ ├── XelNagaDestructibleBlocker6E.json │ │ ├── XelNagaDestructibleBlocker6N.json │ │ ├── XelNagaDestructibleBlocker6NE.json │ │ ├── XelNagaDestructibleBlocker6NW.json │ │ ├── XelNagaDestructibleBlocker6S.json │ │ ├── XelNagaDestructibleBlocker6SE.json │ │ ├── XelNagaDestructibleBlocker6SW.json │ │ ├── XelNagaDestructibleBlocker6W.json │ │ ├── XelNagaDestructibleBlocker8E.json │ │ ├── XelNagaDestructibleBlocker8N.json │ │ ├── XelNagaDestructibleBlocker8NE.json │ │ ├── XelNagaDestructibleBlocker8NW.json │ │ ├── XelNagaDestructibleBlocker8S.json │ │ ├── XelNagaDestructibleBlocker8SE.json │ │ ├── XelNagaDestructibleBlocker8SW.json │ │ ├── XelNagaDestructibleBlocker8W.json │ │ ├── XelNagaDestructibleRampBlocker6E.json │ │ ├── XelNagaDestructibleRampBlocker6N.json │ │ ├── XelNagaDestructibleRampBlocker6NE.json │ │ ├── XelNagaDestructibleRampBlocker6NW.json │ │ ├── XelNagaDestructibleRampBlocker6S.json │ │ ├── XelNagaDestructibleRampBlocker6SE.json │ │ ├── XelNagaDestructibleRampBlocker6SW.json │ │ ├── XelNagaDestructibleRampBlocker6W.json │ │ ├── XelNagaDestructibleRampBlocker8E.json │ │ ├── XelNagaDestructibleRampBlocker8N.json │ │ ├── XelNagaDestructibleRampBlocker8NE.json │ │ ├── XelNagaDestructibleRampBlocker8NW.json │ │ ├── XelNagaDestructibleRampBlocker8S.json │ │ ├── XelNagaDestructibleRampBlocker8SE.json │ │ ├── XelNagaDestructibleRampBlocker8SW.json │ │ ├── XelNagaDestructibleRampBlocker8W.json │ │ ├── XelNagaHealingShrine.json │ │ ├── XelNagaTower.json │ │ ├── XelNaga_Caverns_DoorE.json │ │ ├── XelNaga_Caverns_DoorEOpened.json │ │ ├── XelNaga_Caverns_DoorN.json │ │ ├── XelNaga_Caverns_DoorNE.json │ │ ├── XelNaga_Caverns_DoorNEOpened.json │ │ ├── XelNaga_Caverns_DoorNOpened.json │ │ ├── XelNaga_Caverns_DoorNW.json │ │ ├── XelNaga_Caverns_DoorNWOpened.json │ │ ├── XelNaga_Caverns_DoorS.json │ │ ├── XelNaga_Caverns_DoorSE.json │ │ ├── XelNaga_Caverns_DoorSEOpened.json │ │ ├── XelNaga_Caverns_DoorSOpened.json │ │ ├── XelNaga_Caverns_DoorSW.json │ │ ├── XelNaga_Caverns_DoorSWOpened.json │ │ ├── XelNaga_Caverns_DoorW.json │ │ ├── XelNaga_Caverns_DoorWOpened.json │ │ ├── XelNaga_Caverns_Floating_BridgeH10.json │ │ ├── XelNaga_Caverns_Floating_BridgeH10Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeH12.json │ │ ├── XelNaga_Caverns_Floating_BridgeH12Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeH8.json │ │ ├── XelNaga_Caverns_Floating_BridgeH8Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeNE10.json │ │ ├── XelNaga_Caverns_Floating_BridgeNE10Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeNE12.json │ │ ├── XelNaga_Caverns_Floating_BridgeNE12Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeNE8.json │ │ ├── XelNaga_Caverns_Floating_BridgeNE8Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeNW10.json │ │ ├── XelNaga_Caverns_Floating_BridgeNW10Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeNW12.json │ │ ├── XelNaga_Caverns_Floating_BridgeNW12Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeNW8.json │ │ ├── XelNaga_Caverns_Floating_BridgeNW8Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeV10.json │ │ ├── XelNaga_Caverns_Floating_BridgeV10Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeV12.json │ │ ├── XelNaga_Caverns_Floating_BridgeV12Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeV8.json │ │ ├── XelNaga_Caverns_Floating_BridgeV8Out.json │ │ ├── YamatoWeapon.json │ │ ├── YoinkMissile.json │ │ ├── YoinkSiegeTankMissile.json │ │ ├── YoinkVikingAirMissile.json │ │ ├── YoinkVikingGroundMissile.json │ │ ├── Zealot.json │ │ ├── ZealotACGluescreenDummy.json │ │ ├── ZealotAiurACGluescreenDummy.json │ │ ├── ZealotFenixACGluescreenDummy.json │ │ ├── ZealotPurifierACGluescreenDummy.json │ │ ├── ZealotShakurasACGluescreenDummy.json │ │ ├── ZealotVorazunACGluescreenDummy.json │ │ ├── ZeratulDarkTemplarACGluescreenDummy.json │ │ ├── ZeratulDisruptorACGluescreenDummy.json │ │ ├── ZeratulImmortalACGluescreenDummy.json │ │ ├── ZeratulObserverACGluescreenDummy.json │ │ ├── ZeratulPhotonCannonACGluescreenDummy.json │ │ ├── ZeratulSentryACGluescreenDummy.json │ │ ├── ZeratulStalkerACGluescreenDummy.json │ │ ├── ZeratulWarpPrismACGluescreenDummy.json │ │ ├── Zergling.json │ │ ├── ZerglingBurrowed.json │ │ ├── ZerglingKerriganACGluescreenDummy.json │ │ ├── ZerglingZagaraACGluescreenDummy.json │ │ └── ZerusDestructibleArch.json │ ├── 95248 │ │ ├── ATALaserBatteryLMWeapon.json │ │ ├── ATSLaserBatteryLMWeapon.json │ │ ├── AberrationACGluescreenDummy.json │ │ ├── AccelerationZoneFlyingLarge.json │ │ ├── AccelerationZoneFlyingMedium.json │ │ ├── AccelerationZoneFlyingSmall.json │ │ ├── AccelerationZoneLarge.json │ │ ├── AccelerationZoneMedium.json │ │ ├── AccelerationZoneSmall.json │ │ ├── AcidSalivaWeapon.json │ │ ├── AcidSpinesWeapon.json │ │ ├── Adept.json │ │ ├── AdeptFenixACGluescreenDummy.json │ │ ├── AdeptPhaseShift.json │ │ ├── AdeptPiercingWeapon.json │ │ ├── AdeptUpgradeWeapon.json │ │ ├── AdeptWeapon.json │ │ ├── AiurLightBridgeAbandonedNE10.json │ │ ├── AiurLightBridgeAbandonedNE10Out.json │ │ ├── AiurLightBridgeAbandonedNE12.json │ │ ├── AiurLightBridgeAbandonedNE12Out.json │ │ ├── AiurLightBridgeAbandonedNE8.json │ │ ├── AiurLightBridgeAbandonedNE8Out.json │ │ ├── AiurLightBridgeAbandonedNW10.json │ │ ├── AiurLightBridgeAbandonedNW10Out.json │ │ ├── AiurLightBridgeAbandonedNW12.json │ │ ├── AiurLightBridgeAbandonedNW12Out.json │ │ ├── AiurLightBridgeAbandonedNW8.json │ │ ├── AiurLightBridgeAbandonedNW8Out.json │ │ ├── AiurLightBridgeNE10.json │ │ ├── AiurLightBridgeNE10Out.json │ │ ├── AiurLightBridgeNE12.json │ │ ├── AiurLightBridgeNE12Out.json │ │ ├── AiurLightBridgeNE8.json │ │ ├── AiurLightBridgeNE8Out.json │ │ ├── AiurLightBridgeNW10.json │ │ ├── AiurLightBridgeNW10Out.json │ │ ├── AiurLightBridgeNW12.json │ │ ├── AiurLightBridgeNW12Out.json │ │ ├── AiurLightBridgeNW8.json │ │ ├── AiurLightBridgeNW8Out.json │ │ ├── AiurTempleBridgeDestructibleNE10Out.json │ │ ├── AiurTempleBridgeDestructibleNE12Out.json │ │ ├── AiurTempleBridgeDestructibleNE8Out.json │ │ ├── AiurTempleBridgeDestructibleNW10Out.json │ │ ├── AiurTempleBridgeDestructibleNW12Out.json │ │ ├── AiurTempleBridgeDestructibleNW8Out.json │ │ ├── AiurTempleBridgeDestructibleSE10Out.json │ │ ├── AiurTempleBridgeDestructibleSE12Out.json │ │ ├── AiurTempleBridgeDestructibleSE8Out.json │ │ ├── AiurTempleBridgeDestructibleSW10Out.json │ │ ├── AiurTempleBridgeDestructibleSW12Out.json │ │ ├── AiurTempleBridgeDestructibleSW8Out.json │ │ ├── AiurTempleBridgeNE10Out.json │ │ ├── AiurTempleBridgeNE12Out.json │ │ ├── AiurTempleBridgeNE8Out.json │ │ ├── AiurTempleBridgeNW10Out.json │ │ ├── AiurTempleBridgeNW12Out.json │ │ ├── AiurTempleBridgeNW8Out.json │ │ ├── Anteplott.json │ │ ├── ArbiterMP.json │ │ ├── ArbiterMPWeaponMissile.json │ │ ├── Archon.json │ │ ├── ArchonACGluescreenDummy.json │ │ ├── Armory.json │ │ ├── ArtilleryMengskACGluescreenDummy.json │ │ ├── Artosilope.json │ │ ├── Assimilator.json │ │ ├── AssimilatorRich.json │ │ ├── AutoTestAttackTargetAir.json │ │ ├── AutoTestAttackTargetGround.json │ │ ├── AutoTestAttacker.json │ │ ├── AutoTurret.json │ │ ├── AutoTurretReleaseWeapon.json │ │ ├── BacklashRocketsLMWeapon.json │ │ ├── Ball.json │ │ ├── Baneling.json │ │ ├── BanelingACGluescreenDummy.json │ │ ├── BanelingBurrowed.json │ │ ├── BanelingCocoon.json │ │ ├── BanelingNest.json │ │ ├── Banshee.json │ │ ├── BansheeACGluescreenDummy.json │ │ ├── Barracks.json │ │ ├── BarracksFlying.json │ │ ├── BarracksReactor.json │ │ ├── BarracksTechLab.json │ │ ├── BattleStationMineralField.json │ │ ├── BattleStationMineralField750.json │ │ ├── Battlecruiser.json │ │ ├── BattlecruiserACGluescreenDummy.json │ │ ├── BattlecruiserMengskACGluescreenDummy.json │ │ ├── BeaconArmy.json │ │ ├── BeaconAttack.json │ │ ├── BeaconAuto.json │ │ ├── BeaconClaim.json │ │ ├── BeaconCustom1.json │ │ ├── BeaconCustom2.json │ │ ├── BeaconCustom3.json │ │ ├── BeaconCustom4.json │ │ ├── BeaconDefend.json │ │ ├── BeaconDetect.json │ │ ├── BeaconExpand.json │ │ ├── BeaconHarass.json │ │ ├── BeaconIdle.json │ │ ├── BeaconRally.json │ │ ├── BeaconScout.json │ │ ├── Beacon_Nova.json │ │ ├── Beacon_NovaSmall.json │ │ ├── Beacon_Protoss.json │ │ ├── Beacon_ProtossSmall.json │ │ ├── Beacon_Terran.json │ │ ├── Beacon_TerranSmall.json │ │ ├── Beacon_Zerg.json │ │ ├── Beacon_ZergSmall.json │ │ ├── BileLauncherACGluescreenDummy.json │ │ ├── BlackOpsMissileTurretACGluescreenDummy.json │ │ ├── BlasterBillyACGluescreenDummy.json │ │ ├── BlimpMengskACGluescreenDummy.json │ │ ├── BraxisAlphaDestructible1x1.json │ │ ├── BraxisAlphaDestructible2x2.json │ │ ├── BroodLord.json │ │ ├── BroodLordACGluescreenDummy.json │ │ ├── BroodLordAWeapon.json │ │ ├── BroodLordBWeapon.json │ │ ├── BroodLordCocoon.json │ │ ├── BroodLordWeapon.json │ │ ├── Broodling.json │ │ ├── BroodlingEscort.json │ │ ├── BrutaliskACGluescreenDummy.json │ │ ├── Bunker.json │ │ ├── BunkerACGluescreenDummy.json │ │ ├── BunkerDepotMengskACGluescreenDummy.json │ │ ├── BunkerUpgradedACGluescreenDummy.json │ │ ├── BypassArmorDrone.json │ │ ├── Carrier.json │ │ ├── CarrierACGluescreenDummy.json │ │ ├── CarrierAiurACGluescreenDummy.json │ │ ├── CarrierFenixACGluescreenDummy.json │ │ ├── CarrionBird.json │ │ ├── CausticSprayMissile.json │ │ ├── Changeling.json │ │ ├── ChangelingMarine.json │ │ ├── ChangelingMarineShield.json │ │ ├── ChangelingZealot.json │ │ ├── ChangelingZergling.json │ │ ├── ChangelingZerglingWings.json │ │ ├── CleaningBot.json │ │ ├── CollapsiblePurifierTowerDebris.json │ │ ├── CollapsiblePurifierTowerDiagonal.json │ │ ├── CollapsiblePurifierTowerPushUnit.json │ │ ├── CollapsibleRockTower.json │ │ ├── CollapsibleRockTowerDebris.json │ │ ├── CollapsibleRockTowerDebrisRampLeft.json │ │ ├── CollapsibleRockTowerDebrisRampLeftGreen.json │ │ ├── CollapsibleRockTowerDebrisRampRight.json │ │ ├── CollapsibleRockTowerDebrisRampRightGreen.json │ │ ├── CollapsibleRockTowerDiagonal.json │ │ ├── CollapsibleRockTowerPushUnit.json │ │ ├── CollapsibleRockTowerPushUnitRampLeft.json │ │ ├── CollapsibleRockTowerPushUnitRampLeftGreen.json │ │ ├── CollapsibleRockTowerPushUnitRampRight.json │ │ ├── CollapsibleRockTowerPushUnitRampRightGreen.json │ │ ├── CollapsibleRockTowerRampLeft.json │ │ ├── CollapsibleRockTowerRampLeftGreen.json │ │ ├── CollapsibleRockTowerRampRight.json │ │ ├── CollapsibleRockTowerRampRightGreen.json │ │ ├── CollapsibleTerranTower.json │ │ ├── CollapsibleTerranTowerDebris.json │ │ ├── CollapsibleTerranTowerDiagonal.json │ │ ├── CollapsibleTerranTowerPushUnit.json │ │ ├── CollapsibleTerranTowerPushUnitRampLeft.json │ │ ├── CollapsibleTerranTowerPushUnitRampRight.json │ │ ├── CollapsibleTerranTowerRampLeft.json │ │ ├── CollapsibleTerranTowerRampRight.json │ │ ├── Colossus.json │ │ ├── ColossusACGluescreenDummy.json │ │ ├── ColossusFenixACGluescreenDummy.json │ │ ├── ColossusPurifierACGluescreenDummy.json │ │ ├── ColossusTaldarimACGluescreenDummy.json │ │ ├── CommandCenter.json │ │ ├── CommandCenterFlying.json │ │ ├── CommentatorBot1.json │ │ ├── CommentatorBot2.json │ │ ├── CommentatorBot3.json │ │ ├── CommentatorBot4.json │ │ ├── CompoundMansion_DoorE.json │ │ ├── CompoundMansion_DoorELowered.json │ │ ├── CompoundMansion_DoorN.json │ │ ├── CompoundMansion_DoorNE.json │ │ ├── CompoundMansion_DoorNELowered.json │ │ ├── CompoundMansion_DoorNLowered.json │ │ ├── CompoundMansion_DoorNW.json │ │ ├── CompoundMansion_DoorNWLowered.json │ │ ├── ContaminateWeapon.json │ │ ├── CorrosiveParasiteWeapon.json │ │ ├── CorruptionWeapon.json │ │ ├── Corruptor.json │ │ ├── CorruptorACGluescreenDummy.json │ │ ├── CorsairACGluescreenDummy.json │ │ ├── CorsairMP.json │ │ ├── CovertBansheeACGluescreenDummy.json │ │ ├── Cow.json │ │ ├── Crabeetle.json │ │ ├── CreepBlocker1x1.json │ │ ├── CreepBlocker4x4.json │ │ ├── CreepOnlyBlocker4x4.json │ │ ├── CreepTumor.json │ │ ├── CreepTumorBurrowed.json │ │ ├── CreepTumorMissile.json │ │ ├── CreepTumorQueen.json │ │ ├── CreeperHostACGluescreenDummy.json │ │ ├── CyberneticsCore.json │ │ ├── Cyclone.json │ │ ├── CycloneACGluescreenDummy.json │ │ ├── CycloneMissile.json │ │ ├── CycloneMissileLarge.json │ │ ├── CycloneMissileLargeAir.json │ │ ├── CycloneMissileLargeAirAlternative.json │ │ ├── D8ChargeWeapon.json │ │ ├── DarkArchonACGluescreenDummy.json │ │ ├── DarkPylonACGluescreenDummy.json │ │ ├── DarkShrine.json │ │ ├── DarkTemplar.json │ │ ├── DarkTemplarShakurasACGluescreenDummy.json │ │ ├── Debris2x2NonConjoined.json │ │ ├── DebrisRampLeft.json │ │ ├── DebrisRampRight.json │ │ ├── DefilerMP.json │ │ ├── DefilerMPBurrowed.json │ │ ├── DefilerMPDarkSwarmWeapon.json │ │ ├── DefilerMPPlagueWeapon.json │ │ ├── DesertPlanetSearchlight.json │ │ ├── DesertPlanetStreetlight.json │ │ ├── DestructibleBillboardScrollingText.json │ │ ├── DestructibleBillboardTall.json │ │ ├── DestructibleBullhornLights.json │ │ ├── DestructibleCityDebris2x4Horizontal.json │ │ ├── DestructibleCityDebris2x4Vertical.json │ │ ├── DestructibleCityDebris2x6Horizontal.json │ │ ├── DestructibleCityDebris2x6Vertical.json │ │ ├── DestructibleCityDebris4x4.json │ │ ├── DestructibleCityDebris6x6.json │ │ ├── DestructibleCityDebrisHugeDiagonalBLUR.json │ │ ├── DestructibleCityDebrisHugeDiagonalULBR.json │ │ ├── DestructibleDebris4x4.json │ │ ├── DestructibleDebris6x6.json │ │ ├── DestructibleDebrisRampDiagonalHugeBLUR.json │ │ ├── DestructibleDebrisRampDiagonalHugeULBR.json │ │ ├── DestructibleExpeditionGate6x6.json │ │ ├── DestructibleGarage.json │ │ ├── DestructibleGarageLarge.json │ │ ├── DestructibleIce2x4Horizontal.json │ │ ├── DestructibleIce2x4Vertical.json │ │ ├── DestructibleIce2x6Horizontal.json │ │ ├── DestructibleIce2x6Vertical.json │ │ ├── DestructibleIce4x4.json │ │ ├── DestructibleIce6x6.json │ │ ├── DestructibleIceDiagonalHugeBLUR.json │ │ ├── DestructibleIceDiagonalHugeULBR.json │ │ ├── DestructibleIceHorizontalHuge.json │ │ ├── DestructibleIceVerticalHuge.json │ │ ├── DestructibleRampDiagonalHugeBLUR.json │ │ ├── DestructibleRampDiagonalHugeULBR.json │ │ ├── DestructibleRampHorizontalHuge.json │ │ ├── DestructibleRampVerticalHuge.json │ │ ├── DestructibleRock2x4Horizontal.json │ │ ├── DestructibleRock2x4Vertical.json │ │ ├── DestructibleRock2x6Horizontal.json │ │ ├── DestructibleRock2x6Vertical.json │ │ ├── DestructibleRock4x4.json │ │ ├── DestructibleRock6x6.json │ │ ├── DestructibleRock6x6Weak.json │ │ ├── DestructibleRockEx12x4Horizontal.json │ │ ├── DestructibleRockEx12x4Vertical.json │ │ ├── DestructibleRockEx12x6Horizontal.json │ │ ├── DestructibleRockEx12x6Vertical.json │ │ ├── DestructibleRockEx14x4.json │ │ ├── DestructibleRockEx16x6.json │ │ ├── DestructibleRockEx1DiagonalHugeBLUR.json │ │ ├── DestructibleRockEx1DiagonalHugeULBR.json │ │ ├── DestructibleRockEx1HorizontalHuge.json │ │ ├── DestructibleRockEx1VerticalHuge.json │ │ ├── DestructibleSearchlight.json │ │ ├── DestructibleSignsConstruction.json │ │ ├── DestructibleSignsDirectional.json │ │ ├── DestructibleSignsFunny.json │ │ ├── DestructibleSignsIcons.json │ │ ├── DestructibleSignsWarning.json │ │ ├── DestructibleSpacePlatformBarrier.json │ │ ├── DestructibleSpacePlatformSign.json │ │ ├── DestructibleStoreFrontCityProps.json │ │ ├── DestructibleStreetlight.json │ │ ├── DestructibleTrafficSignal.json │ │ ├── DestructibleZergInfestation3x3.json │ │ ├── DevastationTurretACGluescreenDummy.json │ │ ├── DevourerACGluescreenDummy.json │ │ ├── DevourerCocoonMP.json │ │ ├── DevourerMP.json │ │ ├── DevourerMPWeaponMissile.json │ │ ├── DigesterCreepSprayTargetUnit.json │ │ ├── DigesterCreepSprayUnit.json │ │ ├── Disruptor.json │ │ ├── DisruptorACGluescreenDummy.json │ │ ├── DisruptorPhased.json │ │ ├── Dog.json │ │ ├── DragoonACGluescreenDummy.json │ │ ├── Drone.json │ │ ├── DroneBurrowed.json │ │ ├── EMP2Weapon.json │ │ ├── Egg.json │ │ ├── EliteMarineACGluescreenDummy.json │ │ ├── Elsecaro_Colonist_Hut.json │ │ ├── EnemyPathingBlocker16x16.json │ │ ├── EnemyPathingBlocker1x1.json │ │ ├── EnemyPathingBlocker2x2.json │ │ ├── EnemyPathingBlocker4x4.json │ │ ├── EnemyPathingBlocker8x8.json │ │ ├── EngineeringBay.json │ │ ├── EvolutionChamber.json │ │ ├── ExtendingBridgeNEWide10.json │ │ ├── ExtendingBridgeNEWide10Out.json │ │ ├── ExtendingBridgeNEWide12.json │ │ ├── ExtendingBridgeNEWide12Out.json │ │ ├── ExtendingBridgeNEWide8.json │ │ ├── ExtendingBridgeNEWide8Out.json │ │ ├── ExtendingBridgeNWWide10.json │ │ ├── ExtendingBridgeNWWide10Out.json │ │ ├── ExtendingBridgeNWWide12.json │ │ ├── ExtendingBridgeNWWide12Out.json │ │ ├── ExtendingBridgeNWWide8.json │ │ ├── ExtendingBridgeNWWide8Out.json │ │ ├── Extractor.json │ │ ├── ExtractorRich.json │ │ ├── EyeStalkWeapon.json │ │ ├── Factory.json │ │ ├── FactoryFlying.json │ │ ├── FactoryReactor.json │ │ ├── FactoryTechLab.json │ │ ├── FireRoachACGluescreenDummy.json │ │ ├── FirebatACGluescreenDummy.json │ │ ├── FlamingBettyACGluescreenDummy.json │ │ ├── FleetBeacon.json │ │ ├── FlyoverUnit.json │ │ ├── ForceField.json │ │ ├── Forge.json │ │ ├── FrenzyWeapon.json │ │ ├── FungalGrowthMissile.json │ │ ├── FusionCore.json │ │ ├── Gateway.json │ │ ├── Ghost.json │ │ ├── GhostAcademy.json │ │ ├── GhostAlternate.json │ │ ├── GhostMengskACGluescreenDummy.json │ │ ├── GhostNova.json │ │ ├── GlaiveWurmBounceWeapon.json │ │ ├── GlaiveWurmM2Weapon.json │ │ ├── GlaiveWurmM3Weapon.json │ │ ├── GlaiveWurmWeapon.json │ │ ├── GlobeStatue.json │ │ ├── GoliathACGluescreenDummy.json │ │ ├── GrappleWeapon.json │ │ ├── GreaterSpire.json │ │ ├── GuardianACGluescreenDummy.json │ │ ├── GuardianCocoonMP.json │ │ ├── GuardianMP.json │ │ ├── GuardianMPWeapon.json │ │ ├── HERC.json │ │ ├── HERCPlacement.json │ │ ├── HHBattlecruiserACGluescreenDummy.json │ │ ├── HHBomberPlatformACGluescreenDummy.json │ │ ├── HHHellionTankACGluescreenDummy.json │ │ ├── HHMercStarportACGluescreenDummy.json │ │ ├── HHMissileTurretACGluescreenDummy.json │ │ ├── HHRavenACGluescreenDummy.json │ │ ├── HHReaperACGluescreenDummy.json │ │ ├── HHVikingACGluescreenDummy.json │ │ ├── HHWidowMineACGluescreenDummy.json │ │ ├── HHWraithACGluescreenDummy.json │ │ ├── Hatchery.json │ │ ├── HeavySiegeTankACGluescreenDummy.json │ │ ├── HellbatACGluescreenDummy.json │ │ ├── HellbatRangerACGluescreenDummy.json │ │ ├── Hellion.json │ │ ├── HellionTank.json │ │ ├── HelperEmitterSelectionArrow.json │ │ ├── HerculesACGluescreenDummy.json │ │ ├── HighTemplar.json │ │ ├── HighTemplarACGluescreenDummy.json │ │ ├── HighTemplarSkinPreview.json │ │ ├── HighTemplarTaldarimACGluescreenDummy.json │ │ ├── HighTemplarWeaponMissile.json │ │ ├── Hive.json │ │ ├── HunterSeekerWeapon.json │ │ ├── Hydralisk.json │ │ ├── HydraliskACGluescreenDummy.json │ │ ├── HydraliskBurrowed.json │ │ ├── HydraliskDen.json │ │ ├── HydraliskImpaleMissile.json │ │ ├── HydraliskLurkerACGluescreenDummy.json │ │ ├── Ice2x2NonConjoined.json │ │ ├── IceProtossCrates.json │ │ ├── Immortal.json │ │ ├── ImmortalACGluescreenDummy.json │ │ ├── ImmortalFenixACGluescreenDummy.json │ │ ├── ImmortalKaraxACGluescreenDummy.json │ │ ├── ImmortalTaldarimACGluescreenDummy.json │ │ ├── InfestationPit.json │ │ ├── InfestedAcidSpinesWeapon.json │ │ ├── InfestedTerransEgg.json │ │ ├── InfestedTerransEggPlacement.json │ │ ├── InfestedTerransWeapon.json │ │ ├── Infestor.json │ │ ├── InfestorBurrowed.json │ │ ├── InfestorEnsnareAttackMissile.json │ │ ├── InfestorTerran.json │ │ ├── InfestorTerranBurrowed.json │ │ ├── InfestorTerransWeapon.json │ │ ├── InhibitorZoneFlyingLarge.json │ │ ├── InhibitorZoneFlyingMedium.json │ │ ├── InhibitorZoneFlyingSmall.json │ │ ├── InhibitorZoneLarge.json │ │ ├── InhibitorZoneMedium.json │ │ ├── InhibitorZoneSmall.json │ │ ├── Interceptor.json │ │ ├── InvisibleTargetDummy.json │ │ ├── IonCannonsWeapon.json │ │ ├── KD8Charge.json │ │ ├── KD8ChargeWeapon.json │ │ ├── KarakFemale.json │ │ ├── KarakMale.json │ │ ├── KhaydarinMonolithACGluescreenDummy.json │ │ ├── LabBot.json │ │ ├── LabMineralField.json │ │ ├── LabMineralField750.json │ │ ├── Lair.json │ │ ├── Larva.json │ │ ├── LarvaReleaseMissile.json │ │ ├── LeviathanACGluescreenDummy.json │ │ ├── Liberator.json │ │ ├── LiberatorAG.json │ │ ├── LiberatorAGMissile.json │ │ ├── LiberatorDamageMissile.json │ │ ├── LiberatorMissile.json │ │ ├── LiberatorSkinPreview.json │ │ ├── LightningBombWeapon.json │ │ ├── LoadOutSpray@1.json │ │ ├── LoadOutSpray@10.json │ │ ├── LoadOutSpray@11.json │ │ ├── LoadOutSpray@12.json │ │ ├── LoadOutSpray@13.json │ │ ├── LoadOutSpray@14.json │ │ ├── LoadOutSpray@2.json │ │ ├── LoadOutSpray@3.json │ │ ├── LoadOutSpray@4.json │ │ ├── LoadOutSpray@5.json │ │ ├── LoadOutSpray@6.json │ │ ├── LoadOutSpray@7.json │ │ ├── LoadOutSpray@8.json │ │ ├── LoadOutSpray@9.json │ │ ├── LocustMP.json │ │ ├── LocustMPEggAMissileWeapon.json │ │ ├── LocustMPEggBMissileWeapon.json │ │ ├── LocustMPFlying.json │ │ ├── LocustMPPrecursor.json │ │ ├── LocustMPWeapon.json │ │ ├── LongboltMissileWeapon.json │ │ ├── LurkerACGluescreenDummy.json │ │ ├── LurkerDenMP.json │ │ ├── LurkerMP.json │ │ ├── LurkerMPBurrowed.json │ │ ├── LurkerMPEgg.json │ │ ├── Lyote.json │ │ ├── MULE.json │ │ ├── Marauder.json │ │ ├── MarauderACGluescreenDummy.json │ │ ├── MarauderCommandoACGluescreenDummy.json │ │ ├── MarauderMengskACGluescreenDummy.json │ │ ├── Marine.json │ │ ├── MarineACGluescreenDummy.json │ │ ├── MechaBanelingACGluescreenDummy.json │ │ ├── MechaBattlecarrierLordACGluescreenDummy.json │ │ ├── MechaCorruptorACGluescreenDummy.json │ │ ├── MechaHydraliskACGluescreenDummy.json │ │ ├── MechaInfestorACGluescreenDummy.json │ │ ├── MechaLurkerACGluescreenDummy.json │ │ ├── MechaOverseerACGluescreenDummy.json │ │ ├── MechaSpineCrawlerACGluescreenDummy.json │ │ ├── MechaSporeCrawlerACGluescreenDummy.json │ │ ├── MechaUltraliskACGluescreenDummy.json │ │ ├── MechaZerglingACGluescreenDummy.json │ │ ├── MedicACGluescreenDummy.json │ │ ├── Medivac.json │ │ ├── MedivacMengskACGluescreenDummy.json │ │ ├── MengskStatue.json │ │ ├── MengskStatueAlone.json │ │ ├── MineralField.json │ │ ├── MineralField450.json │ │ ├── MineralField750.json │ │ ├── MineralFieldOpaque.json │ │ ├── MineralFieldOpaque900.json │ │ ├── MissileTurret.json │ │ ├── MissileTurretACGluescreenDummy.json │ │ ├── MissileTurretMengskACGluescreenDummy.json │ │ ├── Moopy.json │ │ ├── Mothership.json │ │ ├── MothershipCore.json │ │ ├── MothershipCoreWeaponWeapon.json │ │ ├── MultiKillObject.json │ │ ├── Mutalisk.json │ │ ├── MutaliskACGluescreenDummy.json │ │ ├── MutaliskBroodlordACGluescreenDummy.json │ │ ├── NeedleSpinesWeapon.json │ │ ├── NeuralParasiteTentacleMissile.json │ │ ├── NeuralParasiteWeapon.json │ │ ├── Nexus.json │ │ ├── Nuke.json │ │ ├── NydusCanal.json │ │ ├── NydusCanalAttacker.json │ │ ├── NydusCanalAttackerWeapon.json │ │ ├── NydusCanalCreeper.json │ │ ├── NydusNetwork.json │ │ ├── NydusNetworkACGluescreenDummy.json │ │ ├── Observer.json │ │ ├── ObserverACGluescreenDummy.json │ │ ├── ObserverFenixACGluescreenDummy.json │ │ ├── ObserverSiegeMode.json │ │ ├── OmegaNetworkACGluescreenDummy.json │ │ ├── Oracle.json │ │ ├── OracleACGluescreenDummy.json │ │ ├── OracleStasisTrap.json │ │ ├── OracleWeapon.json │ │ ├── OrbitalCommand.json │ │ ├── OrbitalCommandACGluescreenDummy.json │ │ ├── OrbitalCommandFlying.json │ │ ├── Overlord.json │ │ ├── OverlordCocoon.json │ │ ├── OverlordGenerateCreepKeybind.json │ │ ├── OverlordTransport.json │ │ ├── Overseer.json │ │ ├── OverseerACGluescreenDummy.json │ │ ├── OverseerSiegeMode.json │ │ ├── OverseerZagaraACGluescreenDummy.json │ │ ├── ParasiteSporeWeapon.json │ │ ├── ParasiticBombDummy.json │ │ ├── ParasiticBombMissile.json │ │ ├── ParasiticBombRelayDummy.json │ │ ├── PathingBlocker1x1.json │ │ ├── PathingBlocker2x2.json │ │ ├── PathingBlockerRadius1.json │ │ ├── PerditionTurretACGluescreenDummy.json │ │ ├── PermanentCreepBlocker1x1.json │ │ ├── Phoenix.json │ │ ├── PhoenixAiurACGluescreenDummy.json │ │ ├── PhoenixPurifierACGluescreenDummy.json │ │ ├── PhotonCannon.json │ │ ├── PhotonCannonACGluescreenDummy.json │ │ ├── PhotonCannonFenixACGluescreenDummy.json │ │ ├── PhotonCannonTaldarimACGluescreenDummy.json │ │ ├── PhotonCannonWeapon.json │ │ ├── PhysicsCapsule.json │ │ ├── PhysicsCube.json │ │ ├── PhysicsCylinder.json │ │ ├── PhysicsKnot.json │ │ ├── PhysicsL.json │ │ ├── PhysicsPrimitives.json │ │ ├── PhysicsSphere.json │ │ ├── PhysicsStar.json │ │ ├── PickupPalletGas.json │ │ ├── PickupPalletMinerals.json │ │ ├── PickupScrapSalvage1x1.json │ │ ├── PickupScrapSalvage2x2.json │ │ ├── PickupScrapSalvage3x3.json │ │ ├── PlanetaryFortress.json │ │ ├── PointDefenseDrone.json │ │ ├── PointDefenseDroneReleaseWeapon.json │ │ ├── PortCity_Bridge_UnitE10.json │ │ ├── PortCity_Bridge_UnitE10Out.json │ │ ├── PortCity_Bridge_UnitE12.json │ │ ├── PortCity_Bridge_UnitE12Out.json │ │ ├── PortCity_Bridge_UnitE8.json │ │ ├── PortCity_Bridge_UnitE8Out.json │ │ ├── PortCity_Bridge_UnitN10.json │ │ ├── PortCity_Bridge_UnitN10Out.json │ │ ├── PortCity_Bridge_UnitN12.json │ │ ├── PortCity_Bridge_UnitN12Out.json │ │ ├── PortCity_Bridge_UnitN8.json │ │ ├── PortCity_Bridge_UnitN8Out.json │ │ ├── PortCity_Bridge_UnitNE10.json │ │ ├── PortCity_Bridge_UnitNE10Out.json │ │ ├── PortCity_Bridge_UnitNE12.json │ │ ├── PortCity_Bridge_UnitNE12Out.json │ │ ├── PortCity_Bridge_UnitNE8.json │ │ ├── PortCity_Bridge_UnitNE8Out.json │ │ ├── PortCity_Bridge_UnitNW10.json │ │ ├── PortCity_Bridge_UnitNW10Out.json │ │ ├── PortCity_Bridge_UnitNW12.json │ │ ├── PortCity_Bridge_UnitNW12Out.json │ │ ├── PortCity_Bridge_UnitNW8.json │ │ ├── PortCity_Bridge_UnitNW8Out.json │ │ ├── PortCity_Bridge_UnitS10.json │ │ ├── PortCity_Bridge_UnitS10Out.json │ │ ├── PortCity_Bridge_UnitS12.json │ │ ├── PortCity_Bridge_UnitS12Out.json │ │ ├── PortCity_Bridge_UnitS8.json │ │ ├── PortCity_Bridge_UnitS8Out.json │ │ ├── PortCity_Bridge_UnitSE10.json │ │ ├── PortCity_Bridge_UnitSE10Out.json │ │ ├── PortCity_Bridge_UnitSE12.json │ │ ├── PortCity_Bridge_UnitSE12Out.json │ │ ├── PortCity_Bridge_UnitSE8.json │ │ ├── PortCity_Bridge_UnitSE8Out.json │ │ ├── PortCity_Bridge_UnitSW10.json │ │ ├── PortCity_Bridge_UnitSW10Out.json │ │ ├── PortCity_Bridge_UnitSW12.json │ │ ├── PortCity_Bridge_UnitSW12Out.json │ │ ├── PortCity_Bridge_UnitSW8.json │ │ ├── PortCity_Bridge_UnitSW8Out.json │ │ ├── PortCity_Bridge_UnitW10.json │ │ ├── PortCity_Bridge_UnitW10Out.json │ │ ├── PortCity_Bridge_UnitW12.json │ │ ├── PortCity_Bridge_UnitW12Out.json │ │ ├── PortCity_Bridge_UnitW8.json │ │ ├── PortCity_Bridge_UnitW8Out.json │ │ ├── PreviewBunkerUpgraded.json │ │ ├── PrimalGuardianACGluescreenDummy.json │ │ ├── PrimalHydraliskACGluescreenDummy.json │ │ ├── PrimalImpalerACGluescreenDummy.json │ │ ├── PrimalMutaliskACGluescreenDummy.json │ │ ├── PrimalRoachACGluescreenDummy.json │ │ ├── PrimalSwarmHostACGluescreenDummy.json │ │ ├── PrimalUltraliskACGluescreenDummy.json │ │ ├── PrimalWurmACGluescreenDummy.json │ │ ├── PrimalZerglingACGluescreenDummy.json │ │ ├── Probe.json │ │ ├── ProtossCrates.json │ │ ├── ProtossSnakeSegmentDemo.json │ │ ├── ProtossVespeneGeyser.json │ │ ├── PunisherGrenadesLMWeapon.json │ │ ├── PurifierMineralField.json │ │ ├── PurifierMineralField750.json │ │ ├── PurifierRichMineralField.json │ │ ├── PurifierRichMineralField750.json │ │ ├── PurifierVespeneGeyser.json │ │ ├── Pylon.json │ │ ├── PylonOvercharged.json │ │ ├── Queen.json │ │ ├── QueenBurrowed.json │ │ ├── QueenCoopACGluescreenDummy.json │ │ ├── QueenMP.json │ │ ├── QueenMPEnsnareMissile.json │ │ ├── QueenMPSpawnBroodlingsMissile.json │ │ ├── QueenZagaraACGluescreenDummy.json │ │ ├── RaidLiberatorACGluescreenDummy.json │ │ ├── RailgunTurretACGluescreenDummy.json │ │ ├── RaptorACGluescreenDummy.json │ │ ├── Ravager.json │ │ ├── RavagerACGluescreenDummy.json │ │ ├── RavagerBurrowed.json │ │ ├── RavagerCocoon.json │ │ ├── RavagerCorrosiveBileMissile.json │ │ ├── RavagerWeaponMissile.json │ │ ├── RavasaurACGluescreenDummy.json │ │ ├── Raven.json │ │ ├── RavenRepairDrone.json │ │ ├── RavenRepairDroneReleaseWeapon.json │ │ ├── RavenScramblerMissile.json │ │ ├── RavenShredderMissileWeapon.json │ │ ├── RavenTypeIIACGluescreenDummy.json │ │ ├── Reactor.json │ │ ├── Reaper.json │ │ ├── ReaperPlaceholder.json │ │ ├── ReaverACGluescreenDummy.json │ │ ├── RedstoneLavaCritter.json │ │ ├── RedstoneLavaCritterBurrowed.json │ │ ├── RedstoneLavaCritterInjured.json │ │ ├── RedstoneLavaCritterInjuredBurrowed.json │ │ ├── Refinery.json │ │ ├── RefineryRich.json │ │ ├── ReleaseInterceptorsBeacon.json │ │ ├── RenegadeLongboltMissileWeapon.json │ │ ├── RenegadeMissileTurret.json │ │ ├── Replicant.json │ │ ├── ReptileCrate.json │ │ ├── RepulsorCannonWeapon.json │ │ ├── ResourceBlocker.json │ │ ├── RichMineralField.json │ │ ├── RichMineralField750.json │ │ ├── RichVespeneGeyser.json │ │ ├── Roach.json │ │ ├── RoachACGluescreenDummy.json │ │ ├── RoachBurrowed.json │ │ ├── RoachVileACGluescreenDummy.json │ │ ├── RoachWarren.json │ │ ├── RoboticsBay.json │ │ ├── RoboticsFacility.json │ │ ├── Rocks2x2NonConjoined.json │ │ ├── RoughTerrain.json │ │ ├── SCV.json │ │ ├── SILiberatorACGluescreenDummy.json │ │ ├── SNARE_PLACEHOLDER.json │ │ ├── Scantipede.json │ │ ├── ScienceVesselACGluescreenDummy.json │ │ ├── ScopeTest.json │ │ ├── ScourgeACGluescreenDummy.json │ │ ├── ScourgeMP.json │ │ ├── ScoutACGluescreenDummy.json │ │ ├── ScoutMP.json │ │ ├── ScoutMPAirWeaponLeft.json │ │ ├── ScoutMPAirWeaponRight.json │ │ ├── SeekerMissile.json │ │ ├── SensorTower.json │ │ ├── Sentry.json │ │ ├── SentryACGluescreenDummy.json │ │ ├── SentryFenixACGluescreenDummy.json │ │ ├── SentryPurifierACGluescreenDummy.json │ │ ├── SentryTaldarimACGluescreenDummy.json │ │ ├── ShakurasLightBridgeNE10.json │ │ ├── ShakurasLightBridgeNE10Out.json │ │ ├── ShakurasLightBridgeNE12.json │ │ ├── ShakurasLightBridgeNE12Out.json │ │ ├── ShakurasLightBridgeNE8.json │ │ ├── ShakurasLightBridgeNE8Out.json │ │ ├── ShakurasLightBridgeNW10.json │ │ ├── ShakurasLightBridgeNW10Out.json │ │ ├── ShakurasLightBridgeNW12.json │ │ ├── ShakurasLightBridgeNW12Out.json │ │ ├── ShakurasLightBridgeNW8.json │ │ ├── ShakurasLightBridgeNW8Out.json │ │ ├── ShakurasVespeneGeyser.json │ │ ├── Shape4PointStar.json │ │ ├── Shape5PointStar.json │ │ ├── Shape6PointStar.json │ │ ├── Shape8PointStar.json │ │ ├── ShapeApple.json │ │ ├── ShapeArrowPointer.json │ │ ├── ShapeBanana.json │ │ ├── ShapeBaseball.json │ │ ├── ShapeBaseballBat.json │ │ ├── ShapeBasketball.json │ │ ├── ShapeBowl.json │ │ ├── ShapeBox.json │ │ ├── ShapeCapsule.json │ │ ├── ShapeCarrot.json │ │ ├── ShapeCashLarge.json │ │ ├── ShapeCashMedium.json │ │ ├── ShapeCashSmall.json │ │ ├── ShapeCherry.json │ │ ├── ShapeCone.json │ │ ├── ShapeCrescentMoon.json │ │ ├── ShapeCube.json │ │ ├── ShapeCylinder.json │ │ ├── ShapeDecahedron.json │ │ ├── ShapeDiamond.json │ │ ├── ShapeDodecahedron.json │ │ ├── ShapeDollarSign.json │ │ ├── ShapeEgg.json │ │ ├── ShapeEuroSign.json │ │ ├── ShapeFootball.json │ │ ├── ShapeFootballColored.json │ │ ├── ShapeGemstone.json │ │ ├── ShapeGolfClub.json │ │ ├── ShapeGolfball.json │ │ ├── ShapeGrape.json │ │ ├── ShapeHand.json │ │ ├── ShapeHeart.json │ │ ├── ShapeHockeyPuck.json │ │ ├── ShapeHockeyStick.json │ │ ├── ShapeHorseshoe.json │ │ ├── ShapeIcosahedron.json │ │ ├── ShapeJack.json │ │ ├── ShapeLemon.json │ │ ├── ShapeLemonSmall.json │ │ ├── ShapeMoneyBag.json │ │ ├── ShapeO.json │ │ ├── ShapeOctahedron.json │ │ ├── ShapeOrange.json │ │ ├── ShapeOrangeSmall.json │ │ ├── ShapePeanut.json │ │ ├── ShapePear.json │ │ ├── ShapePineapple.json │ │ ├── ShapePlusSign.json │ │ ├── ShapePoundSign.json │ │ ├── ShapePyramid.json │ │ ├── ShapeRainbow.json │ │ ├── ShapeRoundedCube.json │ │ ├── ShapeSadFace.json │ │ ├── ShapeShamrock.json │ │ ├── ShapeSmileyFace.json │ │ ├── ShapeSoccerball.json │ │ ├── ShapeSpade.json │ │ ├── ShapeSphere.json │ │ ├── ShapeStrawberry.json │ │ ├── ShapeTennisball.json │ │ ├── ShapeTetrahedron.json │ │ ├── ShapeThickTorus.json │ │ ├── ShapeThinTorus.json │ │ ├── ShapeTorus.json │ │ ├── ShapeTreasureChestClosed.json │ │ ├── ShapeTreasureChestOpen.json │ │ ├── ShapeTube.json │ │ ├── ShapeWatermelon.json │ │ ├── ShapeWatermelonSmall.json │ │ ├── ShapeWonSign.json │ │ ├── ShapeX.json │ │ ├── ShapeYenSign.json │ │ ├── Sheep.json │ │ ├── ShieldBattery.json │ │ ├── ShieldBatteryACGluescreenDummy.json │ │ ├── SiegeTank.json │ │ ├── SiegeTankACGluescreenDummy.json │ │ ├── SiegeTankMengskACGluescreenDummy.json │ │ ├── SiegeTankSieged.json │ │ ├── SiegeTankSkinPreview.json │ │ ├── SlaynElemental.json │ │ ├── SlaynElementalGrabAirUnit.json │ │ ├── SlaynElementalGrabGroundUnit.json │ │ ├── SlaynElementalGrabWeapon.json │ │ ├── SlaynElementalWeapon.json │ │ ├── SlaynSwarmHostSpawnFlyer.json │ │ ├── SnowGlazeStarterMP.json │ │ ├── SnowRefinery_Terran_ExtendingBridgeNEShort8.json │ │ ├── SnowRefinery_Terran_ExtendingBridgeNEShort8Out.json │ │ ├── SnowRefinery_Terran_ExtendingBridgeNWShort8.json │ │ ├── SnowRefinery_Terran_ExtendingBridgeNWShort8Out.json │ │ ├── SpacePlatformGeyser.json │ │ ├── SpawningPool.json │ │ ├── SpecOpsGhostACGluescreenDummy.json │ │ ├── SpineCrawler.json │ │ ├── SpineCrawlerACGluescreenDummy.json │ │ ├── SpineCrawlerUprooted.json │ │ ├── SpineCrawlerWeapon.json │ │ ├── SpinningDizzyACGluescreenDummy.json │ │ ├── Spire.json │ │ ├── SplitterlingACGluescreenDummy.json │ │ ├── SporeCrawler.json │ │ ├── SporeCrawlerACGluescreenDummy.json │ │ ├── SporeCrawlerUprooted.json │ │ ├── SporeCrawlerWeapon.json │ │ ├── Stalker.json │ │ ├── StalkerShakurasACGluescreenDummy.json │ │ ├── StalkerTaldarimACGluescreenDummy.json │ │ ├── StalkerWeapon.json │ │ ├── Stargate.json │ │ ├── Starport.json │ │ ├── StarportFlying.json │ │ ├── StarportReactor.json │ │ ├── StarportTechLab.json │ │ ├── StereoscopicOptionsUnit.json │ │ ├── StrikeGoliathACGluescreenDummy.json │ │ ├── StukovBroodQueenACGluescreenDummy.json │ │ ├── StukovInfestedBansheeACGluescreenDummy.json │ │ ├── StukovInfestedBunkerACGluescreenDummy.json │ │ ├── StukovInfestedCivilianACGluescreenDummy.json │ │ ├── StukovInfestedDiamondbackACGluescreenDummy.json │ │ ├── StukovInfestedMarineACGluescreenDummy.json │ │ ├── StukovInfestedMissileTurretACGluescreenDummy.json │ │ ├── StukovInfestedSiegeTankACGluescreenDummy.json │ │ ├── StukovInfestedTrooperACGluescreenDummy.json │ │ ├── SupplicantACGluescreenDummy.json │ │ ├── SupplyDepot.json │ │ ├── SupplyDepotLowered.json │ │ ├── SwarmHostACGluescreenDummy.json │ │ ├── SwarmHostBurrowedMP.json │ │ ├── SwarmHostMP.json │ │ ├── SwarmQueenACGluescreenDummy.json │ │ ├── SwarmlingACGluescreenDummy.json │ │ ├── System_Snapshot_Dummy.json │ │ ├── TalonsMissileWeapon.json │ │ ├── Tarsonis_DoorE.json │ │ ├── Tarsonis_DoorELowered.json │ │ ├── Tarsonis_DoorN.json │ │ ├── Tarsonis_DoorNE.json │ │ ├── Tarsonis_DoorNELowered.json │ │ ├── Tarsonis_DoorNLowered.json │ │ ├── Tarsonis_DoorNW.json │ │ ├── Tarsonis_DoorNWLowered.json │ │ ├── TechLab.json │ │ ├── Tempest.json │ │ ├── TempestACGluescreenDummy.json │ │ ├── TempestWeapon.json │ │ ├── TempestWeaponGround.json │ │ ├── TemplarArchive.json │ │ ├── TestZerg.json │ │ ├── Thor.json │ │ ├── ThorAALance.json │ │ ├── ThorAAWeapon.json │ │ ├── ThorACGluescreenDummy.json │ │ ├── ThorAP.json │ │ ├── ThorMengskACGluescreenDummy.json │ │ ├── ThornLizard.json │ │ ├── TornadoMissileDummyWeapon.json │ │ ├── TornadoMissileWeapon.json │ │ ├── TorrasqueACGluescreenDummy.json │ │ ├── TowerMine.json │ │ ├── TrafficSignal.json │ │ ├── TransportOverlordCocoon.json │ │ ├── TrooperMengskACGluescreenDummy.json │ │ ├── TwilightCouncil.json │ │ ├── TychusFirebatACGluescreenDummy.json │ │ ├── TychusGhostACGluescreenDummy.json │ │ ├── TychusHERCACGluescreenDummy.json │ │ ├── TychusMarauderACGluescreenDummy.json │ │ ├── TychusMedicACGluescreenDummy.json │ │ ├── TychusReaperACGluescreenDummy.json │ │ ├── TychusSCVAutoTurretACGluescreenDummy.json │ │ ├── TychusSpectreACGluescreenDummy.json │ │ ├── TychusWarhoundACGluescreenDummy.json │ │ ├── TyrannozorACGluescreenDummy.json │ │ ├── Ultralisk.json │ │ ├── UltraliskACGluescreenDummy.json │ │ ├── UltraliskBurrowed.json │ │ ├── UltraliskCavern.json │ │ ├── UnbuildableBricksDestructible.json │ │ ├── UnbuildableBricksSmallUnit.json │ │ ├── UnbuildableBricksUnit.json │ │ ├── UnbuildablePlatesDestructible.json │ │ ├── UnbuildablePlatesSmallUnit.json │ │ ├── UnbuildablePlatesUnit.json │ │ ├── UnbuildableRocksDestructible.json │ │ ├── UnbuildableRocksSmallUnit.json │ │ ├── UnbuildableRocksUnit.json │ │ ├── UrsadakCalf.json │ │ ├── UrsadakFemale.json │ │ ├── UrsadakFemaleExotic.json │ │ ├── UrsadakMale.json │ │ ├── UrsadakMaleExotic.json │ │ ├── Ursadon.json │ │ ├── Ursula.json │ │ ├── UtilityBot.json │ │ ├── VespeneGeyser.json │ │ ├── Viking.json │ │ ├── VikingACGluescreenDummy.json │ │ ├── VikingAssault.json │ │ ├── VikingFighter.json │ │ ├── VikingFighterWeapon.json │ │ ├── VikingMengskACGluescreenDummy.json │ │ ├── Viper.json │ │ ├── ViperACGluescreenDummy.json │ │ ├── ViperConsumeStructureWeapon.json │ │ ├── VoidMPImmortalReviveCorpse.json │ │ ├── VoidRay.json │ │ ├── VoidRayACGluescreenDummy.json │ │ ├── VoidRayShakurasACGluescreenDummy.json │ │ ├── VultureACGluescreenDummy.json │ │ ├── WarHound.json │ │ ├── WarHoundWeapon.json │ │ ├── WarpGate.json │ │ ├── WarpPrism.json │ │ ├── WarpPrismPhasing.json │ │ ├── WarpPrismSkinPreview.json │ │ ├── WarpPrismTaldarimACGluescreenDummy.json │ │ ├── Weapon.json │ │ ├── WidowMine.json │ │ ├── WidowMineAirWeapon.json │ │ ├── WidowMineBurrowed.json │ │ ├── WidowMineWeapon.json │ │ ├── WolfStatue.json │ │ ├── WraithACGluescreenDummy.json │ │ ├── XelNagaDestructibleBlocker6E.json │ │ ├── XelNagaDestructibleBlocker6N.json │ │ ├── XelNagaDestructibleBlocker6NE.json │ │ ├── XelNagaDestructibleBlocker6NW.json │ │ ├── XelNagaDestructibleBlocker6S.json │ │ ├── XelNagaDestructibleBlocker6SE.json │ │ ├── XelNagaDestructibleBlocker6SW.json │ │ ├── XelNagaDestructibleBlocker6W.json │ │ ├── XelNagaDestructibleBlocker8E.json │ │ ├── XelNagaDestructibleBlocker8N.json │ │ ├── XelNagaDestructibleBlocker8NE.json │ │ ├── XelNagaDestructibleBlocker8NW.json │ │ ├── XelNagaDestructibleBlocker8S.json │ │ ├── XelNagaDestructibleBlocker8SE.json │ │ ├── XelNagaDestructibleBlocker8SW.json │ │ ├── XelNagaDestructibleBlocker8W.json │ │ ├── XelNagaDestructibleRampBlocker6E.json │ │ ├── XelNagaDestructibleRampBlocker6N.json │ │ ├── XelNagaDestructibleRampBlocker6NE.json │ │ ├── XelNagaDestructibleRampBlocker6NW.json │ │ ├── XelNagaDestructibleRampBlocker6S.json │ │ ├── XelNagaDestructibleRampBlocker6SE.json │ │ ├── XelNagaDestructibleRampBlocker6SW.json │ │ ├── XelNagaDestructibleRampBlocker6W.json │ │ ├── XelNagaDestructibleRampBlocker8E.json │ │ ├── XelNagaDestructibleRampBlocker8N.json │ │ ├── XelNagaDestructibleRampBlocker8NE.json │ │ ├── XelNagaDestructibleRampBlocker8NW.json │ │ ├── XelNagaDestructibleRampBlocker8S.json │ │ ├── XelNagaDestructibleRampBlocker8SE.json │ │ ├── XelNagaDestructibleRampBlocker8SW.json │ │ ├── XelNagaDestructibleRampBlocker8W.json │ │ ├── XelNagaHealingShrine.json │ │ ├── XelNagaTower.json │ │ ├── XelNaga_Caverns_DoorE.json │ │ ├── XelNaga_Caverns_DoorEOpened.json │ │ ├── XelNaga_Caverns_DoorN.json │ │ ├── XelNaga_Caverns_DoorNE.json │ │ ├── XelNaga_Caverns_DoorNEOpened.json │ │ ├── XelNaga_Caverns_DoorNOpened.json │ │ ├── XelNaga_Caverns_DoorNW.json │ │ ├── XelNaga_Caverns_DoorNWOpened.json │ │ ├── XelNaga_Caverns_DoorS.json │ │ ├── XelNaga_Caverns_DoorSE.json │ │ ├── XelNaga_Caverns_DoorSEOpened.json │ │ ├── XelNaga_Caverns_DoorSOpened.json │ │ ├── XelNaga_Caverns_DoorSW.json │ │ ├── XelNaga_Caverns_DoorSWOpened.json │ │ ├── XelNaga_Caverns_DoorW.json │ │ ├── XelNaga_Caverns_DoorWOpened.json │ │ ├── XelNaga_Caverns_Floating_BridgeH10.json │ │ ├── XelNaga_Caverns_Floating_BridgeH10Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeH12.json │ │ ├── XelNaga_Caverns_Floating_BridgeH12Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeH8.json │ │ ├── XelNaga_Caverns_Floating_BridgeH8Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeNE10.json │ │ ├── XelNaga_Caverns_Floating_BridgeNE10Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeNE12.json │ │ ├── XelNaga_Caverns_Floating_BridgeNE12Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeNE8.json │ │ ├── XelNaga_Caverns_Floating_BridgeNE8Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeNW10.json │ │ ├── XelNaga_Caverns_Floating_BridgeNW10Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeNW12.json │ │ ├── XelNaga_Caverns_Floating_BridgeNW12Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeNW8.json │ │ ├── XelNaga_Caverns_Floating_BridgeNW8Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeV10.json │ │ ├── XelNaga_Caverns_Floating_BridgeV10Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeV12.json │ │ ├── XelNaga_Caverns_Floating_BridgeV12Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeV8.json │ │ ├── XelNaga_Caverns_Floating_BridgeV8Out.json │ │ ├── YamatoWeapon.json │ │ ├── YoinkMissile.json │ │ ├── YoinkSiegeTankMissile.json │ │ ├── YoinkVikingAirMissile.json │ │ ├── YoinkVikingGroundMissile.json │ │ ├── Zealot.json │ │ ├── ZealotACGluescreenDummy.json │ │ ├── ZealotAiurACGluescreenDummy.json │ │ ├── ZealotFenixACGluescreenDummy.json │ │ ├── ZealotPurifierACGluescreenDummy.json │ │ ├── ZealotShakurasACGluescreenDummy.json │ │ ├── ZealotVorazunACGluescreenDummy.json │ │ ├── ZeratulDarkTemplarACGluescreenDummy.json │ │ ├── ZeratulDisruptorACGluescreenDummy.json │ │ ├── ZeratulImmortalACGluescreenDummy.json │ │ ├── ZeratulObserverACGluescreenDummy.json │ │ ├── ZeratulPhotonCannonACGluescreenDummy.json │ │ ├── ZeratulSentryACGluescreenDummy.json │ │ ├── ZeratulStalkerACGluescreenDummy.json │ │ ├── ZeratulWarpPrismACGluescreenDummy.json │ │ ├── Zergling.json │ │ ├── ZerglingBurrowed.json │ │ ├── ZerglingKerriganACGluescreenDummy.json │ │ ├── ZerglingZagaraACGluescreenDummy.json │ │ └── ZerusDestructibleArch.json │ └── 95299 │ │ ├── ATALaserBatteryLMWeapon.json │ │ ├── ATSLaserBatteryLMWeapon.json │ │ ├── AberrationACGluescreenDummy.json │ │ ├── AccelerationZoneFlyingLarge.json │ │ ├── AccelerationZoneFlyingMedium.json │ │ ├── AccelerationZoneFlyingSmall.json │ │ ├── AccelerationZoneLarge.json │ │ ├── AccelerationZoneMedium.json │ │ ├── AccelerationZoneSmall.json │ │ ├── AcidSalivaWeapon.json │ │ ├── AcidSpinesWeapon.json │ │ ├── Adept.json │ │ ├── AdeptFenixACGluescreenDummy.json │ │ ├── AdeptPhaseShift.json │ │ ├── AdeptPiercingWeapon.json │ │ ├── AdeptUpgradeWeapon.json │ │ ├── AdeptWeapon.json │ │ ├── AiurLightBridgeAbandonedNE10.json │ │ ├── AiurLightBridgeAbandonedNE10Out.json │ │ ├── AiurLightBridgeAbandonedNE12.json │ │ ├── AiurLightBridgeAbandonedNE12Out.json │ │ ├── AiurLightBridgeAbandonedNE8.json │ │ ├── AiurLightBridgeAbandonedNE8Out.json │ │ ├── AiurLightBridgeAbandonedNW10.json │ │ ├── AiurLightBridgeAbandonedNW10Out.json │ │ ├── AiurLightBridgeAbandonedNW12.json │ │ ├── AiurLightBridgeAbandonedNW12Out.json │ │ ├── AiurLightBridgeAbandonedNW8.json │ │ ├── AiurLightBridgeAbandonedNW8Out.json │ │ ├── AiurLightBridgeNE10.json │ │ ├── AiurLightBridgeNE10Out.json │ │ ├── AiurLightBridgeNE12.json │ │ ├── AiurLightBridgeNE12Out.json │ │ ├── AiurLightBridgeNE8.json │ │ ├── AiurLightBridgeNE8Out.json │ │ ├── AiurLightBridgeNW10.json │ │ ├── AiurLightBridgeNW10Out.json │ │ ├── AiurLightBridgeNW12.json │ │ ├── AiurLightBridgeNW12Out.json │ │ ├── AiurLightBridgeNW8.json │ │ ├── AiurLightBridgeNW8Out.json │ │ ├── AiurTempleBridgeDestructibleNE10Out.json │ │ ├── AiurTempleBridgeDestructibleNE12Out.json │ │ ├── AiurTempleBridgeDestructibleNE8Out.json │ │ ├── AiurTempleBridgeDestructibleNW10Out.json │ │ ├── AiurTempleBridgeDestructibleNW12Out.json │ │ ├── AiurTempleBridgeDestructibleNW8Out.json │ │ ├── AiurTempleBridgeDestructibleSE10Out.json │ │ ├── AiurTempleBridgeDestructibleSE12Out.json │ │ ├── AiurTempleBridgeDestructibleSE8Out.json │ │ ├── AiurTempleBridgeDestructibleSW10Out.json │ │ ├── AiurTempleBridgeDestructibleSW12Out.json │ │ ├── AiurTempleBridgeDestructibleSW8Out.json │ │ ├── AiurTempleBridgeNE10Out.json │ │ ├── AiurTempleBridgeNE12Out.json │ │ ├── AiurTempleBridgeNE8Out.json │ │ ├── AiurTempleBridgeNW10Out.json │ │ ├── AiurTempleBridgeNW12Out.json │ │ ├── AiurTempleBridgeNW8Out.json │ │ ├── Anteplott.json │ │ ├── ArbiterMP.json │ │ ├── ArbiterMPWeaponMissile.json │ │ ├── Archon.json │ │ ├── ArchonACGluescreenDummy.json │ │ ├── Armory.json │ │ ├── ArtilleryMengskACGluescreenDummy.json │ │ ├── Artosilope.json │ │ ├── Assimilator.json │ │ ├── AssimilatorRich.json │ │ ├── AutoTestAttackTargetAir.json │ │ ├── AutoTestAttackTargetGround.json │ │ ├── AutoTestAttacker.json │ │ ├── AutoTurret.json │ │ ├── AutoTurretReleaseWeapon.json │ │ ├── BacklashRocketsLMWeapon.json │ │ ├── Ball.json │ │ ├── Baneling.json │ │ ├── BanelingACGluescreenDummy.json │ │ ├── BanelingBurrowed.json │ │ ├── BanelingCocoon.json │ │ ├── BanelingNest.json │ │ ├── Banshee.json │ │ ├── BansheeACGluescreenDummy.json │ │ ├── Barracks.json │ │ ├── BarracksFlying.json │ │ ├── BarracksReactor.json │ │ ├── BarracksTechLab.json │ │ ├── BattleStationMineralField.json │ │ ├── BattleStationMineralField750.json │ │ ├── Battlecruiser.json │ │ ├── BattlecruiserACGluescreenDummy.json │ │ ├── BattlecruiserMengskACGluescreenDummy.json │ │ ├── BeaconArmy.json │ │ ├── BeaconAttack.json │ │ ├── BeaconAuto.json │ │ ├── BeaconClaim.json │ │ ├── BeaconCustom1.json │ │ ├── BeaconCustom2.json │ │ ├── BeaconCustom3.json │ │ ├── BeaconCustom4.json │ │ ├── BeaconDefend.json │ │ ├── BeaconDetect.json │ │ ├── BeaconExpand.json │ │ ├── BeaconHarass.json │ │ ├── BeaconIdle.json │ │ ├── BeaconRally.json │ │ ├── BeaconScout.json │ │ ├── Beacon_Nova.json │ │ ├── Beacon_NovaSmall.json │ │ ├── Beacon_Protoss.json │ │ ├── Beacon_ProtossSmall.json │ │ ├── Beacon_Terran.json │ │ ├── Beacon_TerranSmall.json │ │ ├── Beacon_Zerg.json │ │ ├── Beacon_ZergSmall.json │ │ ├── BileLauncherACGluescreenDummy.json │ │ ├── BlackOpsMissileTurretACGluescreenDummy.json │ │ ├── BlasterBillyACGluescreenDummy.json │ │ ├── BlimpMengskACGluescreenDummy.json │ │ ├── BraxisAlphaDestructible1x1.json │ │ ├── BraxisAlphaDestructible2x2.json │ │ ├── BroodLord.json │ │ ├── BroodLordACGluescreenDummy.json │ │ ├── BroodLordAWeapon.json │ │ ├── BroodLordBWeapon.json │ │ ├── BroodLordCocoon.json │ │ ├── BroodLordWeapon.json │ │ ├── Broodling.json │ │ ├── BroodlingEscort.json │ │ ├── BrutaliskACGluescreenDummy.json │ │ ├── Bunker.json │ │ ├── BunkerACGluescreenDummy.json │ │ ├── BunkerDepotMengskACGluescreenDummy.json │ │ ├── BunkerUpgradedACGluescreenDummy.json │ │ ├── BypassArmorDrone.json │ │ ├── Carrier.json │ │ ├── CarrierACGluescreenDummy.json │ │ ├── CarrierAiurACGluescreenDummy.json │ │ ├── CarrierFenixACGluescreenDummy.json │ │ ├── CarrionBird.json │ │ ├── CausticSprayMissile.json │ │ ├── Changeling.json │ │ ├── ChangelingMarine.json │ │ ├── ChangelingMarineShield.json │ │ ├── ChangelingZealot.json │ │ ├── ChangelingZergling.json │ │ ├── ChangelingZerglingWings.json │ │ ├── CleaningBot.json │ │ ├── CollapsiblePurifierTowerDebris.json │ │ ├── CollapsiblePurifierTowerDiagonal.json │ │ ├── CollapsiblePurifierTowerPushUnit.json │ │ ├── CollapsibleRockTower.json │ │ ├── CollapsibleRockTowerDebris.json │ │ ├── CollapsibleRockTowerDebrisRampLeft.json │ │ ├── CollapsibleRockTowerDebrisRampLeftGreen.json │ │ ├── CollapsibleRockTowerDebrisRampRight.json │ │ ├── CollapsibleRockTowerDebrisRampRightGreen.json │ │ ├── CollapsibleRockTowerDiagonal.json │ │ ├── CollapsibleRockTowerPushUnit.json │ │ ├── CollapsibleRockTowerPushUnitRampLeft.json │ │ ├── CollapsibleRockTowerPushUnitRampLeftGreen.json │ │ ├── CollapsibleRockTowerPushUnitRampRight.json │ │ ├── CollapsibleRockTowerPushUnitRampRightGreen.json │ │ ├── CollapsibleRockTowerRampLeft.json │ │ ├── CollapsibleRockTowerRampLeftGreen.json │ │ ├── CollapsibleRockTowerRampRight.json │ │ ├── CollapsibleRockTowerRampRightGreen.json │ │ ├── CollapsibleTerranTower.json │ │ ├── CollapsibleTerranTowerDebris.json │ │ ├── CollapsibleTerranTowerDiagonal.json │ │ ├── CollapsibleTerranTowerPushUnit.json │ │ ├── CollapsibleTerranTowerPushUnitRampLeft.json │ │ ├── CollapsibleTerranTowerPushUnitRampRight.json │ │ ├── CollapsibleTerranTowerRampLeft.json │ │ ├── CollapsibleTerranTowerRampRight.json │ │ ├── Colossus.json │ │ ├── ColossusACGluescreenDummy.json │ │ ├── ColossusFenixACGluescreenDummy.json │ │ ├── ColossusPurifierACGluescreenDummy.json │ │ ├── ColossusTaldarimACGluescreenDummy.json │ │ ├── CommandCenter.json │ │ ├── CommandCenterFlying.json │ │ ├── CommentatorBot1.json │ │ ├── CommentatorBot2.json │ │ ├── CommentatorBot3.json │ │ ├── CommentatorBot4.json │ │ ├── CompoundMansion_DoorE.json │ │ ├── CompoundMansion_DoorELowered.json │ │ ├── CompoundMansion_DoorN.json │ │ ├── CompoundMansion_DoorNE.json │ │ ├── CompoundMansion_DoorNELowered.json │ │ ├── CompoundMansion_DoorNLowered.json │ │ ├── CompoundMansion_DoorNW.json │ │ ├── CompoundMansion_DoorNWLowered.json │ │ ├── ContaminateWeapon.json │ │ ├── CorrosiveParasiteWeapon.json │ │ ├── CorruptionWeapon.json │ │ ├── Corruptor.json │ │ ├── CorruptorACGluescreenDummy.json │ │ ├── CorsairACGluescreenDummy.json │ │ ├── CorsairMP.json │ │ ├── CovertBansheeACGluescreenDummy.json │ │ ├── Cow.json │ │ ├── Crabeetle.json │ │ ├── CreepBlocker1x1.json │ │ ├── CreepBlocker4x4.json │ │ ├── CreepOnlyBlocker4x4.json │ │ ├── CreepTumor.json │ │ ├── CreepTumorBurrowed.json │ │ ├── CreepTumorMissile.json │ │ ├── CreepTumorQueen.json │ │ ├── CreeperHostACGluescreenDummy.json │ │ ├── CyberneticsCore.json │ │ ├── Cyclone.json │ │ ├── CycloneACGluescreenDummy.json │ │ ├── CycloneMissile.json │ │ ├── CycloneMissileLarge.json │ │ ├── CycloneMissileLargeAir.json │ │ ├── CycloneMissileLargeAirAlternative.json │ │ ├── D8ChargeWeapon.json │ │ ├── DarkArchonACGluescreenDummy.json │ │ ├── DarkPylonACGluescreenDummy.json │ │ ├── DarkShrine.json │ │ ├── DarkTemplar.json │ │ ├── DarkTemplarShakurasACGluescreenDummy.json │ │ ├── Debris2x2NonConjoined.json │ │ ├── DebrisRampLeft.json │ │ ├── DebrisRampRight.json │ │ ├── DefilerMP.json │ │ ├── DefilerMPBurrowed.json │ │ ├── DefilerMPDarkSwarmWeapon.json │ │ ├── DefilerMPPlagueWeapon.json │ │ ├── DesertPlanetSearchlight.json │ │ ├── DesertPlanetStreetlight.json │ │ ├── DestructibleBillboardScrollingText.json │ │ ├── DestructibleBillboardTall.json │ │ ├── DestructibleBullhornLights.json │ │ ├── DestructibleCityDebris2x4Horizontal.json │ │ ├── DestructibleCityDebris2x4Vertical.json │ │ ├── DestructibleCityDebris2x6Horizontal.json │ │ ├── DestructibleCityDebris2x6Vertical.json │ │ ├── DestructibleCityDebris4x4.json │ │ ├── DestructibleCityDebris6x6.json │ │ ├── DestructibleCityDebrisHugeDiagonalBLUR.json │ │ ├── DestructibleCityDebrisHugeDiagonalULBR.json │ │ ├── DestructibleDebris4x4.json │ │ ├── DestructibleDebris6x6.json │ │ ├── DestructibleDebrisRampDiagonalHugeBLUR.json │ │ ├── DestructibleDebrisRampDiagonalHugeULBR.json │ │ ├── DestructibleExpeditionGate6x6.json │ │ ├── DestructibleGarage.json │ │ ├── DestructibleGarageLarge.json │ │ ├── DestructibleIce2x4Horizontal.json │ │ ├── DestructibleIce2x4Vertical.json │ │ ├── DestructibleIce2x6Horizontal.json │ │ ├── DestructibleIce2x6Vertical.json │ │ ├── DestructibleIce4x4.json │ │ ├── DestructibleIce6x6.json │ │ ├── DestructibleIceDiagonalHugeBLUR.json │ │ ├── DestructibleIceDiagonalHugeULBR.json │ │ ├── DestructibleIceHorizontalHuge.json │ │ ├── DestructibleIceVerticalHuge.json │ │ ├── DestructibleRampDiagonalHugeBLUR.json │ │ ├── DestructibleRampDiagonalHugeULBR.json │ │ ├── DestructibleRampHorizontalHuge.json │ │ ├── DestructibleRampVerticalHuge.json │ │ ├── DestructibleRock2x4Horizontal.json │ │ ├── DestructibleRock2x4Vertical.json │ │ ├── DestructibleRock2x6Horizontal.json │ │ ├── DestructibleRock2x6Vertical.json │ │ ├── DestructibleRock4x4.json │ │ ├── DestructibleRock6x6.json │ │ ├── DestructibleRock6x6Weak.json │ │ ├── DestructibleRockEx12x4Horizontal.json │ │ ├── DestructibleRockEx12x4Vertical.json │ │ ├── DestructibleRockEx12x6Horizontal.json │ │ ├── DestructibleRockEx12x6Vertical.json │ │ ├── DestructibleRockEx14x4.json │ │ ├── DestructibleRockEx16x6.json │ │ ├── DestructibleRockEx1DiagonalHugeBLUR.json │ │ ├── DestructibleRockEx1DiagonalHugeULBR.json │ │ ├── DestructibleRockEx1HorizontalHuge.json │ │ ├── DestructibleRockEx1VerticalHuge.json │ │ ├── DestructibleSearchlight.json │ │ ├── DestructibleSignsConstruction.json │ │ ├── DestructibleSignsDirectional.json │ │ ├── DestructibleSignsFunny.json │ │ ├── DestructibleSignsIcons.json │ │ ├── DestructibleSignsWarning.json │ │ ├── DestructibleSpacePlatformBarrier.json │ │ ├── DestructibleSpacePlatformSign.json │ │ ├── DestructibleStoreFrontCityProps.json │ │ ├── DestructibleStreetlight.json │ │ ├── DestructibleTrafficSignal.json │ │ ├── DestructibleZergInfestation3x3.json │ │ ├── DevastationTurretACGluescreenDummy.json │ │ ├── DevourerACGluescreenDummy.json │ │ ├── DevourerCocoonMP.json │ │ ├── DevourerMP.json │ │ ├── DevourerMPWeaponMissile.json │ │ ├── DigesterCreepSprayTargetUnit.json │ │ ├── DigesterCreepSprayUnit.json │ │ ├── Disruptor.json │ │ ├── DisruptorACGluescreenDummy.json │ │ ├── DisruptorPhased.json │ │ ├── Dog.json │ │ ├── DragoonACGluescreenDummy.json │ │ ├── Drone.json │ │ ├── DroneBurrowed.json │ │ ├── EMP2Weapon.json │ │ ├── Egg.json │ │ ├── EliteMarineACGluescreenDummy.json │ │ ├── Elsecaro_Colonist_Hut.json │ │ ├── EnemyPathingBlocker16x16.json │ │ ├── EnemyPathingBlocker1x1.json │ │ ├── EnemyPathingBlocker2x2.json │ │ ├── EnemyPathingBlocker4x4.json │ │ ├── EnemyPathingBlocker8x8.json │ │ ├── EngineeringBay.json │ │ ├── EvolutionChamber.json │ │ ├── ExtendingBridgeNEWide10.json │ │ ├── ExtendingBridgeNEWide10Out.json │ │ ├── ExtendingBridgeNEWide12.json │ │ ├── ExtendingBridgeNEWide12Out.json │ │ ├── ExtendingBridgeNEWide8.json │ │ ├── ExtendingBridgeNEWide8Out.json │ │ ├── ExtendingBridgeNWWide10.json │ │ ├── ExtendingBridgeNWWide10Out.json │ │ ├── ExtendingBridgeNWWide12.json │ │ ├── ExtendingBridgeNWWide12Out.json │ │ ├── ExtendingBridgeNWWide8.json │ │ ├── ExtendingBridgeNWWide8Out.json │ │ ├── Extractor.json │ │ ├── ExtractorRich.json │ │ ├── EyeStalkWeapon.json │ │ ├── Factory.json │ │ ├── FactoryFlying.json │ │ ├── FactoryReactor.json │ │ ├── FactoryTechLab.json │ │ ├── FireRoachACGluescreenDummy.json │ │ ├── FirebatACGluescreenDummy.json │ │ ├── FlamingBettyACGluescreenDummy.json │ │ ├── FleetBeacon.json │ │ ├── FlyoverUnit.json │ │ ├── ForceField.json │ │ ├── Forge.json │ │ ├── FrenzyWeapon.json │ │ ├── FungalGrowthMissile.json │ │ ├── FusionCore.json │ │ ├── Gateway.json │ │ ├── Ghost.json │ │ ├── GhostAcademy.json │ │ ├── GhostAlternate.json │ │ ├── GhostMengskACGluescreenDummy.json │ │ ├── GhostNova.json │ │ ├── GlaiveWurmBounceWeapon.json │ │ ├── GlaiveWurmM2Weapon.json │ │ ├── GlaiveWurmM3Weapon.json │ │ ├── GlaiveWurmWeapon.json │ │ ├── GlobeStatue.json │ │ ├── GoliathACGluescreenDummy.json │ │ ├── GrappleWeapon.json │ │ ├── GreaterSpire.json │ │ ├── GuardianACGluescreenDummy.json │ │ ├── GuardianCocoonMP.json │ │ ├── GuardianMP.json │ │ ├── GuardianMPWeapon.json │ │ ├── HERC.json │ │ ├── HERCPlacement.json │ │ ├── HHBattlecruiserACGluescreenDummy.json │ │ ├── HHBomberPlatformACGluescreenDummy.json │ │ ├── HHHellionTankACGluescreenDummy.json │ │ ├── HHMercStarportACGluescreenDummy.json │ │ ├── HHMissileTurretACGluescreenDummy.json │ │ ├── HHRavenACGluescreenDummy.json │ │ ├── HHReaperACGluescreenDummy.json │ │ ├── HHVikingACGluescreenDummy.json │ │ ├── HHWidowMineACGluescreenDummy.json │ │ ├── HHWraithACGluescreenDummy.json │ │ ├── Hatchery.json │ │ ├── HeavySiegeTankACGluescreenDummy.json │ │ ├── HellbatACGluescreenDummy.json │ │ ├── HellbatRangerACGluescreenDummy.json │ │ ├── Hellion.json │ │ ├── HellionTank.json │ │ ├── HelperEmitterSelectionArrow.json │ │ ├── HerculesACGluescreenDummy.json │ │ ├── HighTemplar.json │ │ ├── HighTemplarACGluescreenDummy.json │ │ ├── HighTemplarSkinPreview.json │ │ ├── HighTemplarTaldarimACGluescreenDummy.json │ │ ├── HighTemplarWeaponMissile.json │ │ ├── Hive.json │ │ ├── HunterSeekerWeapon.json │ │ ├── Hydralisk.json │ │ ├── HydraliskACGluescreenDummy.json │ │ ├── HydraliskBurrowed.json │ │ ├── HydraliskDen.json │ │ ├── HydraliskImpaleMissile.json │ │ ├── HydraliskLurkerACGluescreenDummy.json │ │ ├── Ice2x2NonConjoined.json │ │ ├── IceProtossCrates.json │ │ ├── Immortal.json │ │ ├── ImmortalACGluescreenDummy.json │ │ ├── ImmortalFenixACGluescreenDummy.json │ │ ├── ImmortalKaraxACGluescreenDummy.json │ │ ├── ImmortalTaldarimACGluescreenDummy.json │ │ ├── InfestationPit.json │ │ ├── InfestedAcidSpinesWeapon.json │ │ ├── InfestedTerransEgg.json │ │ ├── InfestedTerransEggPlacement.json │ │ ├── InfestedTerransWeapon.json │ │ ├── Infestor.json │ │ ├── InfestorBurrowed.json │ │ ├── InfestorEnsnareAttackMissile.json │ │ ├── InfestorTerran.json │ │ ├── InfestorTerranBurrowed.json │ │ ├── InfestorTerransWeapon.json │ │ ├── InhibitorZoneFlyingLarge.json │ │ ├── InhibitorZoneFlyingMedium.json │ │ ├── InhibitorZoneFlyingSmall.json │ │ ├── InhibitorZoneLarge.json │ │ ├── InhibitorZoneMedium.json │ │ ├── InhibitorZoneSmall.json │ │ ├── Interceptor.json │ │ ├── InvisibleTargetDummy.json │ │ ├── IonCannonsWeapon.json │ │ ├── KD8Charge.json │ │ ├── KD8ChargeWeapon.json │ │ ├── KarakFemale.json │ │ ├── KarakMale.json │ │ ├── KhaydarinMonolithACGluescreenDummy.json │ │ ├── LabBot.json │ │ ├── LabMineralField.json │ │ ├── LabMineralField750.json │ │ ├── Lair.json │ │ ├── Larva.json │ │ ├── LarvaReleaseMissile.json │ │ ├── LeviathanACGluescreenDummy.json │ │ ├── Liberator.json │ │ ├── LiberatorAG.json │ │ ├── LiberatorAGMissile.json │ │ ├── LiberatorDamageMissile.json │ │ ├── LiberatorMissile.json │ │ ├── LiberatorSkinPreview.json │ │ ├── LightningBombWeapon.json │ │ ├── LoadOutSpray@1.json │ │ ├── LoadOutSpray@10.json │ │ ├── LoadOutSpray@11.json │ │ ├── LoadOutSpray@12.json │ │ ├── LoadOutSpray@13.json │ │ ├── LoadOutSpray@14.json │ │ ├── LoadOutSpray@2.json │ │ ├── LoadOutSpray@3.json │ │ ├── LoadOutSpray@4.json │ │ ├── LoadOutSpray@5.json │ │ ├── LoadOutSpray@6.json │ │ ├── LoadOutSpray@7.json │ │ ├── LoadOutSpray@8.json │ │ ├── LoadOutSpray@9.json │ │ ├── LocustMP.json │ │ ├── LocustMPEggAMissileWeapon.json │ │ ├── LocustMPEggBMissileWeapon.json │ │ ├── LocustMPFlying.json │ │ ├── LocustMPPrecursor.json │ │ ├── LocustMPWeapon.json │ │ ├── LongboltMissileWeapon.json │ │ ├── LurkerACGluescreenDummy.json │ │ ├── LurkerDenMP.json │ │ ├── LurkerMP.json │ │ ├── LurkerMPBurrowed.json │ │ ├── LurkerMPEgg.json │ │ ├── Lyote.json │ │ ├── MULE.json │ │ ├── Marauder.json │ │ ├── MarauderACGluescreenDummy.json │ │ ├── MarauderCommandoACGluescreenDummy.json │ │ ├── MarauderMengskACGluescreenDummy.json │ │ ├── Marine.json │ │ ├── MarineACGluescreenDummy.json │ │ ├── MechaBanelingACGluescreenDummy.json │ │ ├── MechaBattlecarrierLordACGluescreenDummy.json │ │ ├── MechaCorruptorACGluescreenDummy.json │ │ ├── MechaHydraliskACGluescreenDummy.json │ │ ├── MechaInfestorACGluescreenDummy.json │ │ ├── MechaLurkerACGluescreenDummy.json │ │ ├── MechaOverseerACGluescreenDummy.json │ │ ├── MechaSpineCrawlerACGluescreenDummy.json │ │ ├── MechaSporeCrawlerACGluescreenDummy.json │ │ ├── MechaUltraliskACGluescreenDummy.json │ │ ├── MechaZerglingACGluescreenDummy.json │ │ ├── MedicACGluescreenDummy.json │ │ ├── Medivac.json │ │ ├── MedivacMengskACGluescreenDummy.json │ │ ├── MengskStatue.json │ │ ├── MengskStatueAlone.json │ │ ├── MineralField.json │ │ ├── MineralField450.json │ │ ├── MineralField750.json │ │ ├── MineralFieldOpaque.json │ │ ├── MineralFieldOpaque900.json │ │ ├── MissileTurret.json │ │ ├── MissileTurretACGluescreenDummy.json │ │ ├── MissileTurretMengskACGluescreenDummy.json │ │ ├── Moopy.json │ │ ├── Mothership.json │ │ ├── MothershipCore.json │ │ ├── MothershipCoreWeaponWeapon.json │ │ ├── MultiKillObject.json │ │ ├── Mutalisk.json │ │ ├── MutaliskACGluescreenDummy.json │ │ ├── MutaliskBroodlordACGluescreenDummy.json │ │ ├── NeedleSpinesWeapon.json │ │ ├── NeuralParasiteTentacleMissile.json │ │ ├── NeuralParasiteWeapon.json │ │ ├── Nexus.json │ │ ├── Nuke.json │ │ ├── NydusCanal.json │ │ ├── NydusCanalAttacker.json │ │ ├── NydusCanalAttackerWeapon.json │ │ ├── NydusCanalCreeper.json │ │ ├── NydusNetwork.json │ │ ├── NydusNetworkACGluescreenDummy.json │ │ ├── Observer.json │ │ ├── ObserverACGluescreenDummy.json │ │ ├── ObserverFenixACGluescreenDummy.json │ │ ├── ObserverSiegeMode.json │ │ ├── OmegaNetworkACGluescreenDummy.json │ │ ├── Oracle.json │ │ ├── OracleACGluescreenDummy.json │ │ ├── OracleStasisTrap.json │ │ ├── OracleWeapon.json │ │ ├── OrbitalCommand.json │ │ ├── OrbitalCommandACGluescreenDummy.json │ │ ├── OrbitalCommandFlying.json │ │ ├── Overlord.json │ │ ├── OverlordCocoon.json │ │ ├── OverlordGenerateCreepKeybind.json │ │ ├── OverlordTransport.json │ │ ├── Overseer.json │ │ ├── OverseerACGluescreenDummy.json │ │ ├── OverseerSiegeMode.json │ │ ├── OverseerZagaraACGluescreenDummy.json │ │ ├── ParasiteSporeWeapon.json │ │ ├── ParasiticBombDummy.json │ │ ├── ParasiticBombMissile.json │ │ ├── ParasiticBombRelayDummy.json │ │ ├── PathingBlocker1x1.json │ │ ├── PathingBlocker2x2.json │ │ ├── PathingBlockerRadius1.json │ │ ├── PerditionTurretACGluescreenDummy.json │ │ ├── PermanentCreepBlocker1x1.json │ │ ├── Phoenix.json │ │ ├── PhoenixAiurACGluescreenDummy.json │ │ ├── PhoenixPurifierACGluescreenDummy.json │ │ ├── PhotonCannon.json │ │ ├── PhotonCannonACGluescreenDummy.json │ │ ├── PhotonCannonFenixACGluescreenDummy.json │ │ ├── PhotonCannonTaldarimACGluescreenDummy.json │ │ ├── PhotonCannonWeapon.json │ │ ├── PhysicsCapsule.json │ │ ├── PhysicsCube.json │ │ ├── PhysicsCylinder.json │ │ ├── PhysicsKnot.json │ │ ├── PhysicsL.json │ │ ├── PhysicsPrimitives.json │ │ ├── PhysicsSphere.json │ │ ├── PhysicsStar.json │ │ ├── PickupPalletGas.json │ │ ├── PickupPalletMinerals.json │ │ ├── PickupScrapSalvage1x1.json │ │ ├── PickupScrapSalvage2x2.json │ │ ├── PickupScrapSalvage3x3.json │ │ ├── PlanetaryFortress.json │ │ ├── PointDefenseDrone.json │ │ ├── PointDefenseDroneReleaseWeapon.json │ │ ├── PortCity_Bridge_UnitE10.json │ │ ├── PortCity_Bridge_UnitE10Out.json │ │ ├── PortCity_Bridge_UnitE12.json │ │ ├── PortCity_Bridge_UnitE12Out.json │ │ ├── PortCity_Bridge_UnitE8.json │ │ ├── PortCity_Bridge_UnitE8Out.json │ │ ├── PortCity_Bridge_UnitN10.json │ │ ├── PortCity_Bridge_UnitN10Out.json │ │ ├── PortCity_Bridge_UnitN12.json │ │ ├── PortCity_Bridge_UnitN12Out.json │ │ ├── PortCity_Bridge_UnitN8.json │ │ ├── PortCity_Bridge_UnitN8Out.json │ │ ├── PortCity_Bridge_UnitNE10.json │ │ ├── PortCity_Bridge_UnitNE10Out.json │ │ ├── PortCity_Bridge_UnitNE12.json │ │ ├── PortCity_Bridge_UnitNE12Out.json │ │ ├── PortCity_Bridge_UnitNE8.json │ │ ├── PortCity_Bridge_UnitNE8Out.json │ │ ├── PortCity_Bridge_UnitNW10.json │ │ ├── PortCity_Bridge_UnitNW10Out.json │ │ ├── PortCity_Bridge_UnitNW12.json │ │ ├── PortCity_Bridge_UnitNW12Out.json │ │ ├── PortCity_Bridge_UnitNW8.json │ │ ├── PortCity_Bridge_UnitNW8Out.json │ │ ├── PortCity_Bridge_UnitS10.json │ │ ├── PortCity_Bridge_UnitS10Out.json │ │ ├── PortCity_Bridge_UnitS12.json │ │ ├── PortCity_Bridge_UnitS12Out.json │ │ ├── PortCity_Bridge_UnitS8.json │ │ ├── PortCity_Bridge_UnitS8Out.json │ │ ├── PortCity_Bridge_UnitSE10.json │ │ ├── PortCity_Bridge_UnitSE10Out.json │ │ ├── PortCity_Bridge_UnitSE12.json │ │ ├── PortCity_Bridge_UnitSE12Out.json │ │ ├── PortCity_Bridge_UnitSE8.json │ │ ├── PortCity_Bridge_UnitSE8Out.json │ │ ├── PortCity_Bridge_UnitSW10.json │ │ ├── PortCity_Bridge_UnitSW10Out.json │ │ ├── PortCity_Bridge_UnitSW12.json │ │ ├── PortCity_Bridge_UnitSW12Out.json │ │ ├── PortCity_Bridge_UnitSW8.json │ │ ├── PortCity_Bridge_UnitSW8Out.json │ │ ├── PortCity_Bridge_UnitW10.json │ │ ├── PortCity_Bridge_UnitW10Out.json │ │ ├── PortCity_Bridge_UnitW12.json │ │ ├── PortCity_Bridge_UnitW12Out.json │ │ ├── PortCity_Bridge_UnitW8.json │ │ ├── PortCity_Bridge_UnitW8Out.json │ │ ├── PreviewBunkerUpgraded.json │ │ ├── PrimalGuardianACGluescreenDummy.json │ │ ├── PrimalHydraliskACGluescreenDummy.json │ │ ├── PrimalImpalerACGluescreenDummy.json │ │ ├── PrimalMutaliskACGluescreenDummy.json │ │ ├── PrimalRoachACGluescreenDummy.json │ │ ├── PrimalSwarmHostACGluescreenDummy.json │ │ ├── PrimalUltraliskACGluescreenDummy.json │ │ ├── PrimalWurmACGluescreenDummy.json │ │ ├── PrimalZerglingACGluescreenDummy.json │ │ ├── Probe.json │ │ ├── ProtossCrates.json │ │ ├── ProtossSnakeSegmentDemo.json │ │ ├── ProtossVespeneGeyser.json │ │ ├── PunisherGrenadesLMWeapon.json │ │ ├── PurifierMineralField.json │ │ ├── PurifierMineralField750.json │ │ ├── PurifierRichMineralField.json │ │ ├── PurifierRichMineralField750.json │ │ ├── PurifierVespeneGeyser.json │ │ ├── Pylon.json │ │ ├── PylonOvercharged.json │ │ ├── Queen.json │ │ ├── QueenBurrowed.json │ │ ├── QueenCoopACGluescreenDummy.json │ │ ├── QueenMP.json │ │ ├── QueenMPEnsnareMissile.json │ │ ├── QueenMPSpawnBroodlingsMissile.json │ │ ├── QueenZagaraACGluescreenDummy.json │ │ ├── RaidLiberatorACGluescreenDummy.json │ │ ├── RailgunTurretACGluescreenDummy.json │ │ ├── RaptorACGluescreenDummy.json │ │ ├── Ravager.json │ │ ├── RavagerACGluescreenDummy.json │ │ ├── RavagerBurrowed.json │ │ ├── RavagerCocoon.json │ │ ├── RavagerCorrosiveBileMissile.json │ │ ├── RavagerWeaponMissile.json │ │ ├── RavasaurACGluescreenDummy.json │ │ ├── Raven.json │ │ ├── RavenRepairDrone.json │ │ ├── RavenRepairDroneReleaseWeapon.json │ │ ├── RavenScramblerMissile.json │ │ ├── RavenShredderMissileWeapon.json │ │ ├── RavenTypeIIACGluescreenDummy.json │ │ ├── Reactor.json │ │ ├── Reaper.json │ │ ├── ReaperPlaceholder.json │ │ ├── ReaverACGluescreenDummy.json │ │ ├── RedstoneLavaCritter.json │ │ ├── RedstoneLavaCritterBurrowed.json │ │ ├── RedstoneLavaCritterInjured.json │ │ ├── RedstoneLavaCritterInjuredBurrowed.json │ │ ├── Refinery.json │ │ ├── RefineryRich.json │ │ ├── ReleaseInterceptorsBeacon.json │ │ ├── RenegadeLongboltMissileWeapon.json │ │ ├── RenegadeMissileTurret.json │ │ ├── Replicant.json │ │ ├── ReptileCrate.json │ │ ├── RepulsorCannonWeapon.json │ │ ├── ResourceBlocker.json │ │ ├── RichMineralField.json │ │ ├── RichMineralField750.json │ │ ├── RichVespeneGeyser.json │ │ ├── Roach.json │ │ ├── RoachACGluescreenDummy.json │ │ ├── RoachBurrowed.json │ │ ├── RoachVileACGluescreenDummy.json │ │ ├── RoachWarren.json │ │ ├── RoboticsBay.json │ │ ├── RoboticsFacility.json │ │ ├── Rocks2x2NonConjoined.json │ │ ├── RoughTerrain.json │ │ ├── SCV.json │ │ ├── SILiberatorACGluescreenDummy.json │ │ ├── SNARE_PLACEHOLDER.json │ │ ├── Scantipede.json │ │ ├── ScienceVesselACGluescreenDummy.json │ │ ├── ScopeTest.json │ │ ├── ScourgeACGluescreenDummy.json │ │ ├── ScourgeMP.json │ │ ├── ScoutACGluescreenDummy.json │ │ ├── ScoutMP.json │ │ ├── ScoutMPAirWeaponLeft.json │ │ ├── ScoutMPAirWeaponRight.json │ │ ├── SeekerMissile.json │ │ ├── SensorTower.json │ │ ├── Sentry.json │ │ ├── SentryACGluescreenDummy.json │ │ ├── SentryFenixACGluescreenDummy.json │ │ ├── SentryPurifierACGluescreenDummy.json │ │ ├── SentryTaldarimACGluescreenDummy.json │ │ ├── ShakurasLightBridgeNE10.json │ │ ├── ShakurasLightBridgeNE10Out.json │ │ ├── ShakurasLightBridgeNE12.json │ │ ├── ShakurasLightBridgeNE12Out.json │ │ ├── ShakurasLightBridgeNE8.json │ │ ├── ShakurasLightBridgeNE8Out.json │ │ ├── ShakurasLightBridgeNW10.json │ │ ├── ShakurasLightBridgeNW10Out.json │ │ ├── ShakurasLightBridgeNW12.json │ │ ├── ShakurasLightBridgeNW12Out.json │ │ ├── ShakurasLightBridgeNW8.json │ │ ├── ShakurasLightBridgeNW8Out.json │ │ ├── ShakurasVespeneGeyser.json │ │ ├── Shape4PointStar.json │ │ ├── Shape5PointStar.json │ │ ├── Shape6PointStar.json │ │ ├── Shape8PointStar.json │ │ ├── ShapeApple.json │ │ ├── ShapeArrowPointer.json │ │ ├── ShapeBanana.json │ │ ├── ShapeBaseball.json │ │ ├── ShapeBaseballBat.json │ │ ├── ShapeBasketball.json │ │ ├── ShapeBowl.json │ │ ├── ShapeBox.json │ │ ├── ShapeCapsule.json │ │ ├── ShapeCarrot.json │ │ ├── ShapeCashLarge.json │ │ ├── ShapeCashMedium.json │ │ ├── ShapeCashSmall.json │ │ ├── ShapeCherry.json │ │ ├── ShapeCone.json │ │ ├── ShapeCrescentMoon.json │ │ ├── ShapeCube.json │ │ ├── ShapeCylinder.json │ │ ├── ShapeDecahedron.json │ │ ├── ShapeDiamond.json │ │ ├── ShapeDodecahedron.json │ │ ├── ShapeDollarSign.json │ │ ├── ShapeEgg.json │ │ ├── ShapeEuroSign.json │ │ ├── ShapeFootball.json │ │ ├── ShapeFootballColored.json │ │ ├── ShapeGemstone.json │ │ ├── ShapeGolfClub.json │ │ ├── ShapeGolfball.json │ │ ├── ShapeGrape.json │ │ ├── ShapeHand.json │ │ ├── ShapeHeart.json │ │ ├── ShapeHockeyPuck.json │ │ ├── ShapeHockeyStick.json │ │ ├── ShapeHorseshoe.json │ │ ├── ShapeIcosahedron.json │ │ ├── ShapeJack.json │ │ ├── ShapeLemon.json │ │ ├── ShapeLemonSmall.json │ │ ├── ShapeMoneyBag.json │ │ ├── ShapeO.json │ │ ├── ShapeOctahedron.json │ │ ├── ShapeOrange.json │ │ ├── ShapeOrangeSmall.json │ │ ├── ShapePeanut.json │ │ ├── ShapePear.json │ │ ├── ShapePineapple.json │ │ ├── ShapePlusSign.json │ │ ├── ShapePoundSign.json │ │ ├── ShapePyramid.json │ │ ├── ShapeRainbow.json │ │ ├── ShapeRoundedCube.json │ │ ├── ShapeSadFace.json │ │ ├── ShapeShamrock.json │ │ ├── ShapeSmileyFace.json │ │ ├── ShapeSoccerball.json │ │ ├── ShapeSpade.json │ │ ├── ShapeSphere.json │ │ ├── ShapeStrawberry.json │ │ ├── ShapeTennisball.json │ │ ├── ShapeTetrahedron.json │ │ ├── ShapeThickTorus.json │ │ ├── ShapeThinTorus.json │ │ ├── ShapeTorus.json │ │ ├── ShapeTreasureChestClosed.json │ │ ├── ShapeTreasureChestOpen.json │ │ ├── ShapeTube.json │ │ ├── ShapeWatermelon.json │ │ ├── ShapeWatermelonSmall.json │ │ ├── ShapeWonSign.json │ │ ├── ShapeX.json │ │ ├── ShapeYenSign.json │ │ ├── Sheep.json │ │ ├── ShieldBattery.json │ │ ├── ShieldBatteryACGluescreenDummy.json │ │ ├── SiegeTank.json │ │ ├── SiegeTankACGluescreenDummy.json │ │ ├── SiegeTankMengskACGluescreenDummy.json │ │ ├── SiegeTankSieged.json │ │ ├── SiegeTankSkinPreview.json │ │ ├── SlaynElemental.json │ │ ├── SlaynElementalGrabAirUnit.json │ │ ├── SlaynElementalGrabGroundUnit.json │ │ ├── SlaynElementalGrabWeapon.json │ │ ├── SlaynElementalWeapon.json │ │ ├── SlaynSwarmHostSpawnFlyer.json │ │ ├── SnowGlazeStarterMP.json │ │ ├── SnowRefinery_Terran_ExtendingBridgeNEShort8.json │ │ ├── SnowRefinery_Terran_ExtendingBridgeNEShort8Out.json │ │ ├── SnowRefinery_Terran_ExtendingBridgeNWShort8.json │ │ ├── SnowRefinery_Terran_ExtendingBridgeNWShort8Out.json │ │ ├── SpacePlatformGeyser.json │ │ ├── SpawningPool.json │ │ ├── SpecOpsGhostACGluescreenDummy.json │ │ ├── SpineCrawler.json │ │ ├── SpineCrawlerACGluescreenDummy.json │ │ ├── SpineCrawlerUprooted.json │ │ ├── SpineCrawlerWeapon.json │ │ ├── SpinningDizzyACGluescreenDummy.json │ │ ├── Spire.json │ │ ├── SplitterlingACGluescreenDummy.json │ │ ├── SporeCrawler.json │ │ ├── SporeCrawlerACGluescreenDummy.json │ │ ├── SporeCrawlerUprooted.json │ │ ├── SporeCrawlerWeapon.json │ │ ├── Stalker.json │ │ ├── StalkerShakurasACGluescreenDummy.json │ │ ├── StalkerTaldarimACGluescreenDummy.json │ │ ├── StalkerWeapon.json │ │ ├── Stargate.json │ │ ├── Starport.json │ │ ├── StarportFlying.json │ │ ├── StarportReactor.json │ │ ├── StarportTechLab.json │ │ ├── StereoscopicOptionsUnit.json │ │ ├── StrikeGoliathACGluescreenDummy.json │ │ ├── StukovBroodQueenACGluescreenDummy.json │ │ ├── StukovInfestedBansheeACGluescreenDummy.json │ │ ├── StukovInfestedBunkerACGluescreenDummy.json │ │ ├── StukovInfestedCivilianACGluescreenDummy.json │ │ ├── StukovInfestedDiamondbackACGluescreenDummy.json │ │ ├── StukovInfestedMarineACGluescreenDummy.json │ │ ├── StukovInfestedMissileTurretACGluescreenDummy.json │ │ ├── StukovInfestedSiegeTankACGluescreenDummy.json │ │ ├── StukovInfestedTrooperACGluescreenDummy.json │ │ ├── SupplicantACGluescreenDummy.json │ │ ├── SupplyDepot.json │ │ ├── SupplyDepotLowered.json │ │ ├── SwarmHostACGluescreenDummy.json │ │ ├── SwarmHostBurrowedMP.json │ │ ├── SwarmHostMP.json │ │ ├── SwarmQueenACGluescreenDummy.json │ │ ├── SwarmlingACGluescreenDummy.json │ │ ├── System_Snapshot_Dummy.json │ │ ├── TalonsMissileWeapon.json │ │ ├── Tarsonis_DoorE.json │ │ ├── Tarsonis_DoorELowered.json │ │ ├── Tarsonis_DoorN.json │ │ ├── Tarsonis_DoorNE.json │ │ ├── Tarsonis_DoorNELowered.json │ │ ├── Tarsonis_DoorNLowered.json │ │ ├── Tarsonis_DoorNW.json │ │ ├── Tarsonis_DoorNWLowered.json │ │ ├── TechLab.json │ │ ├── Tempest.json │ │ ├── TempestACGluescreenDummy.json │ │ ├── TempestWeapon.json │ │ ├── TempestWeaponGround.json │ │ ├── TemplarArchive.json │ │ ├── TestZerg.json │ │ ├── Thor.json │ │ ├── ThorAALance.json │ │ ├── ThorAAWeapon.json │ │ ├── ThorACGluescreenDummy.json │ │ ├── ThorAP.json │ │ ├── ThorMengskACGluescreenDummy.json │ │ ├── ThornLizard.json │ │ ├── TornadoMissileDummyWeapon.json │ │ ├── TornadoMissileWeapon.json │ │ ├── TorrasqueACGluescreenDummy.json │ │ ├── TowerMine.json │ │ ├── TrafficSignal.json │ │ ├── TransportOverlordCocoon.json │ │ ├── TrooperMengskACGluescreenDummy.json │ │ ├── TwilightCouncil.json │ │ ├── TychusFirebatACGluescreenDummy.json │ │ ├── TychusGhostACGluescreenDummy.json │ │ ├── TychusHERCACGluescreenDummy.json │ │ ├── TychusMarauderACGluescreenDummy.json │ │ ├── TychusMedicACGluescreenDummy.json │ │ ├── TychusReaperACGluescreenDummy.json │ │ ├── TychusSCVAutoTurretACGluescreenDummy.json │ │ ├── TychusSpectreACGluescreenDummy.json │ │ ├── TychusWarhoundACGluescreenDummy.json │ │ ├── TyrannozorACGluescreenDummy.json │ │ ├── Ultralisk.json │ │ ├── UltraliskACGluescreenDummy.json │ │ ├── UltraliskBurrowed.json │ │ ├── UltraliskCavern.json │ │ ├── UnbuildableBricksDestructible.json │ │ ├── UnbuildableBricksSmallUnit.json │ │ ├── UnbuildableBricksUnit.json │ │ ├── UnbuildablePlatesDestructible.json │ │ ├── UnbuildablePlatesSmallUnit.json │ │ ├── UnbuildablePlatesUnit.json │ │ ├── UnbuildableRocksDestructible.json │ │ ├── UnbuildableRocksSmallUnit.json │ │ ├── UnbuildableRocksUnit.json │ │ ├── UrsadakCalf.json │ │ ├── UrsadakFemale.json │ │ ├── UrsadakFemaleExotic.json │ │ ├── UrsadakMale.json │ │ ├── UrsadakMaleExotic.json │ │ ├── Ursadon.json │ │ ├── Ursula.json │ │ ├── UtilityBot.json │ │ ├── VespeneGeyser.json │ │ ├── Viking.json │ │ ├── VikingACGluescreenDummy.json │ │ ├── VikingAssault.json │ │ ├── VikingFighter.json │ │ ├── VikingFighterWeapon.json │ │ ├── VikingMengskACGluescreenDummy.json │ │ ├── Viper.json │ │ ├── ViperACGluescreenDummy.json │ │ ├── ViperConsumeStructureWeapon.json │ │ ├── VoidMPImmortalReviveCorpse.json │ │ ├── VoidRay.json │ │ ├── VoidRayACGluescreenDummy.json │ │ ├── VoidRayShakurasACGluescreenDummy.json │ │ ├── VultureACGluescreenDummy.json │ │ ├── WarHound.json │ │ ├── WarHoundWeapon.json │ │ ├── WarpGate.json │ │ ├── WarpPrism.json │ │ ├── WarpPrismPhasing.json │ │ ├── WarpPrismSkinPreview.json │ │ ├── WarpPrismTaldarimACGluescreenDummy.json │ │ ├── Weapon.json │ │ ├── WidowMine.json │ │ ├── WidowMineAirWeapon.json │ │ ├── WidowMineBurrowed.json │ │ ├── WidowMineWeapon.json │ │ ├── WolfStatue.json │ │ ├── WraithACGluescreenDummy.json │ │ ├── XelNagaDestructibleBlocker6E.json │ │ ├── XelNagaDestructibleBlocker6N.json │ │ ├── XelNagaDestructibleBlocker6NE.json │ │ ├── XelNagaDestructibleBlocker6NW.json │ │ ├── XelNagaDestructibleBlocker6S.json │ │ ├── XelNagaDestructibleBlocker6SE.json │ │ ├── XelNagaDestructibleBlocker6SW.json │ │ ├── XelNagaDestructibleBlocker6W.json │ │ ├── XelNagaDestructibleBlocker8E.json │ │ ├── XelNagaDestructibleBlocker8N.json │ │ ├── XelNagaDestructibleBlocker8NE.json │ │ ├── XelNagaDestructibleBlocker8NW.json │ │ ├── XelNagaDestructibleBlocker8S.json │ │ ├── XelNagaDestructibleBlocker8SE.json │ │ ├── XelNagaDestructibleBlocker8SW.json │ │ ├── XelNagaDestructibleBlocker8W.json │ │ ├── XelNagaDestructibleRampBlocker6E.json │ │ ├── XelNagaDestructibleRampBlocker6N.json │ │ ├── XelNagaDestructibleRampBlocker6NE.json │ │ ├── XelNagaDestructibleRampBlocker6NW.json │ │ ├── XelNagaDestructibleRampBlocker6S.json │ │ ├── XelNagaDestructibleRampBlocker6SE.json │ │ ├── XelNagaDestructibleRampBlocker6SW.json │ │ ├── XelNagaDestructibleRampBlocker6W.json │ │ ├── XelNagaDestructibleRampBlocker8E.json │ │ ├── XelNagaDestructibleRampBlocker8N.json │ │ ├── XelNagaDestructibleRampBlocker8NE.json │ │ ├── XelNagaDestructibleRampBlocker8NW.json │ │ ├── XelNagaDestructibleRampBlocker8S.json │ │ ├── XelNagaDestructibleRampBlocker8SE.json │ │ ├── XelNagaDestructibleRampBlocker8SW.json │ │ ├── XelNagaDestructibleRampBlocker8W.json │ │ ├── XelNagaHealingShrine.json │ │ ├── XelNagaTower.json │ │ ├── XelNaga_Caverns_DoorE.json │ │ ├── XelNaga_Caverns_DoorEOpened.json │ │ ├── XelNaga_Caverns_DoorN.json │ │ ├── XelNaga_Caverns_DoorNE.json │ │ ├── XelNaga_Caverns_DoorNEOpened.json │ │ ├── XelNaga_Caverns_DoorNOpened.json │ │ ├── XelNaga_Caverns_DoorNW.json │ │ ├── XelNaga_Caverns_DoorNWOpened.json │ │ ├── XelNaga_Caverns_DoorS.json │ │ ├── XelNaga_Caverns_DoorSE.json │ │ ├── XelNaga_Caverns_DoorSEOpened.json │ │ ├── XelNaga_Caverns_DoorSOpened.json │ │ ├── XelNaga_Caverns_DoorSW.json │ │ ├── XelNaga_Caverns_DoorSWOpened.json │ │ ├── XelNaga_Caverns_DoorW.json │ │ ├── XelNaga_Caverns_DoorWOpened.json │ │ ├── XelNaga_Caverns_Floating_BridgeH10.json │ │ ├── XelNaga_Caverns_Floating_BridgeH10Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeH12.json │ │ ├── XelNaga_Caverns_Floating_BridgeH12Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeH8.json │ │ ├── XelNaga_Caverns_Floating_BridgeH8Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeNE10.json │ │ ├── XelNaga_Caverns_Floating_BridgeNE10Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeNE12.json │ │ ├── XelNaga_Caverns_Floating_BridgeNE12Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeNE8.json │ │ ├── XelNaga_Caverns_Floating_BridgeNE8Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeNW10.json │ │ ├── XelNaga_Caverns_Floating_BridgeNW10Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeNW12.json │ │ ├── XelNaga_Caverns_Floating_BridgeNW12Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeNW8.json │ │ ├── XelNaga_Caverns_Floating_BridgeNW8Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeV10.json │ │ ├── XelNaga_Caverns_Floating_BridgeV10Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeV12.json │ │ ├── XelNaga_Caverns_Floating_BridgeV12Out.json │ │ ├── XelNaga_Caverns_Floating_BridgeV8.json │ │ ├── XelNaga_Caverns_Floating_BridgeV8Out.json │ │ ├── YamatoWeapon.json │ │ ├── YoinkMissile.json │ │ ├── YoinkSiegeTankMissile.json │ │ ├── YoinkVikingAirMissile.json │ │ ├── YoinkVikingGroundMissile.json │ │ ├── Zealot.json │ │ ├── ZealotACGluescreenDummy.json │ │ ├── ZealotAiurACGluescreenDummy.json │ │ ├── ZealotFenixACGluescreenDummy.json │ │ ├── ZealotPurifierACGluescreenDummy.json │ │ ├── ZealotShakurasACGluescreenDummy.json │ │ ├── ZealotVorazunACGluescreenDummy.json │ │ ├── ZeratulDarkTemplarACGluescreenDummy.json │ │ ├── ZeratulDisruptorACGluescreenDummy.json │ │ ├── ZeratulImmortalACGluescreenDummy.json │ │ ├── ZeratulObserverACGluescreenDummy.json │ │ ├── ZeratulPhotonCannonACGluescreenDummy.json │ │ ├── ZeratulSentryACGluescreenDummy.json │ │ ├── ZeratulStalkerACGluescreenDummy.json │ │ ├── ZeratulWarpPrismACGluescreenDummy.json │ │ ├── Zergling.json │ │ ├── ZerglingBurrowed.json │ │ ├── ZerglingKerriganACGluescreenDummy.json │ │ ├── ZerglingZagaraACGluescreenDummy.json │ │ └── ZerusDestructibleArch.json ├── FieldsDeath202507.SC2Replay └── SC2-Patch_4.12-2v2AI.SC2Replay ├── lastcmd ├── src ├── arrow_store │ ├── ipc_writer.rs │ └── mod.rs ├── bit_packed_decoder.rs ├── cli.rs ├── common.rs ├── details.rs ├── error.rs ├── filters.rs ├── game_events │ ├── ability │ │ ├── balance_data │ │ │ ├── json_handler.rs │ │ │ └── mod.rs │ │ └── mod.rs │ ├── arrow_store │ │ ├── cmd_event_flat_row.rs │ │ └── mod.rs │ ├── iterator.rs │ ├── mod.rs │ └── state.rs ├── generator │ ├── decoder_type.rs │ ├── mod.rs │ ├── proto_morphist.rs │ ├── stableid_ability_parser.rs │ └── versionless.rs ├── init_data │ ├── arrow_store.rs │ └── mod.rs ├── lib.rs ├── main.rs ├── message_events.rs ├── protocol_version_decoder.rs ├── state │ ├── mod.rs │ ├── unit_cmd.rs │ └── unit_props.rs ├── tracker_events │ ├── arrow_store │ │ ├── mod.rs │ │ ├── player_stats_flat_row.rs │ │ ├── unit_born_event_flat_row.rs │ │ ├── unit_died_event_flat_row.rs │ │ └── upgrade_event_flat_row.rs │ ├── iterator.rs │ ├── mod.rs │ ├── player_setup.rs │ ├── player_stats.rs │ ├── player_upgrade.rs │ ├── state.rs │ ├── unit_born.rs │ ├── unit_died.rs │ ├── unit_done.rs │ ├── unit_init.rs │ ├── unit_owner_change.rs │ ├── unit_positions.rs │ └── unit_type_change.rs ├── tui │ └── mod.rs ├── versioned_decoder.rs └── versions │ ├── mod.rs │ ├── protocol75689 │ └── mod.rs │ ├── protocol87702 │ ├── events │ │ ├── common.rs │ │ ├── details.rs │ │ ├── game │ │ │ ├── camera.rs │ │ │ ├── cmd.rs │ │ │ ├── control_group.rs │ │ │ ├── mod.rs │ │ │ ├── mouse.rs │ │ │ ├── selection.rs │ │ │ ├── unit.rs │ │ │ └── user.rs │ │ ├── init_data.rs │ │ ├── message │ │ │ └── mod.rs │ │ ├── mod.rs │ │ └── tracker │ │ │ └── mod.rs │ └── mod.rs │ └── protocol99999.template └── tests ├── Burrow.SC2Replay └── integration_test.rs /.github/workflows/rust.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/.github/workflows/rust.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/.gitignore -------------------------------------------------------------------------------- /Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/Cargo.toml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/README.md -------------------------------------------------------------------------------- /assets/2023-04-08-2v2AI.SC2Replay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/2023-04-08-2v2AI.SC2Replay -------------------------------------------------------------------------------- /assets/BalanceData/94137/AcidSalivaWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/AcidSalivaWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/AcidSpinesWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/AcidSpinesWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Adept.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Adept.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/AdeptPhaseShift.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/AdeptPhaseShift.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/AdeptWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/AdeptWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Anteplott.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Anteplott.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ArbiterMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ArbiterMP.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Archon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Archon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Armory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Armory.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Artosilope.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Artosilope.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Assimilator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Assimilator.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/AssimilatorRich.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/AssimilatorRich.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/AutoTestAttacker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/AutoTestAttacker.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/AutoTurret.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/AutoTurret.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Ball.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Ball.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Baneling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Baneling.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BanelingBurrowed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BanelingBurrowed.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BanelingCocoon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BanelingCocoon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BanelingNest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BanelingNest.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Banshee.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Banshee.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Barracks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Barracks.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BarracksFlying.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BarracksFlying.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BarracksReactor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BarracksReactor.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BarracksTechLab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BarracksTechLab.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Battlecruiser.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Battlecruiser.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BeaconArmy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BeaconArmy.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BeaconAttack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BeaconAttack.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BeaconAuto.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BeaconAuto.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BeaconClaim.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BeaconClaim.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BeaconCustom1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BeaconCustom1.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BeaconCustom2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BeaconCustom2.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BeaconCustom3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BeaconCustom3.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BeaconCustom4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BeaconCustom4.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BeaconDefend.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BeaconDefend.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BeaconDetect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BeaconDetect.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BeaconExpand.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BeaconExpand.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BeaconHarass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BeaconHarass.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BeaconIdle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BeaconIdle.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BeaconRally.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BeaconRally.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BeaconScout.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BeaconScout.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Beacon_Nova.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Beacon_Nova.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Beacon_NovaSmall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Beacon_NovaSmall.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Beacon_Protoss.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Beacon_Protoss.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Beacon_Terran.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Beacon_Terran.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Beacon_Zerg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Beacon_Zerg.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Beacon_ZergSmall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Beacon_ZergSmall.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BroodLord.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BroodLord.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BroodLordAWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BroodLordAWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BroodLordBWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BroodLordBWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BroodLordCocoon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BroodLordCocoon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BroodLordWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BroodLordWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Broodling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Broodling.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BroodlingEscort.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BroodlingEscort.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Bunker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Bunker.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/BypassArmorDrone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/BypassArmorDrone.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Carrier.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Carrier.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/CarrionBird.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/CarrionBird.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Changeling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Changeling.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ChangelingMarine.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ChangelingMarine.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ChangelingZealot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ChangelingZealot.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/CleaningBot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/CleaningBot.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Colossus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Colossus.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/CommandCenter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/CommandCenter.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/CommentatorBot1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/CommentatorBot1.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/CommentatorBot2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/CommentatorBot2.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/CommentatorBot3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/CommentatorBot3.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Corruptor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Corruptor.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/CorsairMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/CorsairMP.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Cow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Cow.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Crabeetle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Crabeetle.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/CreepTumor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/CreepTumor.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Cyclone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Cyclone.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/DarkShrine.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/DarkShrine.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/DarkTemplar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/DarkTemplar.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/DefilerMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/DefilerMP.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/DevourerMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/DevourerMP.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Disruptor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Disruptor.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Dog.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Dog.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Drone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Drone.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/DroneBurrowed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/DroneBurrowed.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/EMP2Weapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/EMP2Weapon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Egg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Egg.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Extractor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Extractor.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ExtractorRich.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ExtractorRich.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Factory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Factory.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/FactoryFlying.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/FactoryFlying.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/FleetBeacon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/FleetBeacon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/FlyoverUnit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/FlyoverUnit.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ForceField.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ForceField.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Forge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Forge.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/FrenzyWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/FrenzyWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/FusionCore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/FusionCore.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Gateway.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Gateway.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Ghost.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Ghost.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/GhostAcademy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/GhostAcademy.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/GhostNova.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/GhostNova.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/GlobeStatue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/GlobeStatue.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/GrappleWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/GrappleWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/GreaterSpire.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/GreaterSpire.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/GuardianMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/GuardianMP.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/HERC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/HERC.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/HERCPlacement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/HERCPlacement.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Hatchery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Hatchery.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Hellion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Hellion.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/HellionTank.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/HellionTank.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/HighTemplar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/HighTemplar.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Hive.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Hive.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Hydralisk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Hydralisk.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/HydraliskDen.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/HydraliskDen.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Immortal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Immortal.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Infestor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Infestor.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Interceptor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Interceptor.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/KD8Charge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/KD8Charge.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/KarakFemale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/KarakFemale.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/KarakMale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/KarakMale.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/LabBot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/LabBot.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Lair.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Lair.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Larva.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Larva.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Liberator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Liberator.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/LiberatorAG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/LiberatorAG.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/LocustMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/LocustMP.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/LurkerDenMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/LurkerDenMP.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/LurkerMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/LurkerMP.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/LurkerMPEgg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/LurkerMPEgg.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Lyote.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Lyote.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/MULE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/MULE.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Marauder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Marauder.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Marine.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Marine.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Medivac.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Medivac.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/MengskStatue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/MengskStatue.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/MineralField.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/MineralField.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/MissileTurret.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/MissileTurret.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Moopy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Moopy.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Mothership.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Mothership.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Mutalisk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Mutalisk.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Nexus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Nexus.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Nuke.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Nuke.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/NydusCanal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/NydusCanal.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/NydusNetwork.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/NydusNetwork.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Observer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Observer.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Oracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Oracle.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/OracleWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/OracleWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Overlord.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Overlord.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Overseer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Overseer.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Phoenix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Phoenix.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/PhotonCannon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/PhotonCannon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/PhysicsCube.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/PhysicsCube.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/PhysicsKnot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/PhysicsKnot.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/PhysicsL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/PhysicsL.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/PhysicsSphere.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/PhysicsSphere.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/PhysicsStar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/PhysicsStar.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Probe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Probe.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ProtossCrates.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ProtossCrates.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Pylon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Pylon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Queen.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Queen.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/QueenBurrowed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/QueenBurrowed.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/QueenMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/QueenMP.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Ravager.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Ravager.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/RavagerCocoon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/RavagerCocoon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Raven.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Raven.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Reactor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Reactor.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Reaper.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Reaper.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Refinery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Refinery.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/RefineryRich.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/RefineryRich.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Replicant.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Replicant.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ReptileCrate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ReptileCrate.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Roach.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Roach.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/RoachBurrowed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/RoachBurrowed.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/RoachWarren.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/RoachWarren.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/RoboticsBay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/RoboticsBay.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/RoughTerrain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/RoughTerrain.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/SCV.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/SCV.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Scantipede.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Scantipede.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ScopeTest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ScopeTest.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ScourgeMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ScourgeMP.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ScoutMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ScoutMP.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/SeekerMissile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/SeekerMissile.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/SensorTower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/SensorTower.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Sentry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Sentry.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeApple.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeApple.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeBanana.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeBanana.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeBaseball.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeBaseball.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeBowl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeBowl.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeBox.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeBox.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeCapsule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeCapsule.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeCarrot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeCarrot.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeCherry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeCherry.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeCone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeCone.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeCube.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeCube.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeCylinder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeCylinder.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeDiamond.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeDiamond.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeEgg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeEgg.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeEuroSign.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeEuroSign.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeFootball.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeFootball.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeGemstone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeGemstone.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeGolfClub.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeGolfClub.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeGolfball.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeGolfball.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeGrape.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeGrape.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeHand.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeHand.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeHeart.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeHeart.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeJack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeJack.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeLemon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeLemon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeMoneyBag.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeMoneyBag.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeO.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeOrange.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeOrange.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapePeanut.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapePeanut.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapePear.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapePear.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapePlusSign.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapePlusSign.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapePyramid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapePyramid.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeRainbow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeRainbow.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeSadFace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeSadFace.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeShamrock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeShamrock.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeSpade.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeSpade.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeSphere.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeSphere.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeTorus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeTorus.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeTube.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeTube.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeWonSign.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeWonSign.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeX.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShapeYenSign.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShapeYenSign.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Sheep.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Sheep.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ShieldBattery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ShieldBattery.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/SiegeTank.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/SiegeTank.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/SpawningPool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/SpawningPool.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/SpineCrawler.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/SpineCrawler.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Spire.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Spire.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/SporeCrawler.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/SporeCrawler.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Stalker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Stalker.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/StalkerWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/StalkerWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Stargate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Stargate.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Starport.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Starport.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/SupplyDepot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/SupplyDepot.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/SwarmHostMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/SwarmHostMP.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/TechLab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/TechLab.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Tempest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Tempest.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/TempestWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/TempestWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/TestZerg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/TestZerg.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Thor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Thor.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ThorAALance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ThorAALance.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ThorAAWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ThorAAWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ThorAP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ThorAP.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/ThornLizard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/ThornLizard.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/TowerMine.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/TowerMine.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/TrafficSignal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/TrafficSignal.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Ultralisk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Ultralisk.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/UrsadakCalf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/UrsadakCalf.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/UrsadakFemale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/UrsadakFemale.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/UrsadakMale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/UrsadakMale.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Ursadon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Ursadon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Ursula.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Ursula.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/UtilityBot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/UtilityBot.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/VespeneGeyser.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/VespeneGeyser.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Viking.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Viking.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/VikingAssault.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/VikingAssault.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/VikingFighter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/VikingFighter.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Viper.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Viper.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/VoidRay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/VoidRay.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/WarHound.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/WarHound.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/WarpGate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/WarpGate.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/WarpPrism.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/WarpPrism.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Weapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Weapon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/WidowMine.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/WidowMine.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/WolfStatue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/WolfStatue.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/XelNagaTower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/XelNagaTower.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/YamatoWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/YamatoWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/YoinkMissile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/YoinkMissile.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Zealot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Zealot.json -------------------------------------------------------------------------------- /assets/BalanceData/94137/Zergling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/94137/Zergling.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Adept.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Adept.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/AdeptWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/AdeptWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Anteplott.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Anteplott.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ArbiterMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ArbiterMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Archon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Archon.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Armory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Armory.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Artosilope.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Artosilope.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Assimilator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Assimilator.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/AutoTurret.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/AutoTurret.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Ball.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Ball.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Baneling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Baneling.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/BanelingNest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/BanelingNest.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Banshee.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Banshee.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Barracks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Barracks.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Battlecruiser.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Battlecruiser.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/BeaconArmy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/BeaconArmy.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/BeaconAttack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/BeaconAttack.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/BeaconAuto.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/BeaconAuto.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/BeaconClaim.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/BeaconClaim.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/BeaconCustom1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/BeaconCustom1.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/BeaconCustom2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/BeaconCustom2.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/BeaconCustom3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/BeaconCustom3.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/BeaconCustom4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/BeaconCustom4.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/BeaconDefend.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/BeaconDefend.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/BeaconDetect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/BeaconDetect.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/BeaconExpand.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/BeaconExpand.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/BeaconHarass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/BeaconHarass.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/BeaconIdle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/BeaconIdle.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/BeaconRally.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/BeaconRally.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/BeaconScout.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/BeaconScout.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Beacon_Nova.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Beacon_Nova.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Beacon_Terran.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Beacon_Terran.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Beacon_Zerg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Beacon_Zerg.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/BroodLord.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/BroodLord.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Broodling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Broodling.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Bunker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Bunker.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Carrier.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Carrier.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/CarrionBird.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/CarrionBird.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Changeling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Changeling.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/CleaningBot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/CleaningBot.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Colossus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Colossus.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/CommandCenter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/CommandCenter.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Corruptor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Corruptor.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/CorsairMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/CorsairMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Cow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Cow.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Crabeetle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Crabeetle.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/CreepTumor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/CreepTumor.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Cyclone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Cyclone.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/DarkShrine.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/DarkShrine.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/DarkTemplar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/DarkTemplar.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/DefilerMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/DefilerMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/DevourerMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/DevourerMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Disruptor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Disruptor.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Dog.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Dog.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Drone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Drone.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/DroneBurrowed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/DroneBurrowed.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/EMP2Weapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/EMP2Weapon.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Egg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Egg.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Extractor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Extractor.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ExtractorRich.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ExtractorRich.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Factory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Factory.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/FactoryFlying.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/FactoryFlying.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/FleetBeacon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/FleetBeacon.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/FlyoverUnit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/FlyoverUnit.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ForceField.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ForceField.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Forge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Forge.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/FrenzyWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/FrenzyWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/FusionCore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/FusionCore.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Gateway.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Gateway.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Ghost.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Ghost.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/GhostAcademy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/GhostAcademy.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/GhostNova.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/GhostNova.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/GlobeStatue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/GlobeStatue.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/GrappleWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/GrappleWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/GreaterSpire.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/GreaterSpire.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/GuardianMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/GuardianMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/HERC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/HERC.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/HERCPlacement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/HERCPlacement.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Hatchery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Hatchery.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Hellion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Hellion.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/HellionTank.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/HellionTank.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/HighTemplar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/HighTemplar.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Hive.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Hive.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Hydralisk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Hydralisk.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/HydraliskDen.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/HydraliskDen.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Immortal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Immortal.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Infestor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Infestor.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Interceptor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Interceptor.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/KD8Charge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/KD8Charge.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/KarakFemale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/KarakFemale.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/KarakMale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/KarakMale.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/LabBot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/LabBot.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Lair.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Lair.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Larva.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Larva.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Liberator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Liberator.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/LiberatorAG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/LiberatorAG.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/LocustMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/LocustMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/LurkerDenMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/LurkerDenMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/LurkerMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/LurkerMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/LurkerMPEgg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/LurkerMPEgg.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Lyote.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Lyote.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/MULE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/MULE.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Marauder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Marauder.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Marine.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Marine.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Medivac.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Medivac.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/MengskStatue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/MengskStatue.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/MineralField.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/MineralField.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/MissileTurret.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/MissileTurret.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Moopy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Moopy.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Mothership.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Mothership.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Mutalisk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Mutalisk.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Nexus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Nexus.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Nuke.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Nuke.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/NydusCanal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/NydusCanal.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/NydusNetwork.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/NydusNetwork.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Observer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Observer.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Oracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Oracle.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/OracleWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/OracleWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Overlord.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Overlord.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Overseer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Overseer.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Phoenix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Phoenix.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/PhotonCannon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/PhotonCannon.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/PhysicsCube.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/PhysicsCube.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/PhysicsKnot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/PhysicsKnot.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/PhysicsL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/PhysicsL.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/PhysicsSphere.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/PhysicsSphere.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/PhysicsStar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/PhysicsStar.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Probe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Probe.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ProtossCrates.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ProtossCrates.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Pylon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Pylon.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Queen.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Queen.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/QueenBurrowed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/QueenBurrowed.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/QueenMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/QueenMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Ravager.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Ravager.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/RavagerCocoon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/RavagerCocoon.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Raven.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Raven.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Reactor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Reactor.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Reaper.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Reaper.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Refinery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Refinery.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/RefineryRich.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/RefineryRich.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Replicant.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Replicant.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ReptileCrate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ReptileCrate.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Roach.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Roach.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/RoachBurrowed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/RoachBurrowed.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/RoachWarren.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/RoachWarren.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/RoboticsBay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/RoboticsBay.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/RoughTerrain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/RoughTerrain.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/SCV.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/SCV.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Scantipede.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Scantipede.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ScopeTest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ScopeTest.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ScourgeMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ScourgeMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ScoutMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ScoutMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/SeekerMissile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/SeekerMissile.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/SensorTower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/SensorTower.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Sentry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Sentry.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeApple.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeApple.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeBanana.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeBanana.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeBaseball.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeBaseball.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeBowl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeBowl.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeBox.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeBox.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeCapsule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeCapsule.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeCarrot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeCarrot.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeCherry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeCherry.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeCone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeCone.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeCube.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeCube.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeCylinder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeCylinder.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeDiamond.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeDiamond.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeEgg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeEgg.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeEuroSign.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeEuroSign.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeFootball.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeFootball.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeGemstone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeGemstone.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeGolfClub.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeGolfClub.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeGolfball.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeGolfball.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeGrape.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeGrape.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeHand.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeHand.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeHeart.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeHeart.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeJack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeJack.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeLemon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeLemon.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeMoneyBag.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeMoneyBag.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeO.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeOrange.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeOrange.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapePeanut.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapePeanut.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapePear.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapePear.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapePlusSign.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapePlusSign.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapePyramid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapePyramid.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeRainbow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeRainbow.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeSadFace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeSadFace.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeShamrock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeShamrock.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeSpade.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeSpade.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeSphere.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeSphere.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeTorus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeTorus.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeTube.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeTube.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeWonSign.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeWonSign.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeX.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShapeYenSign.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShapeYenSign.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Sheep.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Sheep.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ShieldBattery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ShieldBattery.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/SiegeTank.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/SiegeTank.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/SpawningPool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/SpawningPool.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/SpineCrawler.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/SpineCrawler.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Spire.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Spire.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/SporeCrawler.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/SporeCrawler.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Stalker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Stalker.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/StalkerWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/StalkerWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Stargate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Stargate.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Starport.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Starport.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/SupplyDepot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/SupplyDepot.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/SwarmHostMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/SwarmHostMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/TechLab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/TechLab.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Tempest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Tempest.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/TempestWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/TempestWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/TestZerg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/TestZerg.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Thor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Thor.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ThorAALance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ThorAALance.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ThorAAWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ThorAAWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ThorAP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ThorAP.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/ThornLizard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/ThornLizard.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/TowerMine.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/TowerMine.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/TrafficSignal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/TrafficSignal.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Ultralisk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Ultralisk.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/UrsadakCalf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/UrsadakCalf.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/UrsadakFemale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/UrsadakFemale.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/UrsadakMale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/UrsadakMale.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Ursadon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Ursadon.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Ursula.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Ursula.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/UtilityBot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/UtilityBot.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/VespeneGeyser.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/VespeneGeyser.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Viking.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Viking.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/VikingAssault.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/VikingAssault.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/VikingFighter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/VikingFighter.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Viper.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Viper.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/VoidRay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/VoidRay.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/WarHound.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/WarHound.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/WarpGate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/WarpGate.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/WarpPrism.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/WarpPrism.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Weapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Weapon.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/WidowMine.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/WidowMine.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/WolfStatue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/WolfStatue.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/XelNagaTower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/XelNagaTower.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/YamatoWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/YamatoWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/YoinkMissile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/YoinkMissile.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Zealot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Zealot.json -------------------------------------------------------------------------------- /assets/BalanceData/95248/Zergling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95248/Zergling.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Adept.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Adept.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/AdeptWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/AdeptWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Anteplott.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Anteplott.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ArbiterMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ArbiterMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Archon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Archon.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Armory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Armory.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Artosilope.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Artosilope.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Assimilator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Assimilator.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/AutoTurret.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/AutoTurret.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Ball.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Ball.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Baneling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Baneling.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/BanelingNest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/BanelingNest.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Banshee.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Banshee.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Barracks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Barracks.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Battlecruiser.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Battlecruiser.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/BeaconArmy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/BeaconArmy.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/BeaconAttack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/BeaconAttack.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/BeaconAuto.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/BeaconAuto.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/BeaconClaim.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/BeaconClaim.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/BeaconCustom1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/BeaconCustom1.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/BeaconCustom2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/BeaconCustom2.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/BeaconCustom3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/BeaconCustom3.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/BeaconCustom4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/BeaconCustom4.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/BeaconDefend.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/BeaconDefend.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/BeaconDetect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/BeaconDetect.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/BeaconExpand.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/BeaconExpand.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/BeaconHarass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/BeaconHarass.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/BeaconIdle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/BeaconIdle.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/BeaconRally.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/BeaconRally.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/BeaconScout.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/BeaconScout.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Beacon_Nova.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Beacon_Nova.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Beacon_Terran.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Beacon_Terran.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Beacon_Zerg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Beacon_Zerg.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/BroodLord.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/BroodLord.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Broodling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Broodling.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Bunker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Bunker.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Carrier.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Carrier.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/CarrionBird.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/CarrionBird.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Changeling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Changeling.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/CleaningBot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/CleaningBot.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Colossus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Colossus.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/CommandCenter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/CommandCenter.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Corruptor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Corruptor.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/CorsairMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/CorsairMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Cow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Cow.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Crabeetle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Crabeetle.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/CreepTumor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/CreepTumor.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Cyclone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Cyclone.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/DarkShrine.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/DarkShrine.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/DarkTemplar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/DarkTemplar.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/DefilerMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/DefilerMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/DevourerMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/DevourerMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Disruptor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Disruptor.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Dog.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Dog.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Drone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Drone.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/DroneBurrowed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/DroneBurrowed.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/EMP2Weapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/EMP2Weapon.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Egg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Egg.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Extractor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Extractor.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ExtractorRich.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ExtractorRich.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Factory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Factory.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/FactoryFlying.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/FactoryFlying.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/FleetBeacon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/FleetBeacon.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/FlyoverUnit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/FlyoverUnit.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ForceField.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ForceField.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Forge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Forge.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/FrenzyWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/FrenzyWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/FusionCore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/FusionCore.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Gateway.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Gateway.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Ghost.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Ghost.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/GhostAcademy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/GhostAcademy.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/GhostNova.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/GhostNova.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/GlobeStatue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/GlobeStatue.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/GrappleWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/GrappleWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/GreaterSpire.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/GreaterSpire.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/GuardianMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/GuardianMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/HERC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/HERC.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/HERCPlacement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/HERCPlacement.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Hatchery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Hatchery.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Hellion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Hellion.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/HellionTank.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/HellionTank.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/HighTemplar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/HighTemplar.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Hive.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Hive.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Hydralisk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Hydralisk.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/HydraliskDen.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/HydraliskDen.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Immortal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Immortal.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Infestor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Infestor.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Interceptor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Interceptor.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/KD8Charge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/KD8Charge.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/KarakFemale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/KarakFemale.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/KarakMale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/KarakMale.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/LabBot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/LabBot.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Lair.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Lair.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Larva.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Larva.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Liberator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Liberator.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/LiberatorAG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/LiberatorAG.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/LocustMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/LocustMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/LurkerDenMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/LurkerDenMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/LurkerMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/LurkerMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/LurkerMPEgg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/LurkerMPEgg.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Lyote.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Lyote.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/MULE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/MULE.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Marauder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Marauder.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Marine.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Marine.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Medivac.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Medivac.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/MengskStatue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/MengskStatue.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/MineralField.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/MineralField.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/MissileTurret.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/MissileTurret.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Moopy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Moopy.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Mothership.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Mothership.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Mutalisk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Mutalisk.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Nexus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Nexus.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Nuke.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Nuke.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/NydusCanal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/NydusCanal.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/NydusNetwork.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/NydusNetwork.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Observer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Observer.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Oracle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Oracle.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/OracleWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/OracleWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Overlord.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Overlord.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Overseer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Overseer.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Phoenix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Phoenix.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/PhotonCannon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/PhotonCannon.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/PhysicsCube.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/PhysicsCube.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/PhysicsKnot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/PhysicsKnot.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/PhysicsL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/PhysicsL.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/PhysicsSphere.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/PhysicsSphere.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/PhysicsStar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/PhysicsStar.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Probe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Probe.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ProtossCrates.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ProtossCrates.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Pylon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Pylon.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Queen.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Queen.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/QueenBurrowed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/QueenBurrowed.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/QueenMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/QueenMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Ravager.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Ravager.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/RavagerCocoon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/RavagerCocoon.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Raven.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Raven.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Reactor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Reactor.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Reaper.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Reaper.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Refinery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Refinery.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/RefineryRich.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/RefineryRich.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Replicant.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Replicant.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ReptileCrate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ReptileCrate.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Roach.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Roach.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/RoachBurrowed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/RoachBurrowed.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/RoachWarren.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/RoachWarren.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/RoboticsBay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/RoboticsBay.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/RoughTerrain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/RoughTerrain.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/SCV.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/SCV.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Scantipede.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Scantipede.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ScopeTest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ScopeTest.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ScourgeMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ScourgeMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ScoutMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ScoutMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/SeekerMissile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/SeekerMissile.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/SensorTower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/SensorTower.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Sentry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Sentry.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeApple.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeApple.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeBanana.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeBanana.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeBaseball.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeBaseball.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeBowl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeBowl.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeBox.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeBox.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeCapsule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeCapsule.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeCarrot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeCarrot.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeCherry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeCherry.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeCone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeCone.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeCube.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeCube.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeCylinder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeCylinder.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeDiamond.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeDiamond.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeEgg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeEgg.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeEuroSign.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeEuroSign.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeFootball.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeFootball.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeGemstone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeGemstone.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeGolfClub.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeGolfClub.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeGolfball.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeGolfball.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeGrape.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeGrape.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeHand.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeHand.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeHeart.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeHeart.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeJack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeJack.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeLemon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeLemon.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeMoneyBag.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeMoneyBag.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeO.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeOrange.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeOrange.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapePeanut.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapePeanut.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapePear.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapePear.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapePlusSign.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapePlusSign.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapePyramid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapePyramid.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeRainbow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeRainbow.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeSadFace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeSadFace.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeShamrock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeShamrock.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeSpade.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeSpade.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeSphere.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeSphere.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeTorus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeTorus.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeTube.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeTube.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeWonSign.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeWonSign.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeX.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShapeYenSign.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShapeYenSign.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Sheep.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Sheep.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ShieldBattery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ShieldBattery.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/SiegeTank.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/SiegeTank.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/SpawningPool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/SpawningPool.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/SpineCrawler.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/SpineCrawler.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Spire.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Spire.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/SporeCrawler.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/SporeCrawler.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Stalker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Stalker.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/StalkerWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/StalkerWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Stargate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Stargate.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Starport.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Starport.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/SupplyDepot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/SupplyDepot.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/SwarmHostMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/SwarmHostMP.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/TechLab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/TechLab.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Tempest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Tempest.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/TempestWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/TempestWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/TestZerg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/TestZerg.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Thor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Thor.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ThorAALance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ThorAALance.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ThorAAWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ThorAAWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ThorAP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ThorAP.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/ThornLizard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/ThornLizard.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/TowerMine.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/TowerMine.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/TrafficSignal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/TrafficSignal.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Ultralisk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Ultralisk.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/UrsadakCalf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/UrsadakCalf.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/UrsadakFemale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/UrsadakFemale.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/UrsadakMale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/UrsadakMale.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Ursadon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Ursadon.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Ursula.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Ursula.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/UtilityBot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/UtilityBot.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/VespeneGeyser.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/VespeneGeyser.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Viking.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Viking.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/VikingAssault.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/VikingAssault.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/VikingFighter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/VikingFighter.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Viper.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Viper.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/VoidRay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/VoidRay.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/WarHound.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/WarHound.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/WarpGate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/WarpGate.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/WarpPrism.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/WarpPrism.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Weapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Weapon.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/WidowMine.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/WidowMine.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/WolfStatue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/WolfStatue.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/XelNagaTower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/XelNagaTower.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/YamatoWeapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/YamatoWeapon.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/YoinkMissile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/YoinkMissile.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Zealot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Zealot.json -------------------------------------------------------------------------------- /assets/BalanceData/95299/Zergling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/BalanceData/95299/Zergling.json -------------------------------------------------------------------------------- /assets/FieldsDeath202507.SC2Replay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/FieldsDeath202507.SC2Replay -------------------------------------------------------------------------------- /assets/SC2-Patch_4.12-2v2AI.SC2Replay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/assets/SC2-Patch_4.12-2v2AI.SC2Replay -------------------------------------------------------------------------------- /lastcmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/lastcmd -------------------------------------------------------------------------------- /src/arrow_store/ipc_writer.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/arrow_store/ipc_writer.rs -------------------------------------------------------------------------------- /src/arrow_store/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/arrow_store/mod.rs -------------------------------------------------------------------------------- /src/bit_packed_decoder.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/bit_packed_decoder.rs -------------------------------------------------------------------------------- /src/cli.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/cli.rs -------------------------------------------------------------------------------- /src/common.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/common.rs -------------------------------------------------------------------------------- /src/details.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/details.rs -------------------------------------------------------------------------------- /src/error.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/error.rs -------------------------------------------------------------------------------- /src/filters.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/filters.rs -------------------------------------------------------------------------------- /src/game_events/ability/balance_data/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/game_events/ability/balance_data/mod.rs -------------------------------------------------------------------------------- /src/game_events/ability/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/game_events/ability/mod.rs -------------------------------------------------------------------------------- /src/game_events/arrow_store/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/game_events/arrow_store/mod.rs -------------------------------------------------------------------------------- /src/game_events/iterator.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/game_events/iterator.rs -------------------------------------------------------------------------------- /src/game_events/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/game_events/mod.rs -------------------------------------------------------------------------------- /src/game_events/state.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/game_events/state.rs -------------------------------------------------------------------------------- /src/generator/decoder_type.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/generator/decoder_type.rs -------------------------------------------------------------------------------- /src/generator/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/generator/mod.rs -------------------------------------------------------------------------------- /src/generator/proto_morphist.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/generator/proto_morphist.rs -------------------------------------------------------------------------------- /src/generator/stableid_ability_parser.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/generator/stableid_ability_parser.rs -------------------------------------------------------------------------------- /src/generator/versionless.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/generator/versionless.rs -------------------------------------------------------------------------------- /src/init_data/arrow_store.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/init_data/arrow_store.rs -------------------------------------------------------------------------------- /src/init_data/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/init_data/mod.rs -------------------------------------------------------------------------------- /src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/lib.rs -------------------------------------------------------------------------------- /src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/main.rs -------------------------------------------------------------------------------- /src/message_events.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/message_events.rs -------------------------------------------------------------------------------- /src/protocol_version_decoder.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/protocol_version_decoder.rs -------------------------------------------------------------------------------- /src/state/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/state/mod.rs -------------------------------------------------------------------------------- /src/state/unit_cmd.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/state/unit_cmd.rs -------------------------------------------------------------------------------- /src/state/unit_props.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/state/unit_props.rs -------------------------------------------------------------------------------- /src/tracker_events/arrow_store/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/tracker_events/arrow_store/mod.rs -------------------------------------------------------------------------------- /src/tracker_events/iterator.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/tracker_events/iterator.rs -------------------------------------------------------------------------------- /src/tracker_events/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/tracker_events/mod.rs -------------------------------------------------------------------------------- /src/tracker_events/player_setup.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/tracker_events/player_setup.rs -------------------------------------------------------------------------------- /src/tracker_events/player_stats.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/tracker_events/player_stats.rs -------------------------------------------------------------------------------- /src/tracker_events/player_upgrade.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/tracker_events/player_upgrade.rs -------------------------------------------------------------------------------- /src/tracker_events/state.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/tracker_events/state.rs -------------------------------------------------------------------------------- /src/tracker_events/unit_born.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/tracker_events/unit_born.rs -------------------------------------------------------------------------------- /src/tracker_events/unit_died.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/tracker_events/unit_died.rs -------------------------------------------------------------------------------- /src/tracker_events/unit_done.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/tracker_events/unit_done.rs -------------------------------------------------------------------------------- /src/tracker_events/unit_init.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/tracker_events/unit_init.rs -------------------------------------------------------------------------------- /src/tracker_events/unit_owner_change.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/tracker_events/unit_owner_change.rs -------------------------------------------------------------------------------- /src/tracker_events/unit_positions.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/tracker_events/unit_positions.rs -------------------------------------------------------------------------------- /src/tracker_events/unit_type_change.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/tracker_events/unit_type_change.rs -------------------------------------------------------------------------------- /src/tui/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/tui/mod.rs -------------------------------------------------------------------------------- /src/versioned_decoder.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/versioned_decoder.rs -------------------------------------------------------------------------------- /src/versions/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/versions/mod.rs -------------------------------------------------------------------------------- /src/versions/protocol75689/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/versions/protocol75689/mod.rs -------------------------------------------------------------------------------- /src/versions/protocol87702/events/common.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/versions/protocol87702/events/common.rs -------------------------------------------------------------------------------- /src/versions/protocol87702/events/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/versions/protocol87702/events/mod.rs -------------------------------------------------------------------------------- /src/versions/protocol87702/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/versions/protocol87702/mod.rs -------------------------------------------------------------------------------- /src/versions/protocol99999.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/src/versions/protocol99999.template -------------------------------------------------------------------------------- /tests/Burrow.SC2Replay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/tests/Burrow.SC2Replay -------------------------------------------------------------------------------- /tests/integration_test.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebosp/s2protocol-rs/HEAD/tests/integration_test.rs --------------------------------------------------------------------------------