import { IDs, Container } from '../container'; export interface Unit extends IDs { requiredAnimationNames: string; iconGameInterface: string; requiredAnimationNamesAttachments: string; requiredAttachmentLinkNames: string; requiredBoneNames: string; structuresBuilt: string; buttonPositionX: number; buttonPositionY: number; casterUpgradeArt: string; casterUpgradeNames: string; casterUpgradeTips: string; dependencyEquivalents: string; description: string; nameEditorSuffix: string; hotkey: string; loopingFadeInRate: number; loopingFadeOutRate: number; attack1ProjectileArc: number; attack2ProjectileArc: number; attack1ProjectileArt: string; attack2ProjectileArt: string; attack1ProjectileHomingEnabled: boolean; attack2ProjectileHomingEnabled: boolean; attack1ProjectileSpeed: number; attack2ProjectileSpeed: number; movement: string; name: string; random: string; requirements: string; requirementsLevels: string; iconScoreScreen: string; itemsSold: string; unitsSold: string; special: string; target: string; tooltipBasic: string; tooltipExtended: string; normal: string; defaultActiveAbility: string; buildTime: number; goldBountyAwardedNumberOfDice: number; goldBountyAwardedBase: number; goldBountyAwardedSidesPerDie: number; lumberBountyAwardedNumberOfDice: number; lumberBountyAwardedBase: number; lumberBountyAwardedSidesPerDie: number; collisionSize: number; defenseBase: number; defenseType: string; defenseUpgradeBonus: number; foodProduced: number; foodCost: number; goldCostundefined: number; repairGoldCost: number; hitPointsMaximumBase: number; isABuilding: boolean; levelundefined: number; lumberCostundefined: number; repairLumberCost: number; manaInitialAmount: number; manaMaximum: number; speedMaximum: number; speedMinimum: number; sightRadiusNight: number; hitPointsRegenerationRate: number; manaRegeneration: number; hitPointsRegenerationType: string; repairTime: number; groupSeparationEnabled: boolean; groupSeparationGroupNumber: number; groupSeparationParameter: number; groupSeparationPriority: number; sightRadiusDay: number; speedBase: number; stockMaximumundefined: number; stockReplenishIntervalundefined: number; stockStartDelayundefined: number; stockInitialAfterStartDelayundefined: number; tilesets: string; unitClassification: string; upgradesUsed: string; aIPlacementRadius: number; aIPlacementType: string; canFlee: boolean; sleeps: boolean; transportedSize: number; deathTimeSeconds: number; deathType: string; useExtendedLineOfSight: boolean; formationRank: number; heightMinimum: number; height: number; type: string; orientationInterpolation: number; pointValue: number; priorityundefined: number; propulsionWindowDegrees: number; race: string; targetedAs: string; turnRate: number; armorTypeundefined: string; animationBlendTimeSeconds: number; tintingColor3Blueundefined: number; shadowTextureBuilding: string; categorizationCampaign: boolean; allowCustomTeamColor: boolean; canDropItemsOnDeath: boolean; elevationSamplePoints: number; elevationSampleRadius: number; modelFile: string; modelFileExtraVersions: string; fogOfWarSampleRadius: number; tintingColor2Greenundefined: number; displayAsNeutralHostile: boolean; placeableInEditor: boolean; maximumPitchAngleDegrees: number; maximumRollAngleDegrees: number; scalingValueundefined: number; hideMinimapDisplay: boolean; occluderHeight: number; tintingColor1Redundefined: number; animationRunSpeed: number; selectionScale: number; scaleProjectiles: boolean; selectionCircleOnWater: boolean; selectionCircleHeight: number; shadowImageHeight: number; hasWaterShadow: boolean; shadowImageWidth: number; shadowImageCenterX: number; shadowImageCenterY: number; categorizationSpecial: boolean; teamColor: string; hasTilesetSpecificData: boolean; shadowImageUnit: string; unitSoundSet: string; useClickHelper: boolean; animationWalkSpeed: number; acquisitionRange: number; attack1AttackType: string; attack2AttackType: string; attack1AnimationBackswingPoint: number; attack2AnimationBackswingPoint: number; animationCastBackswing: number; animationCastPoint: number; attack1CooldownTime: number; attack2CooldownTime: number; attack1DamageLossFactor: number; attack2DamageLossFactor: number; attack1DamageNumberOfDice: number; attack2DamageNumberOfDice: number; attack1DamageBase: number; attack2DamageBase: number; attack1AnimationDamagePoint: number; attack2AnimationDamagePoint: number; attack1DamageUpgradeAmount: number; attack2DamageUpgradeAmount: number; attack1AreaOfEffectFullDamage: number; attack2AreaOfEffectFullDamage: number; attack1AreaOfEffectMediumDamage: number; attack2AreaOfEffectMediumDamage: number; attack1DamageFactorMedium: number; attack2DamageFactorMedium: number; projectileImpactZSwimming: number; projectileImpactZ: number; projectileLaunchZSwimming: number; projectileLaunchX: number; projectileLaunchY: number; projectileLaunchZ: number; minimumAttackRange: number; attack1AreaOfEffectSmallDamage: number; attack2AreaOfEffectSmallDamage: number; attack1DamageFactorSmall: number; attack2DamageFactorSmall: number; attack1Range: number; attack2Range: number; attack1RangeMotionBuffer: number; attack2RangeMotionBuffer: number; attack1ShowUI: boolean; attack2ShowUI: boolean; attack1DamageSidesPerDie: number; attack2DamageSidesPerDie: number; attack1DamageSpillDistance: number; attack2DamageSpillDistance: number; attack1DamageSpillRadius: number; attack2DamageSpillRadius: number; attack1AreaOfEffectTargets: string; attack2AreaOfEffectTargets: string; attack1MaximumNumberOfTargets: number; attack2MaximumNumberOfTargets: number; attack1TargetsAllowed: string; attack2TargetsAllowed: string; attacksEnabled: string; attack1WeaponType: string; attack2WeaponType: string; attack1WeaponSound: string; attack2WeaponSound: string; normalSkin: string; heroSkin: string; } export declare const UnitProps: ({ id: "uani"; name: "requiredAnimationNames"; type: "stringList"; } | { id: "uico"; name: "iconGameInterface"; type: "icon"; } | { id: "uaap"; name: "requiredAnimationNamesAttachments"; type: "stringList"; } | { id: "ualp"; name: "requiredAttachmentLinkNames"; type: "stringList"; } | { id: "ubpr"; name: "requiredBoneNames"; type: "stringList"; } | { id: "ubui"; name: "structuresBuilt"; type: "unitList"; } | { id: "ubpx"; name: "buttonPositionX"; type: "int"; } | { id: "ubpy"; name: "buttonPositionY"; type: "int"; } | { id: "ucua"; name: "casterUpgradeArt"; type: "icon"; } | { id: "ucun"; name: "casterUpgradeNames"; type: "stringList"; } | { id: "ucut"; name: "casterUpgradeTips"; type: "stringList"; } | { id: "udep"; name: "dependencyEquivalents"; type: "unitList"; } | { id: "ides"; name: "description"; type: "string"; } | { id: "unsf"; name: "nameEditorSuffix"; type: "string"; } | { id: "uhot"; name: "hotkey"; type: "char"; } | { id: "ulfi"; name: "loopingFadeInRate"; type: "int"; } | { id: "ulfo"; name: "loopingFadeOutRate"; type: "int"; } | { id: "uma1"; name: "attack1ProjectileArc"; type: "unreal"; } | { id: "uma2"; name: "attack2ProjectileArc"; type: "unreal"; } | { id: "ua1m"; name: "attack1ProjectileArt"; type: "model"; } | { id: "ua2m"; name: "attack2ProjectileArt"; type: "model"; } | { id: "umh1"; name: "attack1ProjectileHomingEnabled"; type: "bool"; } | { id: "umh2"; name: "attack2ProjectileHomingEnabled"; type: "bool"; } | { id: "ua1z"; name: "attack1ProjectileSpeed"; type: "int"; } | { id: "ua2z"; name: "attack2ProjectileSpeed"; type: "int"; } | { id: "umsl"; name: "movement"; type: "soundLabel"; } | { id: "unam"; name: "name"; type: "string"; } | { id: "ursl"; name: "random"; type: "soundLabel"; } | { id: "ureq"; name: "requirements"; type: "techList"; } | { id: "urqa"; name: "requirementsLevels"; type: "intList"; } | { id: "ussi"; name: "iconScoreScreen"; type: "icon"; } | { id: "usei"; name: "itemsSold"; type: "itemList"; } | { id: "useu"; name: "unitsSold"; type: "unitList"; } | { id: "uspa"; name: "special"; type: "modelList"; } | { id: "utaa"; name: "target"; type: "modelList"; } | { id: "utip"; name: "tooltipBasic"; type: "string"; } | { id: "utub"; name: "tooltipExtended"; type: "string"; } | { id: "uabi"; name: "normal"; type: "abilityList"; } | { id: "udaa"; name: "defaultActiveAbility"; type: "abilCode"; } | { id: "ubld"; name: "buildTime"; type: "int"; } | { id: "ubdi"; name: "goldBountyAwardedNumberOfDice"; type: "int"; } | { id: "ubba"; name: "goldBountyAwardedBase"; type: "int"; } | { id: "ubsi"; name: "goldBountyAwardedSidesPerDie"; type: "int"; } | { id: "ulbd"; name: "lumberBountyAwardedNumberOfDice"; type: "int"; } | { id: "ulba"; name: "lumberBountyAwardedBase"; type: "int"; } | { id: "ulbs"; name: "lumberBountyAwardedSidesPerDie"; type: "int"; } | { id: "ucol"; name: "collisionSize"; type: "unreal"; } | { id: "udef"; name: "defenseBase"; type: "int"; } | { id: "udty"; name: "defenseType"; type: "defenseType"; } | { id: "udup"; name: "defenseUpgradeBonus"; type: "int"; } | { id: "ufma"; name: "foodProduced"; type: "int"; } | { id: "ufoo"; name: "foodCost"; type: "int"; } | { id: "ugol"; name: "goldCostundefined"; type: "int"; } | { id: "ugor"; name: "repairGoldCost"; type: "int"; } | { id: "uhpm"; name: "hitPointsMaximumBase"; type: "int"; } | { id: "ubdg"; name: "isABuilding"; type: "bool"; } | { id: "ulev"; name: "levelundefined"; type: "int"; } | { id: "ulum"; name: "lumberCostundefined"; type: "int"; } | { id: "ulur"; name: "repairLumberCost"; type: "int"; } | { id: "umpi"; name: "manaInitialAmount"; type: "int"; } | { id: "umpm"; name: "manaMaximum"; type: "int"; } | { id: "umas"; name: "speedMaximum"; type: "int"; } | { id: "umis"; name: "speedMinimum"; type: "int"; } | { id: "usin"; name: "sightRadiusNight"; type: "int"; } | { id: "uhpr"; name: "hitPointsRegenerationRate"; type: "unreal"; } | { id: "umpr"; name: "manaRegeneration"; type: "unreal"; } | { id: "uhrt"; name: "hitPointsRegenerationType"; type: "regenType"; } | { id: "urtm"; name: "repairTime"; type: "int"; } | { id: "urpo"; name: "groupSeparationEnabled"; type: "bool"; } | { id: "urpg"; name: "groupSeparationGroupNumber"; type: "int"; } | { id: "urpp"; name: "groupSeparationParameter"; type: "int"; } | { id: "urpr"; name: "groupSeparationPriority"; type: "int"; } | { id: "usid"; name: "sightRadiusDay"; type: "int"; } | { id: "umvs"; name: "speedBase"; type: "int"; } | { id: "usma"; name: "stockMaximumundefined"; type: "int"; } | { id: "usrg"; name: "stockReplenishIntervalundefined"; type: "int"; } | { id: "usst"; name: "stockStartDelayundefined"; type: "int"; } | { id: "usit"; name: "stockInitialAfterStartDelayundefined"; type: "int"; } | { id: "util"; name: "tilesets"; type: "tilesetList"; } | { id: "utyp"; name: "unitClassification"; type: "unitClass"; } | { id: "upgr"; name: "upgradesUsed"; type: "upgradeList"; } | { id: "uabr"; name: "aIPlacementRadius"; type: "unreal"; } | { id: "uabt"; name: "aIPlacementType"; type: "aiBuffer"; } | { id: "ufle"; name: "canFlee"; type: "bool"; } | { id: "usle"; name: "sleeps"; type: "bool"; } | { id: "ucar"; name: "transportedSize"; type: "int"; } | { id: "udtm"; name: "deathTimeSeconds"; type: "unreal"; } | { id: "udea"; name: "deathType"; type: "deathType"; } | { id: "ulos"; name: "useExtendedLineOfSight"; type: "bool"; } | { id: "ufor"; name: "formationRank"; type: "int"; } | { id: "umvf"; name: "heightMinimum"; type: "unreal"; } | { id: "umvh"; name: "height"; type: "unreal"; } | { id: "umvt"; name: "type"; type: "moveType"; } | { id: "uori"; name: "orientationInterpolation"; type: "int"; } | { id: "upoi"; name: "pointValue"; type: "int"; } | { id: "upri"; name: "priorityundefined"; type: "int"; } | { id: "uprw"; name: "propulsionWindowDegrees"; type: "unreal"; } | { id: "urac"; name: "race"; type: "unitRace"; } | { id: "utar"; name: "targetedAs"; type: "targetList"; } | { id: "umvr"; name: "turnRate"; type: "unreal"; } | { id: "uarm"; name: "armorTypeundefined"; type: "armorType"; } | { id: "uble"; name: "animationBlendTimeSeconds"; type: "real"; } | { id: "uclb"; name: "tintingColor3Blueundefined"; type: "int"; } | { id: "ushb"; name: "shadowTextureBuilding"; type: "shadowTexture"; } | { id: "ucam"; name: "categorizationCampaign"; type: "bool"; } | { id: "utcc"; name: "allowCustomTeamColor"; type: "bool"; } | { id: "udro"; name: "canDropItemsOnDeath"; type: "bool"; } | { id: "uept"; name: "elevationSamplePoints"; type: "int"; } | { id: "uerd"; name: "elevationSampleRadius"; type: "real"; } | { id: "umdl"; name: "modelFile"; type: "model"; } | { id: "uver"; name: "modelFileExtraVersions"; type: "versionFlags"; } | { id: "ufrd"; name: "fogOfWarSampleRadius"; type: "real"; } | { id: "uclg"; name: "tintingColor2Greenundefined"; type: "int"; } | { id: "uhos"; name: "displayAsNeutralHostile"; type: "bool"; } | { id: "uine"; name: "placeableInEditor"; type: "bool"; } | { id: "umxp"; name: "maximumPitchAngleDegrees"; type: "real"; } | { id: "umxr"; name: "maximumRollAngleDegrees"; type: "real"; } | { id: "usca"; name: "scalingValueundefined"; type: "real"; } | { id: "uhom"; name: "hideMinimapDisplay"; type: "bool"; } | { id: "uocc"; name: "occluderHeight"; type: "unreal"; } | { id: "uclr"; name: "tintingColor1Redundefined"; type: "int"; } | { id: "urun"; name: "animationRunSpeed"; type: "real"; } | { id: "ussc"; name: "selectionScale"; type: "real"; } | { id: "uscb"; name: "scaleProjectiles"; type: "bool"; } | { id: "usew"; name: "selectionCircleOnWater"; type: "bool"; } | { id: "uslz"; name: "selectionCircleHeight"; type: "real"; } | { id: "ushh"; name: "shadowImageHeight"; type: "real"; } | { id: "ushr"; name: "hasWaterShadow"; type: "bool"; } | { id: "ushw"; name: "shadowImageWidth"; type: "real"; } | { id: "ushx"; name: "shadowImageCenterX"; type: "real"; } | { id: "ushy"; name: "shadowImageCenterY"; type: "real"; } | { id: "uspe"; name: "categorizationSpecial"; type: "bool"; } | { id: "utco"; name: "teamColor"; type: "teamColor"; } | { id: "utss"; name: "hasTilesetSpecificData"; type: "bool"; } | { id: "ushu"; name: "shadowImageUnit"; type: "shadowImage"; } | { id: "usnd"; name: "unitSoundSet"; type: "unitSound"; } | { id: "uuch"; name: "useClickHelper"; type: "bool"; } | { id: "uwal"; name: "animationWalkSpeed"; type: "real"; } | { id: "uacq"; name: "acquisitionRange"; type: "unreal"; } | { id: "ua1t"; name: "attack1AttackType"; type: "attackType"; } | { id: "ua2t"; name: "attack2AttackType"; type: "attackType"; } | { id: "ubs1"; name: "attack1AnimationBackswingPoint"; type: "unreal"; } | { id: "ubs2"; name: "attack2AnimationBackswingPoint"; type: "unreal"; } | { id: "ucbs"; name: "animationCastBackswing"; type: "unreal"; } | { id: "ucpt"; name: "animationCastPoint"; type: "unreal"; } | { id: "ua1c"; name: "attack1CooldownTime"; type: "unreal"; } | { id: "ua2c"; name: "attack2CooldownTime"; type: "unreal"; } | { id: "udl1"; name: "attack1DamageLossFactor"; type: "unreal"; } | { id: "udl2"; name: "attack2DamageLossFactor"; type: "unreal"; } | { id: "ua1d"; name: "attack1DamageNumberOfDice"; type: "int"; } | { id: "ua2d"; name: "attack2DamageNumberOfDice"; type: "int"; } | { id: "ua1b"; name: "attack1DamageBase"; type: "int"; } | { id: "ua2b"; name: "attack2DamageBase"; type: "int"; } | { id: "udp1"; name: "attack1AnimationDamagePoint"; type: "unreal"; } | { id: "udp2"; name: "attack2AnimationDamagePoint"; type: "unreal"; } | { id: "udu1"; name: "attack1DamageUpgradeAmount"; type: "int"; } | { id: "udu2"; name: "attack2DamageUpgradeAmount"; type: "int"; } | { id: "ua1f"; name: "attack1AreaOfEffectFullDamage"; type: "int"; } | { id: "ua2f"; name: "attack2AreaOfEffectFullDamage"; type: "int"; } | { id: "ua1h"; name: "attack1AreaOfEffectMediumDamage"; type: "int"; } | { id: "ua2h"; name: "attack2AreaOfEffectMediumDamage"; type: "int"; } | { id: "uhd1"; name: "attack1DamageFactorMedium"; type: "unreal"; } | { id: "uhd2"; name: "attack2DamageFactorMedium"; type: "unreal"; } | { id: "uisz"; name: "projectileImpactZSwimming"; type: "unreal"; } | { id: "uimz"; name: "projectileImpactZ"; type: "unreal"; } | { id: "ulsz"; name: "projectileLaunchZSwimming"; type: "unreal"; } | { id: "ulpx"; name: "projectileLaunchX"; type: "unreal"; } | { id: "ulpy"; name: "projectileLaunchY"; type: "unreal"; } | { id: "ulpz"; name: "projectileLaunchZ"; type: "unreal"; } | { id: "uamn"; name: "minimumAttackRange"; type: "int"; } | { id: "ua1q"; name: "attack1AreaOfEffectSmallDamage"; type: "int"; } | { id: "ua2q"; name: "attack2AreaOfEffectSmallDamage"; type: "int"; } | { id: "uqd1"; name: "attack1DamageFactorSmall"; type: "unreal"; } | { id: "uqd2"; name: "attack2DamageFactorSmall"; type: "unreal"; } | { id: "ua1r"; name: "attack1Range"; type: "int"; } | { id: "ua2r"; name: "attack2Range"; type: "int"; } | { id: "urb1"; name: "attack1RangeMotionBuffer"; type: "unreal"; } | { id: "urb2"; name: "attack2RangeMotionBuffer"; type: "unreal"; } | { id: "uwu1"; name: "attack1ShowUI"; type: "bool"; } | { id: "uwu2"; name: "attack2ShowUI"; type: "bool"; } | { id: "ua1s"; name: "attack1DamageSidesPerDie"; type: "int"; } | { id: "ua2s"; name: "attack2DamageSidesPerDie"; type: "int"; } | { id: "usd1"; name: "attack1DamageSpillDistance"; type: "unreal"; } | { id: "usd2"; name: "attack2DamageSpillDistance"; type: "unreal"; } | { id: "usr1"; name: "attack1DamageSpillRadius"; type: "unreal"; } | { id: "usr2"; name: "attack2DamageSpillRadius"; type: "unreal"; } | { id: "ua1p"; name: "attack1AreaOfEffectTargets"; type: "targetList"; } | { id: "ua2p"; name: "attack2AreaOfEffectTargets"; type: "targetList"; } | { id: "utc1"; name: "attack1MaximumNumberOfTargets"; type: "int"; } | { id: "utc2"; name: "attack2MaximumNumberOfTargets"; type: "int"; } | { id: "ua1g"; name: "attack1TargetsAllowed"; type: "targetList"; } | { id: "ua2g"; name: "attack2TargetsAllowed"; type: "targetList"; } | { id: "uaen"; name: "attacksEnabled"; type: "attackBits"; } | { id: "ua1w"; name: "attack1WeaponType"; type: "weaponType"; } | { id: "ua2w"; name: "attack2WeaponType"; type: "weaponType"; } | { id: "ucs1"; name: "attack1WeaponSound"; type: "combatSound"; } | { id: "ucs2"; name: "attack2WeaponSound"; type: "combatSound"; } | { id: "uabs"; name: "normalSkin"; type: "abilitySkinList"; } | { id: "uhas"; name: "heroSkin"; type: "abilitySkinList"; })[]; export declare enum Units { Abomination = "uabo", AbominationCinematic = "uabc", Acolyte = "uaco", AdvancedBoulderTower = "nbt2", AdvancedColdTower = "ndt2", AdvancedDeathTower = "ntx2", AdvancedEnergyTower = "net2", AdvancedFlameTower = "nft2", Albatross = "nalb", Alchemist = "Nalc", AlchemistMorphLevel1 = "Nalm", AlchemistMorphLevel2 = "Nal2", AlchemistMorphLevel3 = "Nal3", AltarOfDarkness = "uaod", AltarOfElders = "eate", AltarOfKings = "halt", AltarOfStorms = "oalt", AltarOfTheDepths = "nnad", AncientHydra = "nahy", AncientOfLore = "eaoe", AncientOfWar = "eaom", AncientOfWind = "eaow", AncientOfWonders = "eden", AncientProtector = "etrp", AncientSasquatch = "nsqa", AncientWendigo = "nwna", ApprenticeWizard = "nwiz", ArachnathidEarthBorer = "nane", ArcaneObservatory = "haro", ArcaneSanctum = "hars", ArcaneTower = "hatw", ArcaneVault = "hvlt", Archer = "earc", Archer1 = "nhea", Archmage = "Hamg", Archmage1 = "Hant", Archmage2 = "Hjai", Assassin = "nass", AvatarOfVengeance = "espv", Baine = "obai", Bandit = "nban", BanditLord = "nbld", Banshee = "uban", BarbedArachnathid = "nanb", BarbedArachnathid1 = "nanm", Barracks = "hbar", Barracks1 = "obar", BarrowDen = "nbwd", Batrider = "otbr", BattleGolem = "narg", BearLevel1 = "ngz1", Beastiary = "obea", Beastmaster = "Nbst", Beastmaster1 = "Orex", BerserkElemental = "nelb", BerserkQuilbeastLevel4 = "nqb4", BerserkWildkin = "nowk", Berserker = "otbk", BlackCitadel = "unp2", BlackDragon = "nbwm", BlackDragonRoost = "ndrk", BlackDragonWhelp = "nbdr", BlackDrake = "nbdk", BlackSpider = "nspb", Blacksmith = "hbla", Blademaster = "Obla", Blademaster1 = "Nbbc", Blademaster2 = "Ogrh", Blademaster3 = "Osam", BlademasterPossessed = "Opgh", BloodElfEngineer = "nbee", BloodElfLieutenant = "nbel", BloodMage = "Hblm", BloodMage1 = "Hkal", BloodWizard = "nwzw", Bloodfiend = "nfgb", BlueDragon = "nadr", BlueDragonRoost = "ndru", BlueDragonWhelp = "nadw", BlueDragonspawnApprentice = "nbda", BlueDragonspawnMeddler = "nbdm", BlueDragonspawnOverseer = "nbdo", BlueDragonspawnSorcerer = "nbds", BlueDragonspawnWarrior = "nbdw", BlueDrake = "nadk", Boneyard = "ubon", BookOfSummoningPedestal = "nbsm", BoulderTower = "nbt1", Brewmaster = "Npbm", Brewmaster1 = "Nsjs", Brigand = "nbrg", BronzeDragon = "nbzd", BronzeDragonRoost = "ndrz", BronzeDragonWhelp = "nbzw", BronzeDrake = "nbzk", BroodMother = "nsbm", BurningArcher = "nskf", Burrow = "otrb", BurrowedBarbedArachnathid = "nbnb", BurrowedCarrionBeetleLevel2 = "ucsB", BurrowedCarrionBeetleLevel3 = "ucsC", BurrowedCryptFiend = "ucrm", CannonTower = "hctw", Captain = "hcth", CarrionBeetleLevel1 = "ucs1", CarrionBeetleLevel2 = "ucs2", CarrionBeetleLevel3 = "ucs3", Castle = "hcas", CentaurArcher = "ncea", CentaurDrudge = "ncer", CentaurImpaler = "ncim", CentaurKhan = "ncnk", CentaurOutrunner = "ncen", CentaurSorcerer = "ncks", CentaurTent = "ncnt", CentaurTent2 = "nct1", CentaurTent3 = "nct2", Chaplain = "nchp", Chicken = "nech", Child = "nvlk", Child2 = "nvk2", Chimaera = "echm", ChimaeraRoost = "edos", CircleOfPower = "ncop", CircleOfPowerLarge = "ncp3", CircleOfPowerMedium = "ncp2", CityBuilding0 = "ncb0", CityBuilding1 = "ncb1", CityBuilding10 = "ncba", CityBuilding11 = "ncbb", CityBuilding12 = "ncbc", CityBuilding13 = "ncbd", CityBuilding14 = "ncbe", CityBuilding15 = "ncbf", CityBuilding2 = "ncb2", CityBuilding3 = "ncb3", CityBuilding4 = "ncb4", CityBuilding5 = "ncb5", CityBuilding6 = "ncb6", CityBuilding7 = "ncb7", CityBuilding8 = "ncb8", CityBuilding9 = "ncb9", ClockwerkGoblin = "ncg1", ClockwerkGoblin1 = "ncg2", ClockwerkGoblin2 = "ncg3", ClockwerkGoblin3 = "ncgb", ColdTower = "ndt1", CoralBed = "nnfm", CorruptedAncientOfWar = "ncaw", CorruptedAncientProtector = "ncap", CorruptedMoonWell = "ncmw", CorruptedTreant = "nenc", CorruptedTreeOfAges = "ncta", CorruptedTreeOfEternity = "ncte", CorruptedTreeOfLife = "nctl", Couatl = "nwgs", Crab = "ncrb", Crypt = "usep", CryptFiend = "ucry", CryptLord = "Ucrl", CryptLord1 = "Uanb", CrystalArachnathid = "nanc", DalaranGuardTower = "ndgt", DalaranMutant = "ndmu", DalaranReject = "ndrj", DarkKnight = "Hlgr", DarkMinion = "ndr2", DarkRanger = "Nbrn", DarkRanger1 = "Usyl", DarkTroll = "ndtr", DarkTrollBerserker = "ndtb", DarkTrollHighPriest = "ndth", DarkTrollShadowPriest = "ndtp", DarkTrollTrapper = "ndtt", DarkTrollWarlord = "ndtw", DarkWizard = "nwzd", DeathKnight = "Udea", DeathKnightEvil = "Uear", DeathRevenant = "nrvd", DeathTower = "ntt1", Deceiver = "nhdc", DeeplordRevenant = "nlrv", DefenderGolem = "nggd", DefiledFountainOfLife = "ndfl", Demigod = "Ecen", Demolisher = "ocat", DemonGate = "ndmg", DemonHunter = "Edem", DemonHunter1 = "Eill", DemonHunterDemonForm = "Edmm", DemonHunterDemonForm1 = "Eidm", DemonHunterEvil = "Eevi", DemonHunterMorphed = "Eilm", DemonHunterMorphedEvil = "Eevm", Destroyer = "ubsp", DiabloCart = "nccd", DimensionalGateFacingSoutheast = "ndke", DimensionalGateFacingSouthwest = "ndkw", DireFrostWolf = "nwwd", DireMammoth = "nmdr", DireQuilbeastLevel2 = "nqb2", DireWolf = "nwld", DireWolfLevel2 = "osw2", DiseaseCloud = "uplg", Dog = "ndog", DoomGuardStandard = "nbal", DoomGuardSummoned = "nba2", DraeneiBarracks = "ndh3", DraeneiChieftainsHut = "ndch", DraeneiDarkslayer = "ndrd", DraeneiDemolisher = "ncat", DraeneiDisciple = "ndrm", DraeneiGuardian = "ndrf", DraeneiHarbinger = "ndrh", DraeneiHaven = "ndh2", DraeneiHut = "ndh0", DraeneiHut2 = "ndh1", DraeneiLaborer = "ndrl", DraeneiProtector = "ndrp", DraeneiSeer = "ndrs", DraeneiStalker = "ndrt", DraeneiVindicator = "ndrn", DraeneiWatcher = "ndrw", DragonHawk = "nws1", DragonRoost = "ndrb", DragonTurtle = "nhyc", DragonTurtle1 = "ntrd", DragonhawkRider = "hdhw", Drakthul = "odkt", Dreadlord = "Udre", Dreadlord1 = "Ubal", Dreadlord2 = "Udth", Dreadlord3 = "Umal", Dreadlord4 = "Utic", Dreadlord5 = "Uvar", Dreadlord6 = "Uvng", DruidOfTheClawBearForm = "edcm", DruidOfTheClawNightElfForm = "edoc", DruidOfTheTalonNightElfForm = "edot", DruidOfTheTalonStormCrowForm = "edtm", Dryad = "edry", DuneWorm = "ndwm", DwarfCart = "nccr", Earth = "npn3", Earth1 = "npn6", EarthFuryTower = "negf", ElderHydra = "nehy", ElderJungleStalker = "njga", ElderSage = "Naka", ElderSasquatch = "nsqe", ElderVoidwalker = "nvde", ElderWendigo = "nwnr", Emissary = "nemi", EnchantedGemstoneObelisk = "ngob", EnergyTower = "net1", Enforcer = "nenf", EngineerGazlowe = "negz", EnragedElemental = "nele", EnragedJungleStalker = "njgb", EnragedWildkin = "nowe", EntangledGoldMine = "egol", EredarDiabolist = "nerd", EredarSorcerer = "ners", EredarWarlock = "nerw", FacelessOneDeathbringer = "nfod", FacelessOneTerror = "nfot", FacelessOneTrickster = "nfor", FaerieDragon = "efdr", FallenPriest = "nhfp", FarSeer = "Ofar", FarSeer1 = "Odrt", FarSeer2 = "Othr", FarSeerUnmounted = "Oths", Farm = "hhou", FelBeast = "npfl", FelBoar = "nfbr", FelBurrow = "ocbw", FelOrcGrunt = "nchg", FelOrcKodoBeast = "nckb", FelOrcRaider = "nchr", FelOrcWarlock = "nchw", FelPeon = "ncpn", FelRavager = "npfm", FelStalker = "nfel", Felguard = "nfgu", Fire = "npn1", Fire1 = "npn4", FireRevenant = "nrvf", Firelord = "Nfir", FlameTower = "nft1", FleshGolem = "nfgl", FlyingMachine = "hgyr", FlyingSheep = "nshf", Footman = "hfoo", ForestSpider = "nspg", ForestTroll = "nftr", ForestTrollBerserker = "nftb", ForestTrollHighPriest = "nfsh", ForestTrollHut = "nfh0", ForestTrollHut2 = "nfh1", ForestTrollShadowPriest = "nfsp", ForestTrollTrapper = "nftt", ForestTrollWarlord = "nftk", ForgottenOne = "nfgo", Fortress = "ofrt", FountainOfBlood = "nbfl", FountainOfHealth = "nfoh", FountainOfMana = "nmoo", FountainOfPower = "nfnp", Frog = "nfro", FrostRevenant = "nrvs", FrostWolf = "nwwf", FrostWyrm = "ufro", FrostmournePedestal = "nfrm", FruitStand = "nfrt", Furbolg = "nfrl", FurbolgChampion = "nfrg", FurbolgElderShaman = "nfre", FurbolgHut = "nfr2", FurbolgHut2 = "nfr1", FurbolgShaman = "nfrs", FurbolgTracker = "nfrb", FurbolgUrsaWarrior = "nfra", GargantuanSeaTurtle = "ntrg", Gargoyle = "ugar", Garthok = "ogrk", Ghost = "ngh1", GhostlyArchmage = "Hgam", Ghoul = "ugho", GiantFrostWolf = "nwwg", GiantPolarBear = "nplg", GiantSeaTurtle = "ntrt", GiantSkeletonWarrior = "nskg", GiantSpider = "nsgt", GiantWolf = "nwlg", GlaiveThrower = "ebal", Gnoll = "ngno", GnollAssassin = "ngns", GnollBrute = "ngnb", GnollHut = "ngnh", GnollHut2 = "ngt2", GnollOverseer = "ngnv", GnollPoacher = "ngna", GnollWarden = "ngnw", GnollWarlord = "ngow", GoblinBlaster = "ngbl", GoblinLaboratory = "ngad", GoblinLandMine = "nglm", GoblinMerchant = "ngme", GoblinShipyard = "nshp", GoldMine = "ngol", GrainWarehouse = "ngwr", GraniteGolem = "nggr", Graveyard = "ugrv", GreatHall = "ogre", GreaterDarkMinion = "ndr3", GreaterSpiritBeastLevel3 = "nsw3", GreaterVoidwalker = "nvdg", GreenDragon = "ngrd", GreenDragonRoost = "ndrg", GreenDragonWhelp = "ngrw", GreenDrake = "ngdk", Grunt = "ogru", GryphonAviary = "hgra", GryphonRider = "hgry", GuardDog = "ngog", GuardTower = "hgtw", GuardianGolem = "nggg", HallsOfTheDead = "unp1", HarpyNest = "nhns", HarpyNest2 = "nhn2", HarpyQueen = "nhrq", HarpyRogue = "nhrr", HarpyScout = "nhar", HarpyStormHag = "nhrh", HarpyWindwitch = "nhrw", HauntedGoldMine = "ugol", HawkLevel1 = "nwe1", Headhunter = "ohun", HealingWard = "ohwd", Heretic = "nhhr", HermitCrab = "nhmc", HighElfArchmage = "Haah", HighElfFemale = "nhef", HighElfMale = "nhem", HighElvenBarracks = "nheb", HighElvenFarm = "nefm", HighElvenFarm1 = "nef0", HighElvenFarm2 = "nef1", HighElvenFarm3 = "nef2", HighElvenFarm4 = "nef3", HighElvenFarm5 = "nef4", HighElvenFarm6 = "nef5", HighElvenFarm7 = "nef6", HighElvenFarm8 = "nef7", HighElvenGuardTower = "negt", HighKing = "Hssa", Hippogryph = "ehip", HippogryphRider = "ehpr", HornOfCenariusPedestal = "nhcn", HumanBattleship = "hbsh", HumanFrigate = "hdes", HumanShipyard = "hshy", HumanTransportShip = "hbot", HuntersHall = "edob", Huntress = "esen", Hydra = "nhyd", HydraHatchling = "nhyh", Hydralisk = "zhyd", Hydromancer = "nhym", IceRevenant = "nrvi", IceTroll = "nitr", IceTrollBerserker = "nits", IceTrollHighPriest = "nith", IceTrollHut = "nth1", IceTrollHut2 = "nth0", IceTrollPriest = "nitp", IceTrollTrapper = "nitt", IceTrollWarlord = "nitw", IcecrownObelisk = "nico", IcetuskMammoth = "nmit", IcyTreasureBox = "nitb", InfectedGranary = "ngni", Infernal = "ninf", InfernalContraption = "ninc", InfernalJuggernaut = "nina", InfernalMachine = "ninm", JailorKassan = "njks", JungleStalker = "njg1", Keep = "hkee", KeeperOfTheGrove = "Ekee", KeeperOfTheGrove1 = "Efur", KeeperOfTheGrove2 = "Ekgg", KeeperOfTheGrove3 = "Emfr", KeeperOfTheGrove4 = "Emns", KelThuzadGhost = "uktg", KelThuzadNecromancer = "uktn", Knight = "hkni", Kobold = "nkob", KoboldGeomancer = "nkog", KoboldShoveler = "zshv", KoboldTaskmaster = "nkol", KoboldTunneler = "nkot", KodoBeast = "okod", KodoBeastRiderless = "oosc", LavaSpawnLevel1 = "nlv1", LavaSpawnLevel2 = "nlv2", LavaSpawnLevel3 = "nlv3", LesserDarkMinion = "ndr1", LesserSpiritBeastLevel1 = "nsw1", LesserVoidwalker = "nvdl", Lich = "Ulic", LichKingCinematicCampaignUnit = "nzlc", LichLich = "Uktl", LichLichCinematic = "Uclc", LightningLizard = "nltl", LightningRevenant = "nrvl", Locust = "uloc", LumberMill = "hlum", MagicVault = "nmgv", MagnataurDestroyer = "nmgd", MagnataurReaver = "nmgr", MagnataurWarrior = "nmgw", MaidenOfPain = "ndqp", MakruraDeepseer = "nlds", MakruraPooldweller = "nlpd", MakruraPrawn = "nlpr", MakruraSnapper = "nlsn", MakruraTidalLord = "nlkl", MakruraTidecaller = "nltc", Mammoth = "nmam", Marine = "zmar", Marketplace = "nmrk", MasterSwordsman = "Hddt", Mathog = "omtg", MeatWagon = "umtw", Medivh = "nmed", MedivhRavenForm = "nmdm", MercenaryCampAshenvale = "nmr5", MercenaryCampBarrens = "nmr4", MercenaryCampBlackCitadel = "nmrf", MercenaryCampCityscape = "nmr8", MercenaryCampDalaran = "nmr9", MercenaryCampDungeon = "nmra", MercenaryCampFelwood = "nmr6", MercenaryCampIcecrownGlacier = "nmrd", MercenaryCampLordaeronFall = "nmr2", MercenaryCampLordaeronSummer = "nmer", MercenaryCampLordaeronWinter = "nmr3", MercenaryCampNorthrend = "nmr7", MercenaryCampOutland = "nmre", MercenaryCampSunkenRuins = "nmrc", MercenaryCampUnderground = "nmrb", MercenaryCampVillage = "nmr0", Militia = "hmil", Misha = "nmsh", MishaLevel1 = "ngzc", MishaLevel2 = "ngzd", MishaLevel3 = "ngza", MishaLevel4 = "ngz4", MonsterLure = "nlur", MoonWell = "emow", MortarTeam = "hmtm", MossCoveredGraniteGolem = "nggm", MountainGiant = "emtg", MountainKing = "Hmkg", MountainKing1 = "Hmbr", MudGolem = "ngrk", MurgulBloodGill = "nmbg", MurgulCliffrunner = "nmcf", MurgulHut0 = "nmg0", MurgulHut1 = "nmg1", MurgulMarauder = "nmrv", MurgulReaver = "nnmg", MurgulShadowcaster = "nmsc", MurgulSlave = "nmpe", MurgulSnarecaster = "nmsn", MurgulTidewarrior = "nmtw", MurlocFlesheater = "nmfs", MurlocHuntsman = "nmrr", MurlocHut0 = "nmh0", MurlocHut1 = "nmh1", MurlocHut2 = "nmg2", MurlocMutant = "nmmu", MurlocNightcrawler = "nmrm", MurlocPlaguebearer = "nmpg", MurlocSorcerer = "Nmsr", MurlocTiderunner = "nmrl", NagaMyrmidon = "nmyr", NagaRoyalGuard = "nnrg", NagaSiren = "nnsw", Naisha = "ensh", Nazgrel = "onzg", Necromancer = "unec", Necropolis = "unpl", NerubianQueen = "nnwq", NerubianSeer = "nnwr", NerubianSpiderLord = "nnws", NerubianTower = "uzg2", NerubianWarrior = "nnwa", NerubianWebspinner = "nnwl", NerubianZiggurat = "nnzg", NetherDragon = "nndr", NetherDragonHatchling = "nnht", NetherDragonRoost = "ndro", NetherDrake = "nndk", NightElfBattleship = "ebsh", NightElfFishingVillageCrestedSoutheastFacing = "nfv4", NightElfFishingVillageCrestedSouthwestFacing = "nfv1", NightElfFishingVillageOneStory = "nfv2", NightElfFishingVillageRuinedCrested = "nvr2", NightElfFishingVillageRuinedOneStory = "nvr1", NightElfFishingVillageRuinedTwoStory = "nvr0", NightElfFishingVillageTwoStorySoutheastFacing = "nfv3", NightElfFishingVillageTwoStorySouthwestFacing = "nfv0", NightElfFrigate = "edes", NightElfRunner = "enec", NightElfShipyard = "eshy", NightElfTransportShip = "etrs", ObsidianStatue = "uobs", OgreLord = "nogl", OgreMagi = "nomg", OgreMauler = "nogm", OgreWarrior = "nogr", OrcCart = "ncco", OrcFrigate = "odes", OrcJuggernaught = "ojgn", OrcJuggernaughtCinematic = "zjug", OrcShipyard = "oshy", OrcTransportShip = "obot", OrcWarchief = "owar", OrcWarlock = "nw2w", Overlord = "nfov", OverlordArachnathid = "nano", OwlScoutLevel1 = "nowl", OwlScoutLevel2 = "now2", OwlScoutLevel3 = "now3", PackHorse = "hrdh", Paladin = "Hpal", Paladin1 = "Hapm", Paladin2 = "Hart", Paladin3 = "Hdgo", Paladin4 = "Hhkl", Paladin5 = "Hmgd", Paladin6 = "Hpb1", Paladin7 = "Hpb2", Paladin8 = "Huth", PaladinWieldingFrostmourne = "Harf", Peasant = "hpea", Penguin = "npng", PenguinWaterborne = "npnw", Peon = "opeo", Phoenix = "hphx", PhoenixEgg = "hpxe", Pig = "npig", PigFarm = "npgf", PitLord = "Nplh", PitLord1 = "Nmag", PitLord2 = "Nman", PitLord3 = "Npld", PlagueTreant = "nepl", PocketFactoryLevel1 = "nfac", PocketFactoryLevel2 = "nfa1", PocketFactoryLevel3 = "nfa2", PoisonTreant = "nenp", PolarBear = "nplb", PolarFurbolg = "nfpl", PolarFurbolgChampion = "nfpc", PolarFurbolgElderShaman = "nfpe", PolarFurbolgShaman = "nfps", PolarFurbolgTracker = "nfpt", PolarFurbolgUrsaWarrior = "nfpu", Portal = "hprt", PowerGenerator = "npgr", Priest = "hmpr", PriestessOfTheMoon = "Emoo", PriestessOfTheMoon1 = "Etyr", PrimalPandaren = "nfrp", PrisonWagon = "eilw", QueenOfSuffering = "ndqs", QuilbeastLevel1 = "nqb1", Quillboar = "nrzt", QuillboarHunter = "nqbh", Rabbit = "necr", Raccoon = "nrac", RagingBearLevel2 = "ngz2", RagingQuilbeastLevel3 = "nqb3", Raider = "orai", Ranger = "Hvwd", Ranger1 = "Hjnd", Rat = "nrat", RazormaneBrute = "nrzb", RazormaneChieftain = "nrzg", RazormaneMedicineMan = "nrzm", RazormaneScout = "nrzs", RedDragon = "nrwm", RedDragonRoost = "ndrr", RedDragonWhelp = "nrdk", RedDrake = "nrdr", ReefElemental = "nrel", RenegadeWizard = "nwzg", ResurrectionStoneSoutheastFacing = "nbse", ResurrectionStoneSouthwestFacing = "nbsw", RevenantOfTheDepths = "ndrv", RevenantOfTheSeas = "nsrv", RevenantOfTheTides = "ntrv", RiderlessHorse = "hhdl", Rifleman = "hrif", RockGolem = "ngst", Rogue = "nrog", RogueWizard = "nwzr", RunnerHighElf = "hrrh", SacrificialPit = "usap", Salamander = "nslr", Salamander1 = "ndsa", SalamanderHatchling = "nslh", SalamanderLord = "nsll", SalamanderVizier = "nslv", Sammy = "zsmc", Sapper = "ngsp", SapphironLiving = "ubdr", SapphironUndead = "ubdd", Sasquatch = "nsqt", SasquatchOracle = "nsqo", Satyr = "nsty", SatyrHellcaller = "nsth", SatyrShadowdancer = "nsts", SatyrSoulstealer = "nstl", SatyrTrickster = "nsat", ScoutTower = "hwtw", SeaElemental = "nsel", SeaGiant = "nsgn", SeaGiantBehemoth = "nsgb", SeaGiantHunter = "nsgh", SeaTurtle = "ntrs", SeaTurtleHatchling = "ntrh", SeaWitch = "Nngs", SeaWitch1 = "Hvsh", SeaWitch2 = "Nswt", Seal = "nsea", Searinox = "nser", SeersDen = "ndh4", Sentry = "nwat", SentryWard = "oeye", SerpentWardLevel1 = "osp1", SerpentWardLevel2 = "osp2", SerpentWardLevel3 = "osp3", SerpentWardLevel4 = "osp4", Shade = "ushd", ShadowHunter = "Oshd", ShadowHunter1 = "Orkn", ShadowWolfLevel3 = "osw3", Shaman = "oshm", Shandris = "eshd", Sheep = "nshe", SheepAmphibious = "nsha", SheepWaterborne = "nshw", Ship = "nbsp", Shredder = "ngir", Shrine = "nshr", ShrineOfAzshara = "nnsa", SiegeEngine = "hmtt", SiegeEngineBarrage = "hrtt", SiegeGolem = "nsgg", SkeletalMage = "uskm", SkeletalMarksman = "nskm", SkeletalOrc = "nsko", SkeletalOrcChampion = "nsoc", SkeletalOrcGrunt = "nsog", SkeletonArcher = "nsca", SkeletonArcher1 = "nska", SkeletonWarrior = "uske", SkeletonWarrior1 = "nsce", SkeletonWarrior2 = "nske", Skink = "nskk", SkyBarge = "uarb", SkyFuryTower = "negm", Slaughterhouse = "uslh", SlaveMaster = "owad", SludgeFlinger = "nslf", SludgeMinion = "nslm", SludgeMonstrosity = "nsln", SnapDragon = "nsnp", SnarlmaneTheBloodgorger = "ngos", SnowyOwl = "nsno", Sorceress = "hsor", SpawningGrounds = "nnsg", Spellbreaker = "hspt", Spider = "nspr", SpiderCrabBehemoth = "nsc3", SpiderCrabLimbripper = "nsc2", SpiderCrabShorecrawler = "nscb", Spiderling = "nspd", SpiritBearLevel3 = "ngz3", SpiritBeastLevel2 = "nsw2", SpiritHawkLevel3 = "nwe3", SpiritLodge = "osld", SpiritOfVengeance = "even", SpiritPig = "nspp", SpiritTower = "uzg1", SpiritWalker = "ospw", SpiritWalkerEthereal = "ospm", SpiritWindRider = "oswy", SpiritWolfLevel1 = "osw1", SpittingSpider = "nssp", Stag = "nder", StasisTrap = "otot", StoneFormGargoyle = "ugrm", StonemaulMagi = "nogn", StonemaulOgre = "nogo", StonemaulWarchief = "noga", Storm = "npn2", Storm1 = "npn5", StormWyrm = "nstw", StormreaverApprentice = "nsra", StormreaverHermit = "nsrh", StormreaverNecrolyte = "nsrn", StormreaverWarlock = "nsrw", Stronghold = "ostr", SubmergedNagaMyrmidon = "nmys", SubmergedNagaRoyalGuard = "nnrs", SubmergedSnapDragon = "nsbs", Succubus = "ndqn", SummonedPrawn = "nlps", Summoner = "nnsu", SupportColumn = "nspc", Swordsman = "hhes", SylvanasWindrunnerBanshee = "uswb", Tauren = "otau", TaurenChieftain = "Otch", TaurenChieftain1 = "Ocbh", TaurenChieftainCinematic = "Otcc", TaurenChieftainExpansion = "Ocb2", TaurenTent = "ntnt", TaurenTent2 = "ntt2", TaurenTotem = "otto", Tavern = "ntav", TempleOfTheDamned = "utod", TempleOfTides = "nntt", Tent = "nten", Tent2 = "ntn2", Tent3 = "ntn3", Tentacle = "nfgt", TerranMarine = "zcso", Tharifas = "nthr", ThunderHawkLevel2 = "nwe2", ThunderLizard2 = "nthl", TidalGuardian = "nntg", TimberWolf = "nwlt", Tinker = "Nrob", Tinker1 = "Ntin", TombOfRelics = "utom", Tornado = "ntor", TownHall = "htow", TransportShip = "nbot", Treant = "efon", TreeOfAges = "etoa", TreeOfEternity = "etoe", TreeOfLife = "etol", TuskarrChieftain = "ntkc", TuskarrFighter = "ntkf", TuskarrHealer = "ntkh", TuskarrSorcerer = "ntks", TuskarrSpearman = "ntka", TuskarrTrapper = "ntkt", TuskarrWarrior = "ntkw", UnbrokenDarkhunter = "nubk", UnbrokenDarkweaver = "nubw", UnbrokenRager = "nubr", UndeadBattleship = "uubs", UndeadCart = "nccu", UndeadFrigate = "udes", UndeadShipyard = "ushp", UndeadTransportShip = "ubot", VileTemptress = "ndqt", VileTormentor = "ndqv", VillagerFemale = "nvlw", VillagerMale = "nvil", VillagerMale2 = "nvl2", Voidwalker = "nvdw", Voljin = "ovlj", VoodooLounge = "ovln", Vulture = "nvul", Wagon = "hbew", WarGolem = "nwrg", WarMill = "ofor", WarWagon = "nwar", Warden = "Ewar", Warden1 = "Ewrd", Warden2 = "nssn", Warlock = "Nklj", Warlock1 = "Ogld", Warlock2 = "Uwar", WarlockCinematic = "Nkjx", WarriorArachnathid = "nanw", WatchTower = "owtw", WatcherWard = "nwad", WaterElementalLevel1 = "hwat", WaterElementalLevel2 = "hwt2", WaterElementalLevel3 = "hwt3", WateryMinionLevel1 = "ncfs", WateryMinionLevel2 = "ntws", WateryMinionLevel3 = "nsns", WayGate = "nwgt", Wendigo = "nwen", WendigoShaman = "nwns", Wildkin = "nowb", WindRider = "owyv", WindRiderCage1 = "nwc1", WindRiderCage2 = "nwc2", WindRiderCage3 = "nwc3", WindRiderCage4 = "nwc4", WindRiderRiderless = "ownr", Wisp = "ewsp", WitchDoctor = "odoc", WorkerBloodElf = "nhew", Workshop = "harm", Wraith = "ngh2", Zeppelin = "nzep", Zergling = "zzrg", Ziggurat = "uzig", Zombie = "nzom", ZombieFemale = "nzof", ZoneIndicatorCustomCampaign = "nzin" } export declare class UnitContainer extends Container { game: Readonly<{ uabo: Readonly; uabc: Readonly; uaco: Readonly; nbt2: Readonly; ndt2: Readonly; ntx2: Readonly; net2: Readonly; nft2: Readonly; nalb: Readonly; Nalc: Readonly; Nalm: Readonly; Nal2: Readonly; Nal3: Readonly; uaod: Readonly; eate: Readonly; halt: Readonly; oalt: Readonly; nnad: Readonly; nahy: Readonly; eaoe: Readonly; eaom: Readonly; eaow: Readonly; eden: Readonly; etrp: Readonly; nsqa: Readonly; nwna: Readonly; nwiz: Readonly; nane: Readonly; haro: Readonly; hars: Readonly; hatw: Readonly; hvlt: Readonly; earc: Readonly; nhea: Readonly; Hamg: Readonly; Hant: Readonly; Hjai: Readonly; nass: Readonly; espv: Readonly; obai: Readonly; nban: Readonly; nbld: Readonly; uban: Readonly; nanb: Readonly; nanm: Readonly; hbar: Readonly; obar: Readonly; nbwd: Readonly; otbr: Readonly; narg: Readonly; ngz1: Readonly; obea: Readonly; Nbst: Readonly; Orex: Readonly; nelb: Readonly; nqb4: Readonly; nowk: Readonly; otbk: Readonly; unp2: Readonly; nbwm: Readonly; ndrk: Readonly; nbdr: Readonly; nbdk: Readonly; nspb: Readonly; hbla: Readonly; Obla: Readonly; Nbbc: Readonly; Ogrh: Readonly; Osam: Readonly; Opgh: Readonly; nbee: Readonly; nbel: Readonly; Hblm: Readonly; Hkal: Readonly; nwzw: Readonly; nfgb: Readonly; nadr: Readonly; ndru: Readonly; nadw: Readonly; nbda: Readonly; nbdm: Readonly; nbdo: Readonly; nbds: Readonly; nbdw: Readonly; nadk: Readonly; ubon: Readonly; nbsm: Readonly; nbt1: Readonly; Npbm: Readonly; Nsjs: Readonly; nbrg: Readonly; nbzd: Readonly; ndrz: Readonly; nbzw: Readonly; nbzk: Readonly; nsbm: Readonly; nskf: Readonly; otrb: Readonly; nbnb: Readonly; ucsB: Readonly; ucsC: Readonly; ucrm: Readonly; hctw: Readonly; hcth: Readonly; ucs1: Readonly; ucs2: Readonly; ucs3: Readonly; hcas: Readonly; ncea: Readonly; ncer: Readonly; ncim: Readonly; ncnk: Readonly; ncen: Readonly; ncks: Readonly; ncnt: Readonly; nct1: Readonly; nct2: Readonly; nchp: Readonly; nech: Readonly; nvlk: Readonly; nvk2: Readonly; echm: Readonly; edos: Readonly; ncop: Readonly; ncp3: Readonly; ncp2: Readonly; ncb0: Readonly; ncb1: Readonly; ncba: Readonly; ncbb: Readonly; ncbc: Readonly; ncbd: Readonly; ncbe: Readonly; ncbf: Readonly; ncb2: Readonly; ncb3: Readonly; ncb4: Readonly; ncb5: Readonly; ncb6: Readonly; ncb7: Readonly; ncb8: Readonly; ncb9: Readonly; ncg1: Readonly; ncg2: Readonly; ncg3: Readonly; ncgb: Readonly; ndt1: Readonly; nnfm: Readonly; ncaw: Readonly; ncap: Readonly; ncmw: Readonly; nenc: Readonly; ncta: Readonly; ncte: Readonly; nctl: Readonly; nwgs: Readonly; ncrb: Readonly; usep: Readonly; ucry: Readonly; Ucrl: Readonly; Uanb: Readonly; nanc: Readonly; ndgt: Readonly; ndmu: Readonly; ndrj: Readonly; Hlgr: Readonly; ndr2: Readonly; Nbrn: Readonly; Usyl: Readonly; ndtr: Readonly; ndtb: Readonly; ndth: Readonly; ndtp: Readonly; ndtt: Readonly; ndtw: Readonly; nwzd: Readonly; Udea: Readonly; Uear: Readonly; nrvd: Readonly; ntt1: Readonly; nhdc: Readonly; nlrv: Readonly; nggd: Readonly; ndfl: Readonly; Ecen: Readonly; ocat: Readonly; ndmg: Readonly; Edem: Readonly; Eill: Readonly; Edmm: Readonly; Eidm: Readonly; Eevi: Readonly; Eilm: Readonly; Eevm: Readonly; ubsp: Readonly; nccd: Readonly; ndke: Readonly; ndkw: Readonly; nwwd: Readonly; nmdr: Readonly; nqb2: Readonly; nwld: Readonly; osw2: Readonly; uplg: Readonly; ndog: Readonly; nbal: Readonly; nba2: Readonly; ndh3: Readonly; ndch: Readonly; ndrd: Readonly; ncat: Readonly; ndrm: Readonly; ndrf: Readonly; ndrh: Readonly; ndh2: Readonly; ndh0: Readonly; ndh1: Readonly; ndrl: Readonly; ndrp: Readonly; ndrs: Readonly; ndrt: Readonly; ndrn: Readonly; ndrw: Readonly; nws1: Readonly; ndrb: Readonly; nhyc: Readonly; ntrd: Readonly; hdhw: Readonly; odkt: Readonly; Udre: Readonly; Ubal: Readonly; Udth: Readonly; Umal: Readonly; Utic: Readonly; Uvar: Readonly; Uvng: Readonly; edcm: Readonly; edoc: Readonly; edot: Readonly; edtm: Readonly; edry: Readonly; ndwm: Readonly; nccr: Readonly; npn3: Readonly; npn6: Readonly; negf: Readonly; nehy: Readonly; njga: Readonly; Naka: Readonly; nsqe: Readonly; nvde: Readonly; nwnr: Readonly; nemi: Readonly; ngob: Readonly; net1: Readonly; nenf: Readonly; negz: Readonly; nele: Readonly; njgb: Readonly; nowe: Readonly; egol: Readonly; nerd: Readonly; ners: Readonly; nerw: Readonly; nfod: Readonly; nfot: Readonly; nfor: Readonly; efdr: Readonly; nhfp: Readonly; Ofar: Readonly; Odrt: Readonly; Othr: Readonly; Oths: Readonly; hhou: Readonly; npfl: Readonly; nfbr: Readonly; ocbw: Readonly; nchg: Readonly; nckb: Readonly; nchr: Readonly; nchw: Readonly; ncpn: Readonly; npfm: Readonly; nfel: Readonly; nfgu: Readonly; npn1: Readonly; npn4: Readonly; nrvf: Readonly; Nfir: Readonly; nft1: Readonly; nfgl: Readonly; hgyr: Readonly; nshf: Readonly; hfoo: Readonly; nspg: Readonly; nftr: Readonly; nftb: Readonly; nfsh: Readonly; nfh0: Readonly; nfh1: Readonly; nfsp: Readonly; nftt: Readonly; nftk: Readonly; nfgo: Readonly; ofrt: Readonly; nbfl: Readonly; nfoh: Readonly; nmoo: Readonly; nfnp: Readonly; nfro: Readonly; nrvs: Readonly; nwwf: Readonly; ufro: Readonly; nfrm: Readonly; nfrt: Readonly; nfrl: Readonly; nfrg: Readonly; nfre: Readonly; nfr2: Readonly; nfr1: Readonly; nfrs: Readonly; nfrb: Readonly; nfra: Readonly; ntrg: Readonly; ugar: Readonly; ogrk: Readonly; ngh1: Readonly; Hgam: Readonly; ugho: Readonly; nwwg: Readonly; nplg: Readonly; ntrt: Readonly; nskg: Readonly; nsgt: Readonly; nwlg: Readonly; ebal: Readonly; ngno: Readonly; ngns: Readonly; ngnb: Readonly; ngnh: Readonly; ngt2: Readonly; ngnv: Readonly; ngna: Readonly; ngnw: Readonly; ngow: Readonly; ngbl: Readonly; ngad: Readonly; nglm: Readonly; ngme: Readonly; nshp: Readonly; ngol: Readonly; ngwr: Readonly; nggr: Readonly; ugrv: Readonly; ogre: Readonly; ndr3: Readonly; nsw3: Readonly; nvdg: Readonly; ngrd: Readonly; ndrg: Readonly; ngrw: Readonly; ngdk: Readonly; ogru: Readonly; hgra: Readonly; hgry: Readonly; ngog: Readonly; hgtw: Readonly; nggg: Readonly; unp1: Readonly; nhns: Readonly; nhn2: Readonly; nhrq: Readonly; nhrr: Readonly; nhar: Readonly; nhrh: Readonly; nhrw: Readonly; ugol: Readonly; nwe1: Readonly; ohun: Readonly; ohwd: Readonly; nhhr: Readonly; nhmc: Readonly; Haah: Readonly; nhef: Readonly; nhem: Readonly; nheb: Readonly; nefm: Readonly; nef0: Readonly; nef1: Readonly; nef2: Readonly; nef3: Readonly; nef4: Readonly; nef5: Readonly; nef6: Readonly; nef7: Readonly; negt: Readonly; Hssa: Readonly; ehip: Readonly; ehpr: Readonly; nhcn: Readonly; hbsh: Readonly; hdes: Readonly; hshy: Readonly; hbot: Readonly; edob: Readonly; esen: Readonly; nhyd: Readonly; nhyh: Readonly; zhyd: Readonly; nhym: Readonly; nrvi: Readonly; nitr: Readonly; nits: Readonly; nith: Readonly; nth1: Readonly; nth0: Readonly; nitp: Readonly; nitt: Readonly; nitw: Readonly; nico: Readonly; nmit: Readonly; nitb: Readonly; ngni: Readonly; ninf: Readonly; ninc: Readonly; nina: Readonly; ninm: Readonly; njks: Readonly; njg1: Readonly; hkee: Readonly; Ekee: Readonly; Efur: Readonly; Ekgg: Readonly; Emfr: Readonly; Emns: Readonly; uktg: Readonly; uktn: Readonly; hkni: Readonly; nkob: Readonly; nkog: Readonly; zshv: Readonly; nkol: Readonly; nkot: Readonly; okod: Readonly; oosc: Readonly; nlv1: Readonly; nlv2: Readonly; nlv3: Readonly; ndr1: Readonly; nsw1: Readonly; nvdl: Readonly; Ulic: Readonly; nzlc: Readonly; Uktl: Readonly; Uclc: Readonly; nltl: Readonly; nrvl: Readonly; uloc: Readonly; hlum: Readonly; nmgv: Readonly; nmgd: Readonly; nmgr: Readonly; nmgw: Readonly; ndqp: Readonly; nlds: Readonly; nlpd: Readonly; nlpr: Readonly; nlsn: Readonly; nlkl: Readonly; nltc: Readonly; nmam: Readonly; zmar: Readonly; nmrk: Readonly; Hddt: Readonly; omtg: Readonly; umtw: Readonly; nmed: Readonly; nmdm: Readonly; nmr5: Readonly; nmr4: Readonly; nmrf: Readonly; nmr8: Readonly; nmr9: Readonly; nmra: Readonly; nmr6: Readonly; nmrd: Readonly; nmr2: Readonly; nmer: Readonly; nmr3: Readonly; nmr7: Readonly; nmre: Readonly; nmrc: Readonly; nmrb: Readonly; nmr0: Readonly; hmil: Readonly; nmsh: Readonly; ngzc: Readonly; ngzd: Readonly; ngza: Readonly; ngz4: Readonly; nlur: Readonly; emow: Readonly; hmtm: Readonly; nggm: Readonly; emtg: Readonly; Hmkg: Readonly; Hmbr: Readonly; ngrk: Readonly; nmbg: Readonly; nmcf: Readonly; nmg0: Readonly; nmg1: Readonly; nmrv: Readonly; nnmg: Readonly; nmsc: Readonly; nmpe: Readonly; nmsn: Readonly; nmtw: Readonly; nmfs: Readonly; nmrr: Readonly; nmh0: Readonly; nmh1: Readonly; nmg2: Readonly; nmmu: Readonly; nmrm: Readonly; nmpg: Readonly; Nmsr: Readonly; nmrl: Readonly; nmyr: Readonly; nnrg: Readonly; nnsw: Readonly; ensh: Readonly; onzg: Readonly; unec: Readonly; unpl: Readonly; nnwq: Readonly; nnwr: Readonly; nnws: Readonly; uzg2: Readonly; nnwa: Readonly; nnwl: Readonly; nnzg: Readonly; nndr: Readonly; nnht: Readonly; ndro: Readonly; nndk: Readonly; ebsh: Readonly; nfv4: Readonly; nfv1: Readonly; nfv2: Readonly; nvr2: Readonly; nvr1: Readonly; nvr0: Readonly; nfv3: Readonly; nfv0: Readonly; edes: Readonly; enec: Readonly; eshy: Readonly; etrs: Readonly; uobs: Readonly; nogl: Readonly; nomg: Readonly; nogm: Readonly; nogr: Readonly; ncco: Readonly; odes: Readonly; ojgn: Readonly; zjug: Readonly; oshy: Readonly; obot: Readonly; owar: Readonly; nw2w: Readonly; nfov: Readonly; nano: Readonly; nowl: Readonly; now2: Readonly; now3: Readonly; hrdh: Readonly; Hpal: Readonly; Hapm: Readonly; Hart: Readonly; Hdgo: Readonly; Hhkl: Readonly; Hmgd: Readonly; Hpb1: Readonly; Hpb2: Readonly; Huth: Readonly; Harf: Readonly; hpea: Readonly; npng: Readonly; npnw: Readonly; opeo: Readonly; hphx: Readonly; hpxe: Readonly; npig: Readonly; npgf: Readonly; Nplh: Readonly; Nmag: Readonly; Nman: Readonly; Npld: Readonly; nepl: Readonly; nfac: Readonly; nfa1: Readonly; nfa2: Readonly; nenp: Readonly; nplb: Readonly; nfpl: Readonly; nfpc: Readonly; nfpe: Readonly; nfps: Readonly; nfpt: Readonly; nfpu: Readonly; hprt: Readonly; npgr: Readonly; hmpr: Readonly; Emoo: Readonly; Etyr: Readonly; nfrp: Readonly; eilw: Readonly; ndqs: Readonly; nqb1: Readonly; nrzt: Readonly; nqbh: Readonly; necr: Readonly; nrac: Readonly; ngz2: Readonly; nqb3: Readonly; orai: Readonly; Hvwd: Readonly; Hjnd: Readonly; nrat: Readonly; nrzb: Readonly; nrzg: Readonly; nrzm: Readonly; nrzs: Readonly; nrwm: Readonly; ndrr: Readonly; nrdk: Readonly; nrdr: Readonly; nrel: Readonly; nwzg: Readonly; nbse: Readonly; nbsw: Readonly; ndrv: Readonly; nsrv: Readonly; ntrv: Readonly; hhdl: Readonly; hrif: Readonly; ngst: Readonly; nrog: Readonly; nwzr: Readonly; hrrh: Readonly; usap: Readonly; nslr: Readonly; ndsa: Readonly; nslh: Readonly; nsll: Readonly; nslv: Readonly; zsmc: Readonly; ngsp: Readonly; ubdr: Readonly; ubdd: Readonly; nsqt: Readonly; nsqo: Readonly; nsty: Readonly; nsth: Readonly; nsts: Readonly; nstl: Readonly; nsat: Readonly; hwtw: Readonly; nsel: Readonly; nsgn: Readonly; nsgb: Readonly; nsgh: Readonly; ntrs: Readonly; ntrh: Readonly; Nngs: Readonly; Hvsh: Readonly; Nswt: Readonly; nsea: Readonly; nser: Readonly; ndh4: Readonly; nwat: Readonly; oeye: Readonly; osp1: Readonly; osp2: Readonly; osp3: Readonly; osp4: Readonly; ushd: Readonly; Oshd: Readonly; Orkn: Readonly; osw3: Readonly; oshm: Readonly; eshd: Readonly; nshe: Readonly; nsha: Readonly; nshw: Readonly; nbsp: Readonly; ngir: Readonly; nshr: Readonly; nnsa: Readonly; hmtt: Readonly; hrtt: Readonly; nsgg: Readonly; uskm: Readonly; nskm: Readonly; nsko: Readonly; nsoc: Readonly; nsog: Readonly; nsca: Readonly; nska: Readonly; uske: Readonly; nsce: Readonly; nske: Readonly; nskk: Readonly; uarb: Readonly; negm: Readonly; uslh: Readonly; owad: Readonly; nslf: Readonly; nslm: Readonly; nsln: Readonly; nsnp: Readonly; ngos: Readonly; nsno: Readonly; hsor: Readonly; nnsg: Readonly; hspt: Readonly; nspr: Readonly; nsc3: Readonly; nsc2: Readonly; nscb: Readonly; nspd: Readonly; ngz3: Readonly; nsw2: Readonly; nwe3: Readonly; osld: Readonly; even: Readonly; nspp: Readonly; uzg1: Readonly; ospw: Readonly; ospm: Readonly; oswy: Readonly; osw1: Readonly; nssp: Readonly; nder: Readonly; otot: Readonly; ugrm: Readonly; nogn: Readonly; nogo: Readonly; noga: Readonly; npn2: Readonly; npn5: Readonly; nstw: Readonly; nsra: Readonly; nsrh: Readonly; nsrn: Readonly; nsrw: Readonly; ostr: Readonly; nmys: Readonly; nnrs: Readonly; nsbs: Readonly; ndqn: Readonly; nlps: Readonly; nnsu: Readonly; nspc: Readonly; hhes: Readonly; uswb: Readonly; otau: Readonly; Otch: Readonly; Ocbh: Readonly; Otcc: Readonly; Ocb2: Readonly; ntnt: Readonly; ntt2: Readonly; otto: Readonly; ntav: Readonly; utod: Readonly; nntt: Readonly; nten: Readonly; ntn2: Readonly; ntn3: Readonly; nfgt: Readonly; zcso: Readonly; nthr: Readonly; nwe2: Readonly; nthl: Readonly; nntg: Readonly; nwlt: Readonly; Nrob: Readonly; Ntin: Readonly; utom: Readonly; ntor: Readonly; htow: Readonly; nbot: Readonly; efon: Readonly; etoa: Readonly; etoe: Readonly; etol: Readonly; ntkc: Readonly; ntkf: Readonly; ntkh: Readonly; ntks: Readonly; ntka: Readonly; ntkt: Readonly; ntkw: Readonly; nubk: Readonly; nubw: Readonly; nubr: Readonly; uubs: Readonly; nccu: Readonly; udes: Readonly; ushp: Readonly; ubot: Readonly; ndqt: Readonly; ndqv: Readonly; nvlw: Readonly; nvil: Readonly; nvl2: Readonly; nvdw: Readonly; ovlj: Readonly; ovln: Readonly; nvul: Readonly; hbew: Readonly; nwrg: Readonly; ofor: Readonly; nwar: Readonly; Ewar: Readonly; Ewrd: Readonly; nssn: Readonly; Nklj: Readonly; Ogld: Readonly; Uwar: Readonly; Nkjx: Readonly; nanw: Readonly; owtw: Readonly; nwad: Readonly; hwat: Readonly; hwt2: Readonly; hwt3: Readonly; ncfs: Readonly; ntws: Readonly; nsns: Readonly; nwgt: Readonly; nwen: Readonly; nwns: Readonly; nowb: Readonly; owyv: Readonly; nwc1: Readonly; nwc2: Readonly; nwc3: Readonly; nwc4: Readonly; ownr: Readonly; ewsp: Readonly; odoc: Readonly; nhew: Readonly; harm: Readonly; ngh2: Readonly; nzep: Readonly; zzrg: Readonly; uzig: Readonly; nzom: Readonly; nzof: Readonly; nzin: Readonly; }>; }