Advertisement
Guest User

Untitled

a guest
Jul 12th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  private InitTypes(): void {
  2.  
  3.         // const oldset: (key: number, value: object) => Map<number, object> = this._towerTypes.set;
  4.  
  5.  
  6.         // WorkersUnion
  7.         this._towerTypes.add(FourCC('h03G'), NagaSlave);
  8.         this._towerTypes.add(FourCC('h03E'), OrcPeon);
  9.         this._towerTypes.add(FourCC('h03F'), HumanPeasant);
  10.         this._towerTypes.add(FourCC('h03I'), UndeadAcolyte);
  11.         this._towerTypes.add(FourCC('h03H'), NightElfWisp);
  12.  
  13.         // Undead
  14.         this._towerTypes.add(FourCC('h00R'), SacrificialPit);
  15.  
  16.         // Tavern
  17.         this._towerTypes.add(FourCC('h01F'), EarthPandaren);
  18.         this._towerTypes.add(FourCC('h01J'), StormPandaren);
  19.         this._towerTypes.add(FourCC('h01I'), FirePandaren);
  20.  
  21.         // Alliance Of Blades
  22.         this._towerTypes.add(FourCC('n02T'), Adventurer);
  23.         this._towerTypes.add(FourCC('n02X'), Scavenger);
  24.  
  25.         // Arachnid
  26.         this._towerTypes.add(FourCC('o019'), AcidSpittingSpider);
  27.         this._towerTypes.add(FourCC('h00W'), NerubianBehemoth);
  28.         this._towerTypes.add(FourCC('o01A'), ParasiticBroodmother);
  29.         this._towerTypes.add(FourCC('h03T'), CrackedBarrel);
  30.  
  31.         // Aviaries
  32.         this._towerTypes.add(FourCC('oC60'), Wyvern);
  33.         this._towerTypes.add(FourCC('hC36'), Gyrocopter);
  34.  
  35.  
  36.         // Cavernous Creaaddes
  37.         this._towerTypes.add(FourCC('h04Q'), CavernDruid);
  38.         this._towerTypes.add(FourCC('h04M'), CavernHermit);
  39.         this._towerTypes.add(FourCC('h04T'), CavernMushroom);
  40.         this._towerTypes.add(FourCC('h04O'), CavernRevenant);
  41.         this._towerTypes.add(FourCC('h04N'), CavernTurtle);
  42.         this._towerTypes.add(FourCC('h04S'), GrowthLvl2);
  43.         this._towerTypes.add(FourCC('h04L'), GrowthLvl3);
  44.  
  45.         // CorruptedNightaddes
  46.         this._towerTypes.add(FourCC('n00P'), CorruptedTreeofLife);
  47.  
  48.         // Demon
  49.         this._towerTypes.add(FourCC('h03W'), FelGuard);
  50.         this._towerTypes.add(FourCC('o00L'), Mannoroth);
  51.         this._towerTypes.add(FourCC('n00U'), SummoningShrine);
  52.         this._towerTypes.add(FourCC('eC93'), KilJaeden);
  53.         this._towerTypes.add(FourCC('h00F'), DemonizedDreadlord);
  54.  
  55.         // Draenei
  56.         this._towerTypes.add(FourCC('h04F'), DraeneiSeer);
  57.         this._towerTypes.add(FourCC('h00I'), Akama);
  58.         this._towerTypes.add(FourCC('h04I'), SalamanderLord);
  59.  
  60.         // Dragons
  61.         this._towerTypes.add(FourCC('o00M'), BronzeDragonWhelp);
  62.         this._towerTypes.add(FourCC('o01F'), BronzeDrake);
  63.         this._towerTypes.add(FourCC('o01K'), BronzeDragon);
  64.  
  65.  
  66.         // Dwarven
  67.         this._towerTypes.add(FourCC('n05Q'), DwarfKing);
  68.         this._towerTypes.add(FourCC('n05N'), FlyingDwarf);
  69.  
  70.         // Forest Trolls
  71.         this._towerTypes.add(FourCC('n03I'), ForestTrollHighPriest);
  72.  
  73.         // Forsaken
  74.         this._towerTypes.add(FourCC('u00F'), GargoyleSpire);
  75.         this._towerTypes.add(FourCC('u012'), Varimathras);
  76.  
  77.         // Galaxy
  78.         this._towerTypes.add(FourCC('e00K'), MoonDancer);
  79.         this._towerTypes.add(FourCC('e00P'), StarChaser);
  80.         this._towerTypes.add(FourCC('e00R'), CelestialMist);
  81.  
  82.         // Giants
  83.         this._towerTypes.add(FourCC('oC35'), OgreWarrior);
  84.         this._towerTypes.add(FourCC('o00G'), FleshGolem);
  85.         this._towerTypes.add(FourCC('hC53'), RockGiant);
  86.         this._towerTypes.add(FourCC('o00Y'), SeaGiant);
  87.  
  88.         // Goblin
  89.         this._towerTypes.add(FourCC('o01R'), GoblinMineLayer);
  90.         this._towerTypes.add(FourCC('o01S'), GoblinTinkerer);
  91.         this._towerTypes.add(FourCC('o01P'), GoblinBlademaster);
  92.         this._towerTypes.add(FourCC('o01M'), GoblinSapper);
  93.         this._towerTypes.add(FourCC('o01O'), GoblinAlchemist);
  94.  
  95.         // High Elven
  96.         this._towerTypes.add(FourCC('o00N'), Kael);
  97.  
  98.         // Human
  99.         this._towerTypes.add(FourCC('h045'), VenomTower);
  100.         this._towerTypes.add(FourCC('n05C'), SirGalahad);
  101.  
  102.         // Ice Trolls
  103.         this._towerTypes.add(FourCC('n01B'), IceTrollKing);
  104.         this._towerTypes.add(FourCC('n01C'), IceTrollEmperor);
  105.         this._towerTypes.add(FourCC('n018'), IceTrollPriest);
  106.  
  107.         // Night Elf
  108.         this._towerTypes.add(FourCC('h00S'), DemonicIllidan);
  109.         this._towerTypes.add(FourCC('eC83'), CorruptedIllidan);
  110.         this._towerTypes.add(FourCC('h00G'), Warden);
  111.         this._towerTypes.add(FourCC('e00E'), Wisp);
  112.         this._towerTypes.add(FourCC('hC82'), AncientProtector);
  113.  
  114.  
  115.         // Orc Stronghold
  116.         this._towerTypes.add(FourCC('h002'), Rokhan);
  117.         this._towerTypes.add(FourCC('oC65'), WarchiefThrall);
  118.         this._towerTypes.add(FourCC('o00E'), Berserker);
  119.  
  120.         // Outland
  121.         this._towerTypes.add(FourCC('u01C'), Magtheridon);
  122.  
  123.  
  124.         // Summons
  125.         this._towerTypes.add(FourCC('h027'), Prawn);
  126.         this._towerTypes.add(FourCC('h026'), LavaSpawn);
  127.  
  128.         // Shrine of buffadd
  129.         this._towerTypes.add(FourCC('oC58'), KodoBeast);
  130.  
  131.         // Void
  132.         this._towerTypes.add(FourCC('h02F'), VoidPriest);
  133.         this._towerTypes.add(FourCC('h01M'), VoidFissure);
  134.         this._towerTypes.add(FourCC('h02G'), VoidWorshipper);
  135.         this._towerTypes.add(FourCC('h00T'), VoidBeing);
  136.         this._towerTypes.add(FourCC('h01A'), VoidCorrupter);
  137.  
  138.         // Unique
  139.         this._towerTypes.add(FourCC('h02K'), AncientMonstrosity);
  140.         this._towerTypes.add(FourCC('h02L'), Hydralisk);
  141.         this._towerTypes.add(FourCC('h02H'), Marine);
  142.         this._towerTypes.add(FourCC('h02J'), ProudMoore);
  143.         this._towerTypes.add(FourCC('u03F'), Sammy);
  144.         this._towerTypes.add(FourCC('u03E'), ZerglingHive);
  145.         this._towerTypes.add(FourCC('u040'), TheDarkness);
  146.  
  147.         // Elementalist
  148.         this._towerTypes.add(FourCC('n00A'), UnchargedRune);
  149.         this._towerTypes.add(FourCC('n026'), Undead);
  150.         this._towerTypes.add(FourCC('u038'), Undead2);
  151.         this._towerTypes.add(FourCC('u01D'), DormantPheonixEgg);
  152.         this._towerTypes.add(FourCC('u01F'), LowTide);
  153.         this._towerTypes.add(FourCC('u029'), HighTide);
  154.         this._towerTypes.add(FourCC('u021'), Sapling);
  155.         this._towerTypes.add(FourCC('u022'), Tornado);
  156.         this._towerTypes.add(FourCC('u026'), Bubbles);
  157.         this._towerTypes.add(FourCC('u027'), Blaze);
  158.  
  159.         // AntiJuggle
  160.         this._towerTypes.add(FourCC('uC14'), AntiJuggleTower);
  161.  
  162.  
  163.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement