@firestone-hs/simulate-bgs-battle 1.1.653 → 1.1.655

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (738) hide show
  1. package/dist/bgs-player-entity.d.ts +2 -0
  2. package/dist/bgs-player-entity.js.map +1 -1
  3. package/dist/cards/card.interface.d.ts +50 -5
  4. package/dist/cards/card.interface.js +17 -3
  5. package/dist/cards/card.interface.js.map +1 -1
  6. package/dist/cards/cards-data.d.ts +9 -1
  7. package/dist/cards/cards-data.js +19 -7
  8. package/dist/cards/cards-data.js.map +1 -1
  9. package/dist/cards/impl/_card-mappings.js +380 -0
  10. package/dist/cards/impl/_card-mappings.js.map +1 -1
  11. package/dist/cards/impl/bg-spell/azerite-empowerment.d.ts +2 -2
  12. package/dist/cards/impl/bg-spell/azerite-empowerment.js +1 -1
  13. package/dist/cards/impl/bg-spell/azerite-empowerment.js.map +1 -1
  14. package/dist/cards/impl/bg-spell/blood-gem-barrage.d.ts +2 -0
  15. package/dist/cards/impl/bg-spell/blood-gem-barrage.js +9 -0
  16. package/dist/cards/impl/bg-spell/blood-gem-barrage.js.map +1 -0
  17. package/dist/cards/impl/bg-spell/brood-of-nozdormu.d.ts +2 -0
  18. package/dist/cards/impl/bg-spell/brood-of-nozdormu.js +16 -0
  19. package/dist/cards/impl/bg-spell/brood-of-nozdormu.js.map +1 -0
  20. package/dist/cards/impl/bg-spell/eyes-of-the-earth-mother.d.ts +2 -0
  21. package/dist/cards/impl/bg-spell/eyes-of-the-earth-mother.js +19 -0
  22. package/dist/cards/impl/bg-spell/eyes-of-the-earth-mother.js.map +1 -0
  23. package/dist/cards/impl/bg-spell/hand-of-deios.d.ts +2 -0
  24. package/dist/cards/impl/bg-spell/hand-of-deios.js +36 -0
  25. package/dist/cards/impl/bg-spell/hand-of-deios.js.map +1 -0
  26. package/dist/cards/impl/bg-spell/murkys-fish.d.ts +2 -2
  27. package/dist/cards/impl/bg-spell/murkys-fish.js +1 -1
  28. package/dist/cards/impl/bg-spell/murkys-fish.js.map +1 -1
  29. package/dist/cards/impl/bg-spell/natural-blessing.d.ts +2 -2
  30. package/dist/cards/impl/bg-spell/natural-blessing.js +1 -1
  31. package/dist/cards/impl/bg-spell/natural-blessing.js.map +1 -1
  32. package/dist/cards/impl/bg-spell/shiny-ring.d.ts +2 -2
  33. package/dist/cards/impl/bg-spell/shiny-ring.js +1 -1
  34. package/dist/cards/impl/bg-spell/shiny-ring.js.map +1 -1
  35. package/dist/cards/impl/bg-spell/timewarped-bananas.d.ts +2 -0
  36. package/dist/cards/impl/bg-spell/timewarped-bananas.js +15 -0
  37. package/dist/cards/impl/bg-spell/timewarped-bananas.js.map +1 -0
  38. package/dist/cards/impl/bg-spell/timewarped-chefs-choice.d.ts +2 -0
  39. package/dist/cards/impl/bg-spell/timewarped-chefs-choice.js +17 -0
  40. package/dist/cards/impl/bg-spell/timewarped-chefs-choice.js.map +1 -0
  41. package/dist/cards/impl/bg-spell/timewarped-cloning-device.d.ts +2 -0
  42. package/dist/cards/impl/bg-spell/timewarped-cloning-device.js +24 -0
  43. package/dist/cards/impl/bg-spell/timewarped-cloning-device.js.map +1 -0
  44. package/dist/cards/impl/bg-spell/timewarped-conch.d.ts +2 -0
  45. package/dist/cards/impl/bg-spell/timewarped-conch.js +25 -0
  46. package/dist/cards/impl/bg-spell/timewarped-conch.js.map +1 -0
  47. package/dist/cards/impl/bg-spell/timewarped-corpse.d.ts +2 -0
  48. package/dist/cards/impl/bg-spell/timewarped-corpse.js +12 -0
  49. package/dist/cards/impl/bg-spell/timewarped-corpse.js.map +1 -0
  50. package/dist/cards/impl/bg-spell/timewarped-evolution.d.ts +2 -0
  51. package/dist/cards/impl/bg-spell/timewarped-evolution.js +17 -0
  52. package/dist/cards/impl/bg-spell/timewarped-evolution.js.map +1 -0
  53. package/dist/cards/impl/bg-spell/timewarped-goldenizer.d.ts +2 -0
  54. package/dist/cards/impl/bg-spell/timewarped-goldenizer.js +18 -0
  55. package/dist/cards/impl/bg-spell/timewarped-goldenizer.js.map +1 -0
  56. package/dist/cards/impl/bg-spell/timewarped-master-thief.d.ts +2 -0
  57. package/dist/cards/impl/bg-spell/timewarped-master-thief.js +21 -0
  58. package/dist/cards/impl/bg-spell/timewarped-master-thief.js.map +1 -0
  59. package/dist/cards/impl/bg-spell/timewarped-on-the-house.d.ts +2 -0
  60. package/dist/cards/impl/bg-spell/timewarped-on-the-house.js +12 -0
  61. package/dist/cards/impl/bg-spell/timewarped-on-the-house.js.map +1 -0
  62. package/dist/cards/impl/bg-spell/timewarped-rat-in-the-cage.d.ts +2 -0
  63. package/dist/cards/impl/bg-spell/timewarped-rat-in-the-cage.js +18 -0
  64. package/dist/cards/impl/bg-spell/timewarped-rat-in-the-cage.js.map +1 -0
  65. package/dist/cards/impl/bg-spell/timewarped-ritual.d.ts +2 -0
  66. package/dist/cards/impl/bg-spell/timewarped-ritual.js +15 -0
  67. package/dist/cards/impl/bg-spell/timewarped-ritual.js.map +1 -0
  68. package/dist/cards/impl/bg-spell/timewarped-special.d.ts +2 -0
  69. package/dist/cards/impl/bg-spell/timewarped-special.js +13 -0
  70. package/dist/cards/impl/bg-spell/timewarped-special.js.map +1 -0
  71. package/dist/cards/impl/bg-spell/timewarped-thief.d.ts +2 -0
  72. package/dist/cards/impl/bg-spell/timewarped-thief.js +25 -0
  73. package/dist/cards/impl/bg-spell/timewarped-thief.js.map +1 -0
  74. package/dist/cards/impl/bg-spell/tomb-turning.d.ts +2 -0
  75. package/dist/cards/impl/bg-spell/tomb-turning.js +13 -0
  76. package/dist/cards/impl/bg-spell/tomb-turning.js.map +1 -0
  77. package/dist/cards/impl/bg-spell/wave-of-gold.d.ts +2 -0
  78. package/dist/cards/impl/bg-spell/wave-of-gold.js +16 -0
  79. package/dist/cards/impl/bg-spell/wave-of-gold.js.map +1 -0
  80. package/dist/cards/impl/minion/apexis-guardian.d.ts +2 -0
  81. package/dist/cards/impl/minion/apexis-guardian.js +27 -0
  82. package/dist/cards/impl/minion/apexis-guardian.js.map +1 -0
  83. package/dist/cards/impl/minion/arcane-cannoneer.js +3 -0
  84. package/dist/cards/impl/minion/arcane-cannoneer.js.map +1 -1
  85. package/dist/cards/impl/minion/archaedas.d.ts +2 -0
  86. package/dist/cards/impl/minion/archaedas.js +18 -0
  87. package/dist/cards/impl/minion/archaedas.js.map +1 -0
  88. package/dist/cards/impl/minion/auto-accelerator.d.ts +2 -0
  89. package/dist/cards/impl/minion/auto-accelerator.js +17 -0
  90. package/dist/cards/impl/minion/auto-accelerator.js.map +1 -0
  91. package/dist/cards/impl/minion/bannerboar.js +1 -1
  92. package/dist/cards/impl/minion/bannerboar.js.map +1 -1
  93. package/dist/cards/impl/minion/bassgill.d.ts +2 -0
  94. package/dist/cards/impl/minion/bassgill.js +35 -0
  95. package/dist/cards/impl/minion/bassgill.js.map +1 -0
  96. package/dist/cards/impl/minion/bloodsnout-warlord.js +1 -1
  97. package/dist/cards/impl/minion/bloodsnout-warlord.js.map +1 -1
  98. package/dist/cards/impl/minion/blue-volumizer.d.ts +2 -0
  99. package/dist/cards/impl/minion/blue-volumizer.js +18 -0
  100. package/dist/cards/impl/minion/blue-volumizer.js.map +1 -0
  101. package/dist/cards/impl/minion/bluesy-siren.d.ts +2 -0
  102. package/dist/cards/impl/minion/bluesy-siren.js +31 -0
  103. package/dist/cards/impl/minion/bluesy-siren.js.map +1 -0
  104. package/dist/cards/impl/minion/bongo-bopper.js +1 -1
  105. package/dist/cards/impl/minion/bongo-bopper.js.map +1 -1
  106. package/dist/cards/impl/minion/bonker.js +1 -1
  107. package/dist/cards/impl/minion/bonker.js.map +1 -1
  108. package/dist/cards/impl/minion/briarback-drummer.d.ts +2 -0
  109. package/dist/cards/impl/minion/briarback-drummer.js +14 -0
  110. package/dist/cards/impl/minion/briarback-drummer.js.map +1 -0
  111. package/dist/cards/impl/minion/briny-bootlegger.d.ts +2 -0
  112. package/dist/cards/impl/minion/briny-bootlegger.js +14 -0
  113. package/dist/cards/impl/minion/briny-bootlegger.js.map +1 -0
  114. package/dist/cards/impl/minion/budding-greenthumb.d.ts +2 -0
  115. package/dist/cards/impl/minion/budding-greenthumb.js +17 -0
  116. package/dist/cards/impl/minion/budding-greenthumb.js.map +1 -0
  117. package/dist/cards/impl/minion/canopy-swinger.js +2 -2
  118. package/dist/cards/impl/minion/canopy-swinger.js.map +1 -1
  119. package/dist/cards/impl/minion/charging-czarina.d.ts +2 -0
  120. package/dist/cards/impl/minion/charging-czarina.js +15 -0
  121. package/dist/cards/impl/minion/charging-czarina.js.map +1 -0
  122. package/dist/cards/impl/minion/charlga.js +1 -1
  123. package/dist/cards/impl/minion/charlga.js.map +1 -1
  124. package/dist/cards/impl/minion/choral-mrrrglr.d.ts +2 -5
  125. package/dist/cards/impl/minion/choral-mrrrglr.js +2 -0
  126. package/dist/cards/impl/minion/choral-mrrrglr.js.map +1 -1
  127. package/dist/cards/impl/minion/clunker-junker.js +1 -1
  128. package/dist/cards/impl/minion/clunker-junker.js.map +1 -1
  129. package/dist/cards/impl/minion/colossus.js +3 -0
  130. package/dist/cards/impl/minion/colossus.js.map +1 -1
  131. package/dist/cards/impl/minion/conveyor-construct.d.ts +2 -0
  132. package/dist/cards/impl/minion/conveyor-construct.js +17 -0
  133. package/dist/cards/impl/minion/conveyor-construct.js.map +1 -0
  134. package/dist/cards/impl/minion/costume-enthusiast.d.ts +2 -0
  135. package/dist/cards/impl/minion/costume-enthusiast.js +20 -0
  136. package/dist/cards/impl/minion/costume-enthusiast.js.map +1 -0
  137. package/dist/cards/impl/minion/dramaloc.d.ts +2 -0
  138. package/dist/cards/impl/minion/dramaloc.js +27 -0
  139. package/dist/cards/impl/minion/dramaloc.js.map +1 -0
  140. package/dist/cards/impl/minion/efficient-engineer.js +3 -1
  141. package/dist/cards/impl/minion/efficient-engineer.js.map +1 -1
  142. package/dist/cards/impl/minion/expert-aviator.d.ts +2 -0
  143. package/dist/cards/impl/minion/expert-aviator.js +39 -0
  144. package/dist/cards/impl/minion/expert-aviator.js.map +1 -0
  145. package/dist/cards/impl/minion/festergut.d.ts +2 -0
  146. package/dist/cards/impl/minion/festergut.js +20 -0
  147. package/dist/cards/impl/minion/festergut.js.map +1 -0
  148. package/dist/cards/impl/minion/forsaken-weaver.d.ts +2 -0
  149. package/dist/cards/impl/minion/forsaken-weaver.js +11 -0
  150. package/dist/cards/impl/minion/forsaken-weaver.js.map +1 -0
  151. package/dist/cards/impl/minion/futurefin.d.ts +2 -0
  152. package/dist/cards/impl/minion/futurefin.js +15 -0
  153. package/dist/cards/impl/minion/futurefin.js.map +1 -0
  154. package/dist/cards/impl/minion/gem-smuggler.js +1 -1
  155. package/dist/cards/impl/minion/gem-smuggler.js.map +1 -1
  156. package/dist/cards/impl/minion/gemsplitter.d.ts +2 -0
  157. package/dist/cards/impl/minion/gemsplitter.js +15 -0
  158. package/dist/cards/impl/minion/gemsplitter.js.map +1 -0
  159. package/dist/cards/impl/minion/ghoul-of-the-feast.d.ts +2 -0
  160. package/dist/cards/impl/minion/ghoul-of-the-feast.js +13 -0
  161. package/dist/cards/impl/minion/ghoul-of-the-feast.js.map +1 -0
  162. package/dist/cards/impl/minion/gilded-gargoyle.d.ts +2 -0
  163. package/dist/cards/impl/minion/gilded-gargoyle.js +13 -0
  164. package/dist/cards/impl/minion/gilded-gargoyle.js.map +1 -0
  165. package/dist/cards/impl/minion/glowgullet-warlord.js +1 -1
  166. package/dist/cards/impl/minion/glowgullet-warlord.js.map +1 -1
  167. package/dist/cards/impl/minion/goldrinn-the-great-wolf.js +2 -1
  168. package/dist/cards/impl/minion/goldrinn-the-great-wolf.js.map +1 -1
  169. package/dist/cards/impl/minion/green-volumizer.d.ts +2 -0
  170. package/dist/cards/impl/minion/green-volumizer.js +19 -0
  171. package/dist/cards/impl/minion/green-volumizer.js.map +1 -0
  172. package/dist/cards/impl/minion/hardy-orca.d.ts +2 -0
  173. package/dist/cards/impl/minion/hardy-orca.js +15 -0
  174. package/dist/cards/impl/minion/hardy-orca.js.map +1 -0
  175. package/dist/cards/impl/minion/heroic-underdog.d.ts +2 -0
  176. package/dist/cards/impl/minion/heroic-underdog.js +17 -0
  177. package/dist/cards/impl/minion/heroic-underdog.js.map +1 -0
  178. package/dist/cards/impl/minion/highkeeper-ra.d.ts +2 -0
  179. package/dist/cards/impl/minion/highkeeper-ra.js +28 -0
  180. package/dist/cards/impl/minion/highkeeper-ra.js.map +1 -0
  181. package/dist/cards/impl/minion/hot-springer.js +2 -2
  182. package/dist/cards/impl/minion/hot-springer.js.map +1 -1
  183. package/dist/cards/impl/minion/hunting-tiger-shark.d.ts +2 -0
  184. package/dist/cards/impl/minion/hunting-tiger-shark.js +18 -0
  185. package/dist/cards/impl/minion/hunting-tiger-shark.js.map +1 -0
  186. package/dist/cards/impl/minion/impulsive-trickster.js +7 -11
  187. package/dist/cards/impl/minion/impulsive-trickster.js.map +1 -1
  188. package/dist/cards/impl/minion/indomitable-mount.js +1 -1
  189. package/dist/cards/impl/minion/indomitable-mount.js.map +1 -1
  190. package/dist/cards/impl/minion/jelly-belly.d.ts +2 -0
  191. package/dist/cards/impl/minion/jelly-belly.js +12 -0
  192. package/dist/cards/impl/minion/jelly-belly.js.map +1 -0
  193. package/dist/cards/impl/minion/junk-jouster.d.ts +2 -0
  194. package/dist/cards/impl/minion/junk-jouster.js +15 -0
  195. package/dist/cards/impl/minion/junk-jouster.js.map +1 -0
  196. package/dist/cards/impl/minion/king-bagurgle.js +1 -1
  197. package/dist/cards/impl/minion/king-bagurgle.js.map +1 -1
  198. package/dist/cards/impl/minion/magicfin-apprentice.js +11 -13
  199. package/dist/cards/impl/minion/magicfin-apprentice.js.map +1 -1
  200. package/dist/cards/impl/minion/metal-dispenser.d.ts +2 -0
  201. package/dist/cards/impl/minion/metal-dispenser.js +17 -0
  202. package/dist/cards/impl/minion/metal-dispenser.js.map +1 -0
  203. package/dist/cards/impl/minion/murcules.d.ts +2 -0
  204. package/dist/cards/impl/minion/murcules.js +17 -0
  205. package/dist/cards/impl/minion/murcules.js.map +1 -0
  206. package/dist/cards/impl/minion/niuzao.js +3 -0
  207. package/dist/cards/impl/minion/niuzao.js.map +1 -1
  208. package/dist/cards/impl/minion/obisidian-ravager.js +3 -0
  209. package/dist/cards/impl/minion/obisidian-ravager.js.map +1 -1
  210. package/dist/cards/impl/minion/oozeling-gladiator.js +7 -2
  211. package/dist/cards/impl/minion/oozeling-gladiator.js.map +1 -1
  212. package/dist/cards/impl/minion/paint-smudger.d.ts +2 -0
  213. package/dist/cards/impl/minion/paint-smudger.js +16 -0
  214. package/dist/cards/impl/minion/paint-smudger.js.map +1 -0
  215. package/dist/cards/impl/minion/pashmar-the-vengeful.d.ts +2 -0
  216. package/dist/cards/impl/minion/pashmar-the-vengeful.js +17 -0
  217. package/dist/cards/impl/minion/pashmar-the-vengeful.js.map +1 -0
  218. package/dist/cards/impl/minion/piloted-whirl-o-tron.js +10 -2
  219. package/dist/cards/impl/minion/piloted-whirl-o-tron.js.map +1 -1
  220. package/dist/cards/impl/minion/plankwalker.d.ts +2 -0
  221. package/dist/cards/impl/minion/plankwalker.js +16 -0
  222. package/dist/cards/impl/minion/plankwalker.js.map +1 -0
  223. package/dist/cards/impl/minion/prized-promo-drake.js +1 -0
  224. package/dist/cards/impl/minion/prized-promo-drake.js.map +1 -1
  225. package/dist/cards/impl/minion/prodigious-tusker.js +1 -1
  226. package/dist/cards/impl/minion/prodigious-tusker.js.map +1 -1
  227. package/dist/cards/impl/minion/profound-thinker.d.ts +2 -0
  228. package/dist/cards/impl/minion/profound-thinker.js +27 -0
  229. package/dist/cards/impl/minion/profound-thinker.js.map +1 -0
  230. package/dist/cards/impl/minion/psychus.d.ts +2 -0
  231. package/dist/cards/impl/minion/psychus.js +16 -0
  232. package/dist/cards/impl/minion/psychus.js.map +1 -0
  233. package/dist/cards/impl/minion/radio-star.d.ts +2 -0
  234. package/dist/cards/impl/minion/radio-star.js +20 -0
  235. package/dist/cards/impl/minion/radio-star.js.map +1 -0
  236. package/dist/cards/impl/minion/rampager.d.ts +2 -0
  237. package/dist/cards/impl/minion/rampager.js +23 -0
  238. package/dist/cards/impl/minion/rampager.js.map +1 -0
  239. package/dist/cards/impl/minion/razorfen-flapper.d.ts +2 -0
  240. package/dist/cards/impl/minion/razorfen-flapper.js +14 -0
  241. package/dist/cards/impl/minion/razorfen-flapper.js.map +1 -0
  242. package/dist/cards/impl/minion/razorfen-geomancer.js +3 -4
  243. package/dist/cards/impl/minion/razorfen-geomancer.js.map +1 -1
  244. package/dist/cards/impl/minion/razorfen-vineweaver.js +1 -1
  245. package/dist/cards/impl/minion/razorfen-vineweaver.js.map +1 -1
  246. package/dist/cards/impl/minion/red-volumizer.d.ts +2 -0
  247. package/dist/cards/impl/minion/red-volumizer.js +18 -0
  248. package/dist/cards/impl/minion/red-volumizer.js.map +1 -0
  249. package/dist/cards/impl/minion/rickety-repairbot.js +1 -1
  250. package/dist/cards/impl/minion/rickety-repairbot.js.map +1 -1
  251. package/dist/cards/impl/minion/scourfin.d.ts +2 -0
  252. package/dist/cards/impl/minion/scourfin.js +14 -0
  253. package/dist/cards/impl/minion/scourfin.js.map +1 -0
  254. package/dist/cards/impl/minion/shell-collector.js +2 -2
  255. package/dist/cards/impl/minion/shell-collector.js.map +1 -1
  256. package/dist/cards/impl/minion/sinodorei-straight-shot.js +3 -0
  257. package/dist/cards/impl/minion/sinodorei-straight-shot.js.map +1 -1
  258. package/dist/cards/impl/minion/skulking-bristlemane.js +1 -1
  259. package/dist/cards/impl/minion/skulking-bristlemane.js.map +1 -1
  260. package/dist/cards/impl/minion/sly-raptor.js +3 -3
  261. package/dist/cards/impl/minion/sly-raptor.js.map +1 -1
  262. package/dist/cards/impl/minion/soulsplitter.d.ts +2 -5
  263. package/dist/cards/impl/minion/soulsplitter.js +3 -1
  264. package/dist/cards/impl/minion/soulsplitter.js.map +1 -1
  265. package/dist/cards/impl/minion/spellbound-soul.d.ts +2 -0
  266. package/dist/cards/impl/minion/spellbound-soul.js +19 -0
  267. package/dist/cards/impl/minion/spellbound-soul.js.map +1 -0
  268. package/dist/cards/impl/minion/spirit-drake.d.ts +2 -0
  269. package/dist/cards/impl/minion/spirit-drake.js +17 -0
  270. package/dist/cards/impl/minion/spirit-drake.js.map +1 -0
  271. package/dist/cards/impl/minion/spirit-of-air.d.ts +2 -0
  272. package/dist/cards/impl/minion/spirit-of-air.js +33 -0
  273. package/dist/cards/impl/minion/spirit-of-air.js.map +1 -0
  274. package/dist/cards/impl/minion/stalwart-kodo.d.ts +2 -0
  275. package/dist/cards/impl/minion/stalwart-kodo.js +17 -0
  276. package/dist/cards/impl/minion/stalwart-kodo.js.map +1 -0
  277. package/dist/cards/impl/minion/stoneshell-guardian.js +10 -2
  278. package/dist/cards/impl/minion/stoneshell-guardian.js.map +1 -1
  279. package/dist/cards/impl/minion/stuntdrake.d.ts +2 -0
  280. package/dist/cards/impl/minion/stuntdrake.js +24 -0
  281. package/dist/cards/impl/minion/stuntdrake.js.map +1 -0
  282. package/dist/cards/impl/minion/sunken-advocate.d.ts +2 -0
  283. package/dist/cards/impl/minion/sunken-advocate.js +20 -0
  284. package/dist/cards/impl/minion/sunken-advocate.js.map +1 -0
  285. package/dist/cards/impl/minion/swampstriker.js +5 -10
  286. package/dist/cards/impl/minion/swampstriker.js.map +1 -1
  287. package/dist/cards/impl/minion/the-last-one-standing.d.ts +2 -0
  288. package/dist/cards/impl/minion/the-last-one-standing.js +13 -0
  289. package/dist/cards/impl/minion/the-last-one-standing.js.map +1 -0
  290. package/dist/cards/impl/minion/three-lil-quilboar.js +1 -1
  291. package/dist/cards/impl/minion/three-lil-quilboar.js.map +1 -1
  292. package/dist/cards/impl/minion/timewarped-alleycat.d.ts +2 -0
  293. package/dist/cards/impl/minion/timewarped-alleycat.js +29 -0
  294. package/dist/cards/impl/minion/timewarped-alleycat.js.map +1 -0
  295. package/dist/cards/impl/minion/timewarped-archimonde.d.ts +2 -0
  296. package/dist/cards/impl/minion/timewarped-archimonde.js +10 -0
  297. package/dist/cards/impl/minion/timewarped-archimonde.js.map +1 -0
  298. package/dist/cards/impl/minion/timewarped-arm.d.ts +2 -0
  299. package/dist/cards/impl/minion/timewarped-arm.js +12 -0
  300. package/dist/cards/impl/minion/timewarped-arm.js.map +1 -0
  301. package/dist/cards/impl/minion/timewarped-bassgill.d.ts +2 -0
  302. package/dist/cards/impl/minion/timewarped-bassgill.js +35 -0
  303. package/dist/cards/impl/minion/timewarped-bassgill.js.map +1 -0
  304. package/dist/cards/impl/minion/timewarped-bloodbinder.d.ts +2 -0
  305. package/dist/cards/impl/minion/timewarped-bloodbinder.js +23 -0
  306. package/dist/cards/impl/minion/timewarped-bloodbinder.js.map +1 -0
  307. package/dist/cards/impl/minion/timewarped-bonker.d.ts +2 -0
  308. package/dist/cards/impl/minion/timewarped-bonker.js +15 -0
  309. package/dist/cards/impl/minion/timewarped-bonker.js.map +1 -0
  310. package/dist/cards/impl/minion/timewarped-botani.d.ts +2 -0
  311. package/dist/cards/impl/minion/timewarped-botani.js +17 -0
  312. package/dist/cards/impl/minion/timewarped-botani.js.map +1 -0
  313. package/dist/cards/impl/minion/timewarped-bristler.d.ts +2 -0
  314. package/dist/cards/impl/minion/timewarped-bristler.js +39 -0
  315. package/dist/cards/impl/minion/timewarped-bristler.js.map +1 -0
  316. package/dist/cards/impl/minion/timewarped-calligrapher.d.ts +2 -0
  317. package/dist/cards/impl/minion/timewarped-calligrapher.js +29 -0
  318. package/dist/cards/impl/minion/timewarped-calligrapher.js.map +1 -0
  319. package/dist/cards/impl/minion/timewarped-caretaker.d.ts +2 -0
  320. package/dist/cards/impl/minion/timewarped-caretaker.js +21 -0
  321. package/dist/cards/impl/minion/timewarped-caretaker.js.map +1 -0
  322. package/dist/cards/impl/minion/timewarped-centurion.d.ts +2 -0
  323. package/dist/cards/impl/minion/timewarped-centurion.js +18 -0
  324. package/dist/cards/impl/minion/timewarped-centurion.js.map +1 -0
  325. package/dist/cards/impl/minion/timewarped-chameleon.d.ts +2 -0
  326. package/dist/cards/impl/minion/timewarped-chameleon.js +40 -0
  327. package/dist/cards/impl/minion/timewarped-chameleon.js.map +1 -0
  328. package/dist/cards/impl/minion/timewarped-clefthoof.d.ts +2 -0
  329. package/dist/cards/impl/minion/timewarped-clefthoof.js +21 -0
  330. package/dist/cards/impl/minion/timewarped-clefthoof.js.map +1 -0
  331. package/dist/cards/impl/minion/timewarped-copter.d.ts +2 -0
  332. package/dist/cards/impl/minion/timewarped-copter.js +22 -0
  333. package/dist/cards/impl/minion/timewarped-copter.js.map +1 -0
  334. package/dist/cards/impl/minion/timewarped-deadstomper.d.ts +2 -0
  335. package/dist/cards/impl/minion/timewarped-deadstomper.js +14 -0
  336. package/dist/cards/impl/minion/timewarped-deadstomper.js.map +1 -0
  337. package/dist/cards/impl/minion/timewarped-deathswarmer.d.ts +2 -0
  338. package/dist/cards/impl/minion/timewarped-deathswarmer.js +15 -0
  339. package/dist/cards/impl/minion/timewarped-deathswarmer.js.map +1 -0
  340. package/dist/cards/impl/minion/timewarped-dragonling.d.ts +2 -0
  341. package/dist/cards/impl/minion/timewarped-dragonling.js +21 -0
  342. package/dist/cards/impl/minion/timewarped-dragonling.js.map +1 -0
  343. package/dist/cards/impl/minion/timewarped-duskmaw.d.ts +2 -0
  344. package/dist/cards/impl/minion/timewarped-duskmaw.js +14 -0
  345. package/dist/cards/impl/minion/timewarped-duskmaw.js.map +1 -0
  346. package/dist/cards/impl/minion/timewarped-electron.d.ts +2 -0
  347. package/dist/cards/impl/minion/timewarped-electron.js +24 -0
  348. package/dist/cards/impl/minion/timewarped-electron.js.map +1 -0
  349. package/dist/cards/impl/minion/timewarped-elegist.d.ts +2 -0
  350. package/dist/cards/impl/minion/timewarped-elegist.js +15 -0
  351. package/dist/cards/impl/minion/timewarped-elegist.js.map +1 -0
  352. package/dist/cards/impl/minion/timewarped-expeditioner.d.ts +2 -0
  353. package/dist/cards/impl/minion/timewarped-expeditioner.js +22 -0
  354. package/dist/cards/impl/minion/timewarped-expeditioner.js.map +1 -0
  355. package/dist/cards/impl/minion/timewarped-festergut.d.ts +2 -0
  356. package/dist/cards/impl/minion/timewarped-festergut.js +20 -0
  357. package/dist/cards/impl/minion/timewarped-festergut.js.map +1 -0
  358. package/dist/cards/impl/minion/timewarped-geist.d.ts +2 -0
  359. package/dist/cards/impl/minion/timewarped-geist.js +13 -0
  360. package/dist/cards/impl/minion/timewarped-geist.js.map +1 -0
  361. package/dist/cards/impl/minion/timewarped-gemsplitter.d.ts +2 -0
  362. package/dist/cards/impl/minion/timewarped-gemsplitter.js +13 -0
  363. package/dist/cards/impl/minion/timewarped-gemsplitter.js.map +1 -0
  364. package/dist/cards/impl/minion/timewarped-geomancer.d.ts +2 -0
  365. package/dist/cards/impl/minion/timewarped-geomancer.js +14 -0
  366. package/dist/cards/impl/minion/timewarped-geomancer.js.map +1 -0
  367. package/dist/cards/impl/minion/timewarped-ghoul-acabra.d.ts +2 -0
  368. package/dist/cards/impl/minion/timewarped-ghoul-acabra.js +12 -0
  369. package/dist/cards/impl/minion/timewarped-ghoul-acabra.js.map +1 -0
  370. package/dist/cards/impl/minion/timewarped-goldrinn.d.ts +2 -0
  371. package/dist/cards/impl/minion/timewarped-goldrinn.js +17 -0
  372. package/dist/cards/impl/minion/timewarped-goldrinn.js.map +1 -0
  373. package/dist/cards/impl/minion/timewarped-grease-bot.d.ts +2 -0
  374. package/dist/cards/impl/minion/timewarped-grease-bot.js +12 -0
  375. package/dist/cards/impl/minion/timewarped-grease-bot.js.map +1 -0
  376. package/dist/cards/impl/minion/timewarped-greenskeeper.d.ts +2 -0
  377. package/dist/cards/impl/minion/timewarped-greenskeeper.js +33 -0
  378. package/dist/cards/impl/minion/timewarped-greenskeeper.js.map +1 -0
  379. package/dist/cards/impl/minion/timewarped-guard.d.ts +2 -0
  380. package/dist/cards/impl/minion/timewarped-guard.js +25 -0
  381. package/dist/cards/impl/minion/timewarped-guard.js.map +1 -0
  382. package/dist/cards/impl/minion/timewarped-hawkstrider.d.ts +2 -0
  383. package/dist/cards/impl/minion/timewarped-hawkstrider.js +25 -0
  384. package/dist/cards/impl/minion/timewarped-hawkstrider.js.map +1 -0
  385. package/dist/cards/impl/minion/timewarped-hooktail.d.ts +2 -0
  386. package/dist/cards/impl/minion/timewarped-hooktail.js +12 -0
  387. package/dist/cards/impl/minion/timewarped-hooktail.js.map +1 -0
  388. package/dist/cards/impl/minion/timewarped-hunter.d.ts +2 -0
  389. package/dist/cards/impl/minion/timewarped-hunter.js +20 -0
  390. package/dist/cards/impl/minion/timewarped-hunter.js.map +1 -0
  391. package/dist/cards/impl/minion/timewarped-hyena.d.ts +2 -0
  392. package/dist/cards/impl/minion/timewarped-hyena.js +18 -0
  393. package/dist/cards/impl/minion/timewarped-hyena.js.map +1 -0
  394. package/dist/cards/impl/minion/timewarped-immortal.d.ts +2 -0
  395. package/dist/cards/impl/minion/timewarped-immortal.js +17 -0
  396. package/dist/cards/impl/minion/timewarped-immortal.js.map +1 -0
  397. package/dist/cards/impl/minion/timewarped-interpreter.d.ts +2 -0
  398. package/dist/cards/impl/minion/timewarped-interpreter.js +12 -0
  399. package/dist/cards/impl/minion/timewarped-interpreter.js.map +1 -0
  400. package/dist/cards/impl/minion/timewarped-jazzer.d.ts +2 -0
  401. package/dist/cards/impl/minion/timewarped-jazzer.js +12 -0
  402. package/dist/cards/impl/minion/timewarped-jazzer.js.map +1 -0
  403. package/dist/cards/impl/minion/timewarped-jelly-belly.d.ts +2 -0
  404. package/dist/cards/impl/minion/timewarped-jelly-belly.js +12 -0
  405. package/dist/cards/impl/minion/timewarped-jelly-belly.js.map +1 -0
  406. package/dist/cards/impl/minion/timewarped-jungle-king.d.ts +2 -0
  407. package/dist/cards/impl/minion/timewarped-jungle-king.js +24 -0
  408. package/dist/cards/impl/minion/timewarped-jungle-king.js.map +1 -0
  409. package/dist/cards/impl/minion/timewarped-karathress.d.ts +2 -0
  410. package/dist/cards/impl/minion/timewarped-karathress.js +13 -0
  411. package/dist/cards/impl/minion/timewarped-karathress.js.map +1 -0
  412. package/dist/cards/impl/minion/timewarped-kilrek.d.ts +2 -0
  413. package/dist/cards/impl/minion/timewarped-kilrek.js +17 -0
  414. package/dist/cards/impl/minion/timewarped-kilrek.js.map +1 -0
  415. package/dist/cards/impl/minion/timewarped-lab-rat.d.ts +2 -0
  416. package/dist/cards/impl/minion/timewarped-lab-rat.js +13 -0
  417. package/dist/cards/impl/minion/timewarped-lab-rat.js.map +1 -0
  418. package/dist/cards/impl/minion/timewarped-lil-quilboar.d.ts +2 -0
  419. package/dist/cards/impl/minion/timewarped-lil-quilboar.js +19 -0
  420. package/dist/cards/impl/minion/timewarped-lil-quilboar.js.map +1 -0
  421. package/dist/cards/impl/minion/timewarped-low-flier.d.ts +2 -0
  422. package/dist/cards/impl/minion/timewarped-low-flier.js +19 -0
  423. package/dist/cards/impl/minion/timewarped-low-flier.js.map +1 -0
  424. package/dist/cards/impl/minion/timewarped-mothership.d.ts +2 -0
  425. package/dist/cards/impl/minion/timewarped-mothership.js +14 -0
  426. package/dist/cards/impl/minion/timewarped-mothership.js.map +1 -0
  427. package/dist/cards/impl/minion/timewarped-mrrrglr.d.ts +2 -0
  428. package/dist/cards/impl/minion/timewarped-mrrrglr.js +25 -0
  429. package/dist/cards/impl/minion/timewarped-mrrrglr.js.map +1 -0
  430. package/dist/cards/impl/minion/timewarped-murcules.d.ts +2 -0
  431. package/dist/cards/impl/minion/timewarped-murcules.js +16 -0
  432. package/dist/cards/impl/minion/timewarped-murcules.js.map +1 -0
  433. package/dist/cards/impl/minion/timewarped-murk-eye.d.ts +2 -0
  434. package/dist/cards/impl/minion/timewarped-murk-eye.js +20 -0
  435. package/dist/cards/impl/minion/timewarped-murk-eye.js.map +1 -0
  436. package/dist/cards/impl/minion/timewarped-murky.d.ts +2 -0
  437. package/dist/cards/impl/minion/timewarped-murky.js +13 -0
  438. package/dist/cards/impl/minion/timewarped-murky.js.map +1 -0
  439. package/dist/cards/impl/minion/timewarped-nalaa.d.ts +2 -0
  440. package/dist/cards/impl/minion/timewarped-nalaa.js +12 -0
  441. package/dist/cards/impl/minion/timewarped-nalaa.js.map +1 -0
  442. package/dist/cards/impl/minion/timewarped-nellies-ship.d.ts +2 -0
  443. package/dist/cards/impl/minion/timewarped-nellies-ship.js +22 -0
  444. package/dist/cards/impl/minion/timewarped-nellies-ship.js.map +1 -0
  445. package/dist/cards/impl/minion/timewarped-painter.d.ts +2 -0
  446. package/dist/cards/impl/minion/timewarped-painter.js +19 -0
  447. package/dist/cards/impl/minion/timewarped-painter.js.map +1 -0
  448. package/dist/cards/impl/minion/timewarped-paleofin.d.ts +2 -0
  449. package/dist/cards/impl/minion/timewarped-paleofin.js +13 -0
  450. package/dist/cards/impl/minion/timewarped-paleofin.js.map +1 -0
  451. package/dist/cards/impl/minion/timewarped-pashmar.d.ts +2 -0
  452. package/dist/cards/impl/minion/timewarped-pashmar.js +20 -0
  453. package/dist/cards/impl/minion/timewarped-pashmar.js.map +1 -0
  454. package/dist/cards/impl/minion/timewarped-peggy.d.ts +2 -0
  455. package/dist/cards/impl/minion/timewarped-peggy.js +12 -0
  456. package/dist/cards/impl/minion/timewarped-peggy.js.map +1 -0
  457. package/dist/cards/impl/minion/timewarped-pillager.d.ts +2 -0
  458. package/dist/cards/impl/minion/timewarped-pillager.js +14 -0
  459. package/dist/cards/impl/minion/timewarped-pillager.js.map +1 -0
  460. package/dist/cards/impl/minion/timewarped-piper.d.ts +2 -0
  461. package/dist/cards/impl/minion/timewarped-piper.js +16 -0
  462. package/dist/cards/impl/minion/timewarped-piper.js.map +1 -0
  463. package/dist/cards/impl/minion/timewarped-primscale.d.ts +2 -0
  464. package/dist/cards/impl/minion/timewarped-primscale.js +14 -0
  465. package/dist/cards/impl/minion/timewarped-primscale.js.map +1 -0
  466. package/dist/cards/impl/minion/timewarped-probius.d.ts +2 -0
  467. package/dist/cards/impl/minion/timewarped-probius.js +16 -0
  468. package/dist/cards/impl/minion/timewarped-probius.js.map +1 -0
  469. package/dist/cards/impl/minion/timewarped-promo-drake.d.ts +2 -0
  470. package/dist/cards/impl/minion/timewarped-promo-drake.js +19 -0
  471. package/dist/cards/impl/minion/timewarped-promo-drake.js.map +1 -0
  472. package/dist/cards/impl/minion/timewarped-radio-star.d.ts +2 -0
  473. package/dist/cards/impl/minion/timewarped-radio-star.js +20 -0
  474. package/dist/cards/impl/minion/timewarped-radio-star.js.map +1 -0
  475. package/dist/cards/impl/minion/timewarped-ragnaros.d.ts +2 -0
  476. package/dist/cards/impl/minion/timewarped-ragnaros.js +18 -0
  477. package/dist/cards/impl/minion/timewarped-ragnaros.js.map +1 -0
  478. package/dist/cards/impl/minion/timewarped-recycler.d.ts +2 -0
  479. package/dist/cards/impl/minion/timewarped-recycler.js +10 -0
  480. package/dist/cards/impl/minion/timewarped-recycler.js.map +1 -0
  481. package/dist/cards/impl/minion/timewarped-red-whelp.d.ts +2 -0
  482. package/dist/cards/impl/minion/timewarped-red-whelp.js +19 -0
  483. package/dist/cards/impl/minion/timewarped-red-whelp.js.map +1 -0
  484. package/dist/cards/impl/minion/timewarped-rewinder.d.ts +2 -0
  485. package/dist/cards/impl/minion/timewarped-rewinder.js +14 -0
  486. package/dist/cards/impl/minion/timewarped-rewinder.js.map +1 -0
  487. package/dist/cards/impl/minion/timewarped-riplash.d.ts +2 -0
  488. package/dist/cards/impl/minion/timewarped-riplash.js +14 -0
  489. package/dist/cards/impl/minion/timewarped-riplash.js.map +1 -0
  490. package/dist/cards/impl/minion/timewarped-sapper.d.ts +2 -0
  491. package/dist/cards/impl/minion/timewarped-sapper.js +14 -0
  492. package/dist/cards/impl/minion/timewarped-sapper.js.map +1 -0
  493. package/dist/cards/impl/minion/timewarped-saurolisk.d.ts +2 -0
  494. package/dist/cards/impl/minion/timewarped-saurolisk.js +13 -0
  495. package/dist/cards/impl/minion/timewarped-saurolisk.js.map +1 -0
  496. package/dist/cards/impl/minion/timewarped-scourfin.d.ts +2 -0
  497. package/dist/cards/impl/minion/timewarped-scourfin.js +25 -0
  498. package/dist/cards/impl/minion/timewarped-scourfin.js.map +1 -0
  499. package/dist/cards/impl/minion/timewarped-sea-glass.d.ts +2 -0
  500. package/dist/cards/impl/minion/timewarped-sea-glass.js +18 -0
  501. package/dist/cards/impl/minion/timewarped-sea-glass.js.map +1 -0
  502. package/dist/cards/impl/minion/timewarped-sellemental.d.ts +2 -0
  503. package/dist/cards/impl/minion/timewarped-sellemental.js +13 -0
  504. package/dist/cards/impl/minion/timewarped-sellemental.js.map +1 -0
  505. package/dist/cards/impl/minion/timewarped-sensei.d.ts +2 -0
  506. package/dist/cards/impl/minion/timewarped-sensei.js +20 -0
  507. package/dist/cards/impl/minion/timewarped-sensei.js.map +1 -0
  508. package/dist/cards/impl/minion/timewarped-shadowdancer.d.ts +2 -0
  509. package/dist/cards/impl/minion/timewarped-shadowdancer.js +23 -0
  510. package/dist/cards/impl/minion/timewarped-shadowdancer.js.map +1 -0
  511. package/dist/cards/impl/minion/timewarped-spirit-of-air.d.ts +2 -0
  512. package/dist/cards/impl/minion/timewarped-spirit-of-air.js +33 -0
  513. package/dist/cards/impl/minion/timewarped-spirit-of-air.js.map +1 -0
  514. package/dist/cards/impl/minion/timewarped-sporebat.d.ts +2 -0
  515. package/dist/cards/impl/minion/timewarped-sporebat.js +18 -0
  516. package/dist/cards/impl/minion/timewarped-sporebat.js.map +1 -0
  517. package/dist/cards/impl/minion/timewarped-steamer.d.ts +2 -0
  518. package/dist/cards/impl/minion/timewarped-steamer.js +13 -0
  519. package/dist/cards/impl/minion/timewarped-steamer.js.map +1 -0
  520. package/dist/cards/impl/minion/timewarped-stoneshell.d.ts +0 -0
  521. package/dist/cards/impl/minion/timewarped-stoneshell.js +1 -0
  522. package/dist/cards/impl/minion/timewarped-stoneshell.js.map +1 -0
  523. package/dist/cards/impl/minion/timewarped-stormcloud.d.ts +2 -0
  524. package/dist/cards/impl/minion/timewarped-stormcloud.js +20 -0
  525. package/dist/cards/impl/minion/timewarped-stormcloud.js.map +1 -0
  526. package/dist/cards/impl/minion/timewarped-substrate.d.ts +2 -0
  527. package/dist/cards/impl/minion/timewarped-substrate.js +13 -0
  528. package/dist/cards/impl/minion/timewarped-substrate.js.map +1 -0
  529. package/dist/cards/impl/minion/timewarped-sylvar.d.ts +2 -0
  530. package/dist/cards/impl/minion/timewarped-sylvar.js +18 -0
  531. package/dist/cards/impl/minion/timewarped-sylvar.js.map +1 -0
  532. package/dist/cards/impl/minion/timewarped-tamuzo.d.ts +2 -0
  533. package/dist/cards/impl/minion/timewarped-tamuzo.js +12 -0
  534. package/dist/cards/impl/minion/timewarped-tamuzo.js.map +1 -0
  535. package/dist/cards/impl/minion/timewarped-tender.d.ts +2 -0
  536. package/dist/cards/impl/minion/timewarped-tender.js +13 -0
  537. package/dist/cards/impl/minion/timewarped-tender.js.map +1 -0
  538. package/dist/cards/impl/minion/timewarped-thorncaller.d.ts +2 -0
  539. package/dist/cards/impl/minion/timewarped-thorncaller.js +20 -0
  540. package/dist/cards/impl/minion/timewarped-thorncaller.js.map +1 -0
  541. package/dist/cards/impl/minion/timewarped-tide-razor.d.ts +2 -0
  542. package/dist/cards/impl/minion/timewarped-tide-razor.js +22 -0
  543. package/dist/cards/impl/minion/timewarped-tide-razor.js.map +1 -0
  544. package/dist/cards/impl/minion/timewarped-tony.d.ts +2 -0
  545. package/dist/cards/impl/minion/timewarped-tony.js +14 -0
  546. package/dist/cards/impl/minion/timewarped-tony.js.map +1 -0
  547. package/dist/cards/impl/minion/timewarped-trickster.d.ts +2 -0
  548. package/dist/cards/impl/minion/timewarped-trickster.js +23 -0
  549. package/dist/cards/impl/minion/timewarped-trickster.js.map +1 -0
  550. package/dist/cards/impl/minion/timewarped-twirler.d.ts +2 -0
  551. package/dist/cards/impl/minion/timewarped-twirler.js +33 -0
  552. package/dist/cards/impl/minion/timewarped-twirler.js.map +1 -0
  553. package/dist/cards/impl/minion/timewarped-ultralisk.d.ts +2 -0
  554. package/dist/cards/impl/minion/timewarped-ultralisk.js +13 -0
  555. package/dist/cards/impl/minion/timewarped-ultralisk.js.map +1 -0
  556. package/dist/cards/impl/minion/timewarped-vaelastrasz.d.ts +2 -0
  557. package/dist/cards/impl/minion/timewarped-vaelastrasz.js +15 -0
  558. package/dist/cards/impl/minion/timewarped-vaelastrasz.js.map +1 -0
  559. package/dist/cards/impl/minion/timewarped-warghoul.d.ts +2 -0
  560. package/dist/cards/impl/minion/timewarped-warghoul.js +23 -0
  561. package/dist/cards/impl/minion/timewarped-warghoul.js.map +1 -0
  562. package/dist/cards/impl/minion/timewarped-whelp-smuggler.d.ts +2 -0
  563. package/dist/cards/impl/minion/timewarped-whelp-smuggler.js +14 -0
  564. package/dist/cards/impl/minion/timewarped-whelp-smuggler.js.map +1 -0
  565. package/dist/cards/impl/minion/tomb-pillager.d.ts +2 -0
  566. package/dist/cards/impl/minion/tomb-pillager.js +13 -0
  567. package/dist/cards/impl/minion/tomb-pillager.js.map +1 -0
  568. package/dist/cards/impl/minion/transmuted-bramblewitch.js +3 -0
  569. package/dist/cards/impl/minion/transmuted-bramblewitch.js.map +1 -1
  570. package/dist/cards/impl/minion/trench-fighter.d.ts +2 -0
  571. package/dist/cards/impl/minion/trench-fighter.js +14 -0
  572. package/dist/cards/impl/minion/trench-fighter.js.map +1 -0
  573. package/dist/cards/impl/minion/tusked-camper.js +1 -1
  574. package/dist/cards/impl/minion/tusked-camper.js.map +1 -1
  575. package/dist/cards/impl/minion/twilight-broodmother.d.ts +2 -0
  576. package/dist/cards/impl/minion/twilight-broodmother.js +17 -0
  577. package/dist/cards/impl/minion/twilight-broodmother.js.map +1 -0
  578. package/dist/cards/impl/minion/twilight-hatchling.d.ts +2 -0
  579. package/dist/cards/impl/minion/twilight-hatchling.js +19 -0
  580. package/dist/cards/impl/minion/twilight-hatchling.js.map +1 -0
  581. package/dist/cards/impl/minion/unforgiving-treant.d.ts +2 -0
  582. package/dist/cards/impl/minion/unforgiving-treant.js +14 -0
  583. package/dist/cards/impl/minion/unforgiving-treant.js.map +1 -0
  584. package/dist/cards/impl/minion/whelp-watcher.d.ts +2 -0
  585. package/dist/cards/impl/minion/whelp-watcher.js +34 -0
  586. package/dist/cards/impl/minion/whelp-watcher.js.map +1 -0
  587. package/dist/cards/impl/minion/whirling-lass-o-matic.d.ts +2 -0
  588. package/dist/cards/impl/minion/whirling-lass-o-matic.js +14 -0
  589. package/dist/cards/impl/minion/whirling-lass-o-matic.js.map +1 -0
  590. package/dist/cards/impl/minion/witchwing-nestmatron.d.ts +2 -0
  591. package/dist/cards/impl/minion/witchwing-nestmatron.js +18 -0
  592. package/dist/cards/impl/minion/witchwing-nestmatron.js.map +1 -0
  593. package/dist/cards/impl/spellcraft/anglers-lure.d.ts +2 -0
  594. package/dist/cards/impl/spellcraft/anglers-lure.js +20 -0
  595. package/dist/cards/impl/spellcraft/anglers-lure.js.map +1 -0
  596. package/dist/cards/impl/spellcraft/azsharas-hatchery.d.ts +2 -0
  597. package/dist/cards/impl/spellcraft/azsharas-hatchery.js +20 -0
  598. package/dist/cards/impl/spellcraft/azsharas-hatchery.js.map +1 -0
  599. package/dist/cards/impl/spellcraft/deep-blues.d.ts +2 -0
  600. package/dist/cards/impl/spellcraft/deep-blues.js +18 -0
  601. package/dist/cards/impl/spellcraft/deep-blues.js.map +1 -0
  602. package/dist/cards/impl/spellcraft/escape-eruption.d.ts +2 -0
  603. package/dist/cards/impl/spellcraft/escape-eruption.js +23 -0
  604. package/dist/cards/impl/spellcraft/escape-eruption.js.map +1 -0
  605. package/dist/cards/impl/spellcraft/evolving-strategy.d.ts +2 -0
  606. package/dist/cards/impl/spellcraft/evolving-strategy.js +19 -0
  607. package/dist/cards/impl/spellcraft/evolving-strategy.js.map +1 -0
  608. package/dist/cards/impl/spellcraft/glowing-crown.d.ts +2 -0
  609. package/dist/cards/impl/spellcraft/glowing-crown.js +17 -0
  610. package/dist/cards/impl/spellcraft/glowing-crown.js.map +1 -0
  611. package/dist/cards/impl/spellcraft/gold-gun.d.ts +2 -0
  612. package/dist/cards/impl/spellcraft/gold-gun.js +22 -0
  613. package/dist/cards/impl/spellcraft/gold-gun.js.map +1 -0
  614. package/dist/cards/impl/spellcraft/harvested-pearl.d.ts +2 -0
  615. package/dist/cards/impl/spellcraft/harvested-pearl.js +17 -0
  616. package/dist/cards/impl/spellcraft/harvested-pearl.js.map +1 -0
  617. package/dist/cards/impl/spellcraft/just-keep-swimming.d.ts +2 -0
  618. package/dist/cards/impl/spellcraft/just-keep-swimming.js +23 -0
  619. package/dist/cards/impl/spellcraft/just-keep-swimming.js.map +1 -0
  620. package/dist/cards/impl/spellcraft/meditation.d.ts +2 -0
  621. package/dist/cards/impl/spellcraft/meditation.js +15 -0
  622. package/dist/cards/impl/spellcraft/meditation.js.map +1 -0
  623. package/dist/cards/impl/spellcraft/mini-trident.d.ts +2 -0
  624. package/dist/cards/impl/spellcraft/mini-trident.js +18 -0
  625. package/dist/cards/impl/spellcraft/mini-trident.js.map +1 -0
  626. package/dist/cards/impl/spellcraft/reinvigoration.d.ts +2 -0
  627. package/dist/cards/impl/spellcraft/reinvigoration.js +24 -0
  628. package/dist/cards/impl/spellcraft/reinvigoration.js.map +1 -0
  629. package/dist/cards/impl/spellcraft/rime-or-reason.d.ts +2 -0
  630. package/dist/cards/impl/spellcraft/rime-or-reason.js +18 -0
  631. package/dist/cards/impl/spellcraft/rime-or-reason.js.map +1 -0
  632. package/dist/cards/impl/spellcraft/rushing-winds.d.ts +2 -0
  633. package/dist/cards/impl/spellcraft/rushing-winds.js +19 -0
  634. package/dist/cards/impl/spellcraft/rushing-winds.js.map +1 -0
  635. package/dist/cards/impl/spellcraft/sick-riffs.d.ts +2 -0
  636. package/dist/cards/impl/spellcraft/sick-riffs.js +19 -0
  637. package/dist/cards/impl/spellcraft/sick-riffs.js.map +1 -0
  638. package/dist/cards/impl/spellcraft/sunken-spells.d.ts +2 -0
  639. package/dist/cards/impl/spellcraft/sunken-spells.js +18 -0
  640. package/dist/cards/impl/spellcraft/sunken-spells.js.map +1 -0
  641. package/dist/cards/impl/spellcraft/surging-scales.d.ts +2 -0
  642. package/dist/cards/impl/spellcraft/surging-scales.js +24 -0
  643. package/dist/cards/impl/spellcraft/surging-scales.js.map +1 -0
  644. package/dist/cards/impl/spellcraft/thaumaturgy.d.ts +2 -0
  645. package/dist/cards/impl/spellcraft/thaumaturgy.js +19 -0
  646. package/dist/cards/impl/spellcraft/thaumaturgy.js.map +1 -0
  647. package/dist/cards/impl/spellcraft/the-golden-hammer.d.ts +2 -0
  648. package/dist/cards/impl/spellcraft/the-golden-hammer.js +17 -0
  649. package/dist/cards/impl/spellcraft/the-golden-hammer.js.map +1 -0
  650. package/dist/cards/impl/spellcraft/timewarped-crown.d.ts +2 -0
  651. package/dist/cards/impl/spellcraft/timewarped-crown.js +20 -0
  652. package/dist/cards/impl/spellcraft/timewarped-crown.js.map +1 -0
  653. package/dist/cards/impl/spellcraft/timewarped-eelectrify.d.ts +2 -0
  654. package/dist/cards/impl/spellcraft/timewarped-eelectrify.js +21 -0
  655. package/dist/cards/impl/spellcraft/timewarped-eelectrify.js.map +1 -0
  656. package/dist/cards/impl/spellcraft/timewarped-shoal.d.ts +2 -0
  657. package/dist/cards/impl/spellcraft/timewarped-shoal.js +25 -0
  658. package/dist/cards/impl/spellcraft/timewarped-shoal.js.map +1 -0
  659. package/dist/cards/impl/spellcraft/undersea-mount.d.ts +2 -0
  660. package/dist/cards/impl/spellcraft/undersea-mount.js +24 -0
  661. package/dist/cards/impl/spellcraft/undersea-mount.js.map +1 -0
  662. package/dist/cards/impl/trinket/ghostly-ymirjar.d.ts +2 -0
  663. package/dist/cards/impl/trinket/ghostly-ymirjar.js +10 -0
  664. package/dist/cards/impl/trinket/ghostly-ymirjar.js.map +1 -0
  665. package/dist/cards/impl/trinket/hogwash-basin.js +1 -1
  666. package/dist/cards/impl/trinket/hogwash-basin.js.map +1 -1
  667. package/dist/cards/impl/trinket/saltscale-honcho.d.ts +2 -0
  668. package/dist/cards/impl/trinket/saltscale-honcho.js +23 -0
  669. package/dist/cards/impl/trinket/saltscale-honcho.js.map +1 -0
  670. package/dist/cards/impl/trinket/sepulchral-sergent.d.ts +2 -0
  671. package/dist/cards/impl/trinket/sepulchral-sergent.js +18 -0
  672. package/dist/cards/impl/trinket/sepulchral-sergent.js.map +1 -0
  673. package/dist/cards/impl/trinket/wintergrasp-ghoul.d.ts +2 -0
  674. package/dist/cards/impl/trinket/wintergrasp-ghoul.js +14 -0
  675. package/dist/cards/impl/trinket/wintergrasp-ghoul.js.map +1 -0
  676. package/dist/keywords/divine-shield.d.ts +1 -0
  677. package/dist/keywords/divine-shield.js +5 -14
  678. package/dist/keywords/divine-shield.js.map +1 -1
  679. package/dist/mechanics/cast-tavern-spell.d.ts +3 -0
  680. package/dist/mechanics/cast-tavern-spell.js +34 -0
  681. package/dist/mechanics/cast-tavern-spell.js.map +1 -0
  682. package/dist/mechanics/rally.d.ts +7 -0
  683. package/dist/mechanics/rally.js +76 -0
  684. package/dist/mechanics/rally.js.map +1 -0
  685. package/dist/services/card-ids.d.ts +948 -9
  686. package/dist/services/card-ids.js.map +1 -1
  687. package/dist/services/utils.d.ts +1 -0
  688. package/dist/services/utils.js +13 -1
  689. package/dist/services/utils.js.map +1 -1
  690. package/dist/simulation/add-minion-to-board.js +12 -3
  691. package/dist/simulation/add-minion-to-board.js.map +1 -1
  692. package/dist/simulation/after-attack.js +1 -1
  693. package/dist/simulation/after-attack.js.map +1 -1
  694. package/dist/simulation/attack.d.ts +1 -1
  695. package/dist/simulation/attack.js +3 -3
  696. package/dist/simulation/attack.js.map +1 -1
  697. package/dist/simulation/auras.js +3 -1
  698. package/dist/simulation/auras.js.map +1 -1
  699. package/dist/simulation/avenge.js +1 -18
  700. package/dist/simulation/avenge.js.map +1 -1
  701. package/dist/simulation/battlecries.js +27 -17
  702. package/dist/simulation/battlecries.js.map +1 -1
  703. package/dist/simulation/blood-gems.d.ts +18 -1
  704. package/dist/simulation/blood-gems.js +51 -23
  705. package/dist/simulation/blood-gems.js.map +1 -1
  706. package/dist/simulation/damage-effects.js +11 -0
  707. package/dist/simulation/damage-effects.js.map +1 -1
  708. package/dist/simulation/deathrattle-effects.js +16 -14
  709. package/dist/simulation/deathrattle-effects.js.map +1 -1
  710. package/dist/simulation/deathrattle-spawns.js +6 -76
  711. package/dist/simulation/deathrattle-spawns.js.map +1 -1
  712. package/dist/simulation/deathrattle-utils.d.ts +1 -0
  713. package/dist/simulation/deathrattle-utils.js +23 -21
  714. package/dist/simulation/deathrattle-utils.js.map +1 -1
  715. package/dist/simulation/magnetize.d.ts +11 -1
  716. package/dist/simulation/magnetize.js +57 -39
  717. package/dist/simulation/magnetize.js.map +1 -1
  718. package/dist/simulation/minion-kill.js +0 -11
  719. package/dist/simulation/minion-kill.js.map +1 -1
  720. package/dist/simulation/on-attack.js +5 -72
  721. package/dist/simulation/on-attack.js.map +1 -1
  722. package/dist/simulation/reborn.js +0 -6
  723. package/dist/simulation/reborn.js.map +1 -1
  724. package/dist/simulation/spawn-fail.js +13 -0
  725. package/dist/simulation/spawn-fail.js.map +1 -1
  726. package/dist/simulation/spawns.d.ts +1 -1
  727. package/dist/simulation/spawns.js +2 -2
  728. package/dist/simulation/spawns.js.map +1 -1
  729. package/dist/simulation/start-of-combat/soc-action-processor.js +0 -8
  730. package/dist/simulation/start-of-combat/soc-action-processor.js.map +1 -1
  731. package/dist/simulation/stats.js +3 -0
  732. package/dist/simulation/stats.js.map +1 -1
  733. package/dist/simulation/utils/golden.d.ts +2 -2
  734. package/dist/simulation/utils/golden.js.map +1 -1
  735. package/dist/utils.d.ts +3 -1
  736. package/dist/utils.js +18 -2
  737. package/dist/utils.js.map +1 -1
  738. package/package.json +1 -1
@@ -88,7 +88,6 @@ export declare const enum CardIds {
88
88
  Aviana = "AT_045",
89
89
  Aviana_EmpoweringMistEnchantment = "AT_045e",
90
90
  EmpoweringMist_MistcallerDeckEnchEnchantment = "AT_045ee",
91
- MistcallerDeckEnch_AvianasBlessingEnchantment = "AT_045eee",
92
91
  TuskarrTotemic = "AT_046",
93
92
  DraeneiTotemcarver_AT_047 = "AT_047",
94
93
  DraeneiTotemcarver_ExperiencedEnchantment = "AT_047e",
@@ -1155,6 +1154,7 @@ export declare const enum CardIds {
1155
1154
  SkySailorGalewing = "BG20_HERO_283_SKIN_D4",
1156
1155
  LanternStringerGalewing_BG20_HERO_283_SKIN_E = "BG20_HERO_283_SKIN_E",
1157
1156
  EternalGalewing_BG20_HERO_283_SKIN_F = "BG20_HERO_283_SKIN_F",
1157
+ InfiniteGalewing_BG20_HERO_283_SKIN_G = "BG20_HERO_283_SKIN_G",
1158
1158
  Galewing_DungarsGryphon = "BG20_HERO_283p",
1159
1159
  WestfallToken = "BG20_HERO_283p_t1",
1160
1160
  Westfall_WestfallEnchantment = "BG20_HERO_283p_t1e",
@@ -1181,7 +1181,6 @@ export declare const enum CardIds {
1181
1181
  PalescaleCrocolisk_PalescalesEnchantment_BG21_001e = "BG21_001e",
1182
1182
  BirdBuddy_BG21_002 = "BG21_002",
1183
1183
  BirdBuddy_BG21_002_G = "BG21_002_G",
1184
- BirdBuddy_WellFedEnchantment_BG21_002_Ge = "BG21_002_Ge",
1185
1184
  BirdBuddy_WellFedEnchantment_BG21_002e = "BG21_002e",
1186
1185
  InsatiableUrzul_BG21_004 = "BG21_004",
1187
1186
  InsatiableUrzul_BG21_004_G = "BG21_004_G",
@@ -1261,8 +1260,6 @@ export declare const enum CardIds {
1261
1260
  LynxriderCariel_BG21_HERO_000_SKIN_F = "BG21_HERO_000_SKIN_F",
1262
1261
  CarielRoame_CarielWatcherEnchantment = "BG21_HERO_000e",
1263
1262
  CarielRoame_Conviction = "BG21_HERO_000p",
1264
- CarielRoame_ConvictionRank2 = "BG21_HERO_000p2",
1265
- CarielRoame_ConvictionRank3 = "BG21_HERO_000p3",
1266
1263
  UnitedStanceToken = "BG21_HERO_000p_t1",
1267
1264
  Conviction_BlessedEnchantment = "BG21_HERO_000pe",
1268
1265
  ScabbsCutterbutter_BG21_HERO_010 = "BG21_HERO_010",
@@ -1281,6 +1278,7 @@ export declare const enum CardIds {
1281
1278
  YshaarjCookie_BG21_HERO_020_SKIN_C = "BG21_HERO_020_SKIN_C",
1282
1279
  DumplingChefCookie_BG21_HERO_020_SKIN_D = "BG21_HERO_020_SKIN_D",
1283
1280
  FishingCookie_BG21_HERO_020_SKIN_E = "BG21_HERO_020_SKIN_E",
1281
+ CookieTheInfinite_BG21_HERO_020_SKIN_F = "BG21_HERO_020_SKIN_F",
1284
1282
  CookieTheCook_StirThePot = "BG21_HERO_020p",
1285
1283
  Sneed_BG21_HERO_030 = "BG21_HERO_030",
1286
1284
  PilotedWhirlOTron_BG21_HERO_030_Buddy = "BG21_HERO_030_Buddy",
@@ -1295,6 +1293,7 @@ export declare const enum CardIds {
1295
1293
  SneedsReplicator_ReplicateEnchantment = "BG21_HERO_030pe",
1296
1294
  Sneed_SneedsNewShredderToken_BG21_HERO_030t = "BG21_HERO_030t",
1297
1295
  SneedsNewShredder_BG21_HERO_030t_G = "BG21_HERO_030t_G",
1296
+ SneedsNewShredder_ShredderedEnchantment_BG21_HERO_030te = "BG21_HERO_030te",
1298
1297
  BabyKrush_BG22_001 = "BG22_001",
1299
1298
  BabyKrush_BG22_001_G = "BG22_001_G",
1300
1299
  BabyKrush_BabyKrushEnchantment = "BG22_001e",
@@ -1415,6 +1414,7 @@ export declare const enum CardIds {
1415
1414
  IniStormsuit_BG22_HERO_200_SKIN_C = "BG22_HERO_200_SKIN_C",
1416
1415
  OutdoorsyIni_BG22_HERO_200_SKIN_D = "BG22_HERO_200_SKIN_D",
1417
1416
  ScvIni_BG22_HERO_200_SKIN_E = "BG22_HERO_200_SKIN_E",
1417
+ TimeTravelerIni_BG22_HERO_200_SKIN_F = "BG22_HERO_200_SKIN_F",
1418
1418
  IniStormcoil_Mechgyver = "BG22_HERO_200p",
1419
1419
  AmbassadorFaelin_BG22_HERO_201 = "BG22_HERO_201",
1420
1420
  SubmersibleChef_BG22_HERO_201_Buddy = "BG22_HERO_201_Buddy",
@@ -1424,6 +1424,7 @@ export declare const enum CardIds {
1424
1424
  NobleFaelin_BG22_HERO_201_SKIN_C = "BG22_HERO_201_SKIN_C",
1425
1425
  BenevolentFaelin_BG22_HERO_201_SKIN_D = "BG22_HERO_201_SKIN_D",
1426
1426
  PunkFaelin_BG22_HERO_201_SKIN_E = "BG22_HERO_201_SKIN_E",
1427
+ ZinAshariFaelin_BG22_HERO_201_SKIN_F = "BG22_HERO_201_SKIN_F",
1427
1428
  AmbassadorFaelin_ExpeditionPlans = "BG22_HERO_201p",
1428
1429
  ExpeditionPlans_UnplayableEnchantment = "BG22_HERO_201pe",
1429
1430
  Onyxia_BG22_HERO_305 = "BG22_HERO_305",
@@ -1456,6 +1457,12 @@ export declare const enum CardIds {
1456
1457
  DeepSeaAngler_AnglersLureToken_BG23_004_Gt = "BG23_004_Gt",
1457
1458
  DeepSeaAngler_AnglersLureEnchantment_BG23_004e = "BG23_004e",
1458
1459
  DeepSeaAngler_AnglersLureToken_BG23_004t = "BG23_004t",
1460
+ Waverider_BG23_007 = "BG23_007",
1461
+ Waverider_BG23_007_G = "BG23_007_G",
1462
+ Waverider_UnderseaMountToken_BG23_007_Gt = "BG23_007_Gt",
1463
+ Waverider_PowerOfTheWavesEnchantment_BG23_007e = "BG23_007e",
1464
+ Waverider_WindOfTheWavesEnchantment_BG23_007e2 = "BG23_007e2",
1465
+ Waverider_UnderseaMountToken_BG23_007t = "BG23_007t",
1459
1466
  Glowscale_BG23_008 = "BG23_008",
1460
1467
  Glowscale_BG23_008_G = "BG23_008_G",
1461
1468
  Glowscale_GlowingCrownEnchantment_BG23_008_Ge = "BG23_008_Ge",
@@ -1631,6 +1638,7 @@ export declare const enum CardIds {
1631
1638
  GladiOMechano_BG24_HERO_204_SKIN_B = "BG24_HERO_204_SKIN_B",
1632
1639
  TinOMechano_BG24_HERO_204_SKIN_C = "BG24_HERO_204_SKIN_C",
1633
1640
  ReaveOMechano_BG24_HERO_204_SKIN_D = "BG24_HERO_204_SKIN_D",
1641
+ ClockworkMechano_BG24_HERO_204_SKIN_E = "BG24_HERO_204_SKIN_E",
1634
1642
  EnhanceOMechano_Enhancification = "BG24_HERO_204p",
1635
1643
  Enhancification_EnhanceORebornoEnchantment = "BG24_HERO_204pe",
1636
1644
  Enhancification_EnhanceODivinoEnchantment = "BG24_HERO_204pe2",
@@ -1724,6 +1732,9 @@ export declare const enum CardIds {
1724
1732
  TheGoldenHammer_GoldenHammeredEnchantment = "BG24_Reward_719te",
1725
1733
  RisenRider_BG25_001 = "BG25_001",
1726
1734
  RisenRider_BG25_001_G = "BG25_001_G",
1735
+ GhoulOfTheFeast_BG25_002 = "BG25_002",
1736
+ GhoulOfTheFeast_BG25_002_G = "BG25_002_G",
1737
+ GhoulOfTheFeast_TastyTreatEnchantment_BG25_002e = "BG25_002e",
1727
1738
  RelentlessSentry_BG25_003 = "BG25_003",
1728
1739
  RelentlessSentry_BG25_003_G = "BG25_003_G",
1729
1740
  RelentlessSentry_ReadyToGuardAgainEnchantment_BG25_003e = "BG25_003e",
@@ -2076,6 +2087,14 @@ export declare const enum CardIds {
2076
2087
  OozelingGladiator_BG27_002_G = "BG27_002_G",
2077
2088
  OozelingGladiator_SlimyShieldToken_BG27_002t = "BG27_002t",
2078
2089
  SlimyShield_SlimyEnchantment_BG27_002te = "BG27_002te",
2090
+ SurfNSurf_BG27_004 = "BG27_004",
2091
+ SurfNSurf_BG27_004_G = "BG27_004_G",
2092
+ SurfNSurf_CrabRidingEnchantment_BG27_004_Ge = "BG27_004_Ge",
2093
+ SurfNSurf_CrabMountToken_BG27_004_Gt = "BG27_004_Gt",
2094
+ SurfNSurf_CrabToken_BG27_004_Gt2 = "BG27_004_Gt2",
2095
+ SurfNSurf_CrabRidingEnchantment_BG27_004e = "BG27_004e",
2096
+ SurfNSurf_CrabMountToken_BG27_004t = "BG27_004t",
2097
+ SurfNSurf_CrabToken_BG27_004t2 = "BG27_004t2",
2079
2098
  TimecapnHooktail_BG27_005 = "BG27_005",
2080
2099
  TimecapnHooktail_BG27_005_G = "BG27_005_G",
2081
2100
  TimecapnHooktail_HooktailedEnchantment_BG27_005e = "BG27_005e",
@@ -2273,10 +2292,8 @@ export declare const enum CardIds {
2273
2292
  AxemanThorim_BG27_HERO_801_SKIN_C = "BG27_HERO_801_SKIN_C",
2274
2293
  GreatfatherThorim_BG27_HERO_801_SKIN_D = "BG27_HERO_801_SKIN_D",
2275
2294
  DrakeriderThorim_BG27_HERO_801_SKIN_E = "BG27_HERO_801_SKIN_E",
2276
- ThorimStormlord_ThorimsChampion_BG27_HERO_801p = "BG27_HERO_801p",
2277
2295
  ThorimStormlord_ChooseYourChampion_BG27_HERO_801p2 = "BG27_HERO_801p2",
2278
2296
  ChooseYourChampion_UnplayableEnchantment_BG27_HERO_801p2e = "BG27_HERO_801p2e",
2279
- ThorimsChampion_ThorimWatcherEnchantment_BG27_HERO_801pe3 = "BG27_HERO_801pe3",
2280
2297
  BurnTheEvidence = "BG27_Quest_800",
2281
2298
  PressureTheAuthorities = "BG27_Quest_801",
2282
2299
  RoundUpTheSuspects = "BG27_Quest_802",
@@ -2568,6 +2585,9 @@ export declare const enum CardIds {
2568
2585
  AssistantGuard_BG29_845_G = "BG29_845_G",
2569
2586
  AssistantGuard_AsIsEnchantment_BG29_845e = "BG29_845e",
2570
2587
  AssistantGuard_AsIsTauntEnchantment_BG29_845e2 = "BG29_845e2",
2588
+ UnforgivingTreant_BG29_846 = "BG29_846",
2589
+ UnforgivingTreant_BG29_846_G = "BG29_846_G",
2590
+ UnforgivingTreant_UnforgivenEnchantment_BG29_846e = "BG29_846e",
2571
2591
  BarrensBrawler_BG29_861 = "BG29_861",
2572
2592
  BarrensBrawler_BG29_861_G = "BG29_861_G",
2573
2593
  BarrensConjurer_BG29_862 = "BG29_862",
@@ -2582,6 +2602,7 @@ export declare const enum CardIds {
2582
2602
  AridAtrocity_DesertedGolemToken_BG29_864t = "BG29_864t",
2583
2603
  PrimeMate_BG29_865 = "BG29_865",
2584
2604
  PrimeMate_BG29_865_G = "BG29_865_G",
2605
+ ImpulsiveEnchantment_BG29_866e2 = "BG29_866e2",
2585
2606
  DraconicDeathscale_BG29_870 = "BG29_870",
2586
2607
  DraconicDeathscale_BG29_870_G = "BG29_870_G",
2587
2608
  DraconicDeathscale_SurgingScalesToken_BG29_870_Gt = "BG29_870_Gt",
@@ -3887,6 +3908,546 @@ export declare const enum CardIds {
3887
3908
  PerpetualIncantation_BG33_Reward_020 = "BG33_Reward_020",
3888
3909
  RallyingCry_BG33_Reward_021 = "BG33_Reward_021",
3889
3910
  StatsSetEnchantment_BG33_StatsSetPHEnch = "BG33_StatsSetPHEnch",
3911
+ SpellboundSoul_BG34_110 = "BG34_110",
3912
+ SpellboundSoul_BG34_110_G = "BG34_110_G",
3913
+ SpellboundSoul_SpellboundEnchantment_BG34_110e = "BG34_110e",
3914
+ SepulchralSergeant_BG34_111 = "BG34_111",
3915
+ SepulchralSergeant_BG34_111_G = "BG34_111_G",
3916
+ SepulchralSergeant_SepulchralEnchantment_BG34_111e = "BG34_111e",
3917
+ ExpertAviator_BG34_140 = "BG34_140",
3918
+ ExpertAviator_BG34_140_G = "BG34_140_G",
3919
+ ExpertAviator_AviationEnchantment_BG34_140e2 = "BG34_140e2",
3920
+ CostumeEnthusiast_BG34_142 = "BG34_142",
3921
+ CostumeEnthusiast_BG34_142_G = "BG34_142_G",
3922
+ CostumeEnthusiast_EnthusiasticEnchantment_BG34_142e = "BG34_142e",
3923
+ Dramaloc_BG34_143 = "BG34_143",
3924
+ Dramaloc_BG34_143_G = "BG34_143_G",
3925
+ Dramaloc_DramaticEnchantment_BG34_143e = "BG34_143e",
3926
+ Futurefin_BG34_145 = "BG34_145",
3927
+ Futurefin_BG34_145_G = "BG34_145_G",
3928
+ Futurefin_FuturisticEnchantment_BG34_145e = "BG34_145e",
3929
+ AutoAccelerator_BG34_170 = "BG34_170",
3930
+ AutoAccelerator_BG34_170_G = "BG34_170_G",
3931
+ RedVolumizerEnchantment_BG34_170_Gte = "BG34_170_Gte",
3932
+ AutoAccelerator_VolumizedEnchantment_BG34_170e = "BG34_170e",
3933
+ VolumizerPlayerEnchantDntEnchantment_BG34_170pe = "BG34_170pe",
3934
+ AutoAccelerator_RedVolumizerToken_BG34_170t = "BG34_170t",
3935
+ AutoAccelerator_BlueVolumizerToken_BG34_170t2 = "BG34_170t2",
3936
+ BlueVolumizer_BG34_170t2_G = "BG34_170t2_G",
3937
+ BlueVolumizer_BlueVolumizerEnchantment_BG34_170t2_Ge = "BG34_170t2_Ge",
3938
+ BlueVolumizer_BlueVolumizerEnchantment_BG34_170t2e = "BG34_170t2e",
3939
+ AutoAccelerator_GreenVolumizerToken_BG34_170t3 = "BG34_170t3",
3940
+ GreenVolumizer_BG34_170t3_G = "BG34_170t3_G",
3941
+ GreenVolumizer_GreenVolumizerEnchantment_BG34_170t3_Ge = "BG34_170t3_Ge",
3942
+ GreenVolumizer_GreenVolumizerEnchantment_BG34_170t3e = "BG34_170t3e",
3943
+ RedVolumizer_BG34_170t_G = "BG34_170t_G",
3944
+ RedVolumizer_RedVolumizerEnchantment_BG34_170te = "BG34_170te",
3945
+ ConveyorConstruct_BG34_171 = "BG34_171",
3946
+ ConveyorConstruct_BG34_171_G = "BG34_171_G",
3947
+ ApexisGuardian_BG34_173 = "BG34_173",
3948
+ ApexisGuardian_BG34_173_G = "BG34_173_G",
3949
+ MagicMetalheap_BG34_174 = "BG34_174",
3950
+ MagicMetalheap_BG34_174_G = "BG34_174_G",
3951
+ JunkJouster_BG34_175 = "BG34_175",
3952
+ JunkJouster_BG34_175_G = "BG34_175_G",
3953
+ JunkJouster_JoustedEnchantment_BG34_175e = "BG34_175e",
3954
+ MetalDispenser_BG34_176 = "BG34_176",
3955
+ MetalDispenser_BG34_176_G = "BG34_176_G",
3956
+ DoubleDemolisher_BG34_177 = "BG34_177",
3957
+ DoubleDemolisher_BG34_177_G = "BG34_177_G",
3958
+ MintedCorsair_BG34_230 = "BG34_230",
3959
+ MintedCorsair_BG34_230_G = "BG34_230_G",
3960
+ IndustriousDeckhand_BG34_234 = "BG34_234",
3961
+ IndustriousDeckhand_BG34_234_G = "BG34_234_G",
3962
+ VisionaryShipman_BG34_235 = "BG34_235",
3963
+ VisionaryShipman_BG34_235_G = "BG34_235_G",
3964
+ CannonCorsair_BG34_236 = "BG34_236",
3965
+ CannonCorsair_BG34_236_G = "BG34_236_G",
3966
+ CannonCorsair_CorsairsChargeEnchantment_BG34_236e = "BG34_236e",
3967
+ HardyOrca_BG34_312 = "BG34_312",
3968
+ HardyOrca_BG34_312_G = "BG34_312_G",
3969
+ HardyOrca_HardyEnchantment_BG34_312e = "BG34_312e",
3970
+ Psychus_BG34_318 = "BG34_318",
3971
+ Psychus_BG34_318_G = "BG34_318_G",
3972
+ Psychus_PsychedOutEnchantment_BG34_318e = "BG34_318e",
3973
+ HighkeeperRa_BG34_319 = "BG34_319",
3974
+ HighkeeperRa_BG34_319_G = "BG34_319_G",
3975
+ TheLastOneStanding_BG34_320 = "BG34_320",
3976
+ TheLastOneStanding_BG34_320_G = "BG34_320_G",
3977
+ TheLastOneStanding_TimeTestedEnchantment_BG34_320e = "BG34_320e",
3978
+ RabidPanther_BG34_321 = "BG34_321",
3979
+ RabidPanther_BG34_321_G = "BG34_321_G",
3980
+ RabidPanther_RagingAndRabidEnchantment_BG34_321e = "BG34_321e",
3981
+ StalwartKodo_BG34_322 = "BG34_322",
3982
+ StalwartKodo_BG34_322_G = "BG34_322_G",
3983
+ StalwartKodo_StalwartEnchantment_BG34_322e = "BG34_322e",
3984
+ AranasiAlchemist_BG34_325 = "BG34_325",
3985
+ AranasiAlchemist_BG34_325_G = "BG34_325_G",
3986
+ SearchThroughTime_BG34_330 = "BG34_330",
3987
+ EasterlyWinds_BG34_444 = "BG34_444",
3988
+ FlamingEnforcer_BG34_500 = "BG34_500",
3989
+ FlamingEnforcer_BG34_500_G = "BG34_500_G",
3990
+ SpiritDrake_BG34_520 = "BG34_520",
3991
+ SpiritDrake_BG34_520_G = "BG34_520_G",
3992
+ Plankwalker_BG34_521 = "BG34_521",
3993
+ Plankwalker_BG34_521_G = "BG34_521_G",
3994
+ Plankwalker_WalkedThePlankEnchantment_BG34_521e = "BG34_521e",
3995
+ HuntingTigerShark_BG34_523 = "BG34_523",
3996
+ HuntingTigerShark_BG34_523_G = "BG34_523_G",
3997
+ HeroicUnderdog_BG34_604 = "BG34_604",
3998
+ HeroicUnderdog_BG34_604_G = "BG34_604_G",
3999
+ HeroicUnderdog_UnderdogsCourageEnchantment_BG34_604e = "BG34_604e",
4000
+ TwilightHatchling_BG34_630 = "BG34_630",
4001
+ TwilightHatchling_BG34_630_G = "BG34_630_G",
4002
+ TwilightHatchling_TwilightWhelpToken_BG34_630_Gt = "BG34_630_Gt",
4003
+ TwilightHatchling_TwilightWhelpToken_BG34_630t = "BG34_630t",
4004
+ WhelpWatcher_BG34_631 = "BG34_631",
4005
+ WhelpWatcher_BG34_631_G = "BG34_631_G",
4006
+ HotRodEnchantment_BG34_640_Ge = "BG34_640_Ge",
4007
+ HotRodEnchantment_BG34_640e = "BG34_640e",
4008
+ PrehistoricTinkerer_BG34_641 = "BG34_641",
4009
+ PrehistoricTinkerer_BG34_641_G = "BG34_641_G",
4010
+ PrehistoricTinkerer_TinkeredWithEnchantment_BG34_641e = "BG34_641e",
4011
+ WorgenExecutive_BG34_650 = "BG34_650",
4012
+ WorgenExecutive_BG34_650_G = "BG34_650_G",
4013
+ Archaedas_BG34_651 = "BG34_651",
4014
+ Archaedas_BG34_651_G = "BG34_651_G",
4015
+ QuilledCabbie_BG34_681 = "BG34_681",
4016
+ QuilledCabbie_BG34_681_G = "BG34_681_G",
4017
+ RazorfenFlapper_BG34_682 = "BG34_682",
4018
+ RazorfenFlapper_BG34_682_G = "BG34_682_G",
4019
+ BriarbackDrummer_BG34_683 = "BG34_683",
4020
+ BriarbackDrummer_BG34_683_G = "BG34_683_G",
4021
+ TrenchFighter_BG34_684 = "BG34_684",
4022
+ TrenchFighter_BG34_684_G = "BG34_684_G",
4023
+ BloodGemBarrage_BG34_689 = "BG34_689",
4024
+ BloodGemBarrage_BloodGemBarragePlayerEnchDntEnchantment_BG34_689e2 = "BG34_689e2",
4025
+ EmbalmingExpert_BG34_691 = "BG34_691",
4026
+ EmbalmingExpert_BG34_691_G = "BG34_691_G",
4027
+ EmbalmingExpert_EmbalmedEnchantment_BG34_691e = "BG34_691e",
4028
+ ForsakenWeaver_BG34_692 = "BG34_692",
4029
+ ForsakenWeaver_BG34_692_G = "BG34_692_G",
4030
+ WintergraspGhoul_BG34_694 = "BG34_694",
4031
+ WintergraspGhoul_BG34_694_G = "BG34_694_G",
4032
+ GhostlyYmirjar_BG34_697 = "BG34_697",
4033
+ GhostlyYmirjar_BG34_697_G = "BG34_697_G",
4034
+ TwilightBroodmother_BG34_731 = "BG34_731",
4035
+ TwilightBroodmother_BG34_731_G = "BG34_731_G",
4036
+ Stuntdrake_BG34_732 = "BG34_732",
4037
+ Stuntdrake_BG34_732_G = "BG34_732_G",
4038
+ Stuntdrake_StuntedEnchantment_BG34_732e = "BG34_732e",
4039
+ ForsakenBristlebackEnchantment_BG34_810e = "BG34_810e",
4040
+ CaptainCookieEnchantment_BG34_811e = "BG34_811e",
4041
+ EvilFortitudeEnchantment_BG34_814e = "BG34_814e",
4042
+ MggrlDrakeEnchantment_BG34_815e = "BG34_815e",
4043
+ BogBeastEnchantment_BG34_818e = "BG34_818e",
4044
+ ImAlwaysRightEnchantment_BG34_854e = "BG34_854e",
4045
+ RightMostTavernMinionBuffPlayerEnchDntEnchantment_BG34_854pe = "BG34_854pe",
4046
+ TavernFeastEnchantment_BG34_855e = "BG34_855e",
4047
+ NomiKitchenDreamDntEnchantment_BG34_855pe = "BG34_855pe",
4048
+ Waveling_BG34_856 = "BG34_856",
4049
+ Waveling_BG34_856_G = "BG34_856_G",
4050
+ AcidRainfall_BG34_857 = "BG34_857",
4051
+ AcidRainfall_BG34_857_G = "BG34_857_G",
4052
+ AcidRainfall_AcidicEnchantment_BG34_857e = "BG34_857e",
4053
+ AirRevenant_BG34_858 = "BG34_858",
4054
+ AirRevenant_BG34_858_G = "BG34_858_G",
4055
+ EnDjinnBlazer_BG34_865 = "BG34_865",
4056
+ EnDjinnBlazer_BG34_865_G = "BG34_865_G",
4057
+ TombTurning_BG34_888 = "BG34_888",
4058
+ TombTurning_TombTurnedEnchantment_BG34_888e = "BG34_888e",
4059
+ BroodOfNozdormu_BG34_889 = "BG34_889",
4060
+ BroodOfNozdormu_BronzeFlightEnchantment_BG34_889e = "BG34_889e",
4061
+ ProfoundThinker_BG34_929 = "BG34_929",
4062
+ ProfoundThinker_BG34_929_G = "BG34_929_G",
4063
+ SunkenAdvocate_BG34_930 = "BG34_930",
4064
+ SunkenAdvocate_BG34_930_G = "BG34_930_G",
4065
+ SunkenAdvocate_AdvocatedForEnchantment_BG34_930e = "BG34_930e",
4066
+ BluesySiren_BG34_931 = "BG34_931",
4067
+ BluesySiren_BG34_931_G = "BG34_931_G",
4068
+ StoneAgeSlab_BG34_950 = "BG34_950",
4069
+ StoneAgeSlab_BG34_950_G = "BG34_950_G",
4070
+ StoneAgeSlab_SlabGrownEnchantment_BG34_950e = "BG34_950e",
4071
+ WaveOfGold_BG34_990 = "BG34_990",
4072
+ WaveOfGold_GoldWaveEnchantment_BG34_990e = "BG34_990e",
4073
+ HandOfDeios_BG34_991 = "BG34_991",
4074
+ TimewarpedTavernSystemEnchantmentToken_BG34_BlackMarket = "BG34_BlackMarket",
4075
+ ExitTheBlackMarket_BG34_BlackMarket_Skip = "BG34_BlackMarket_Skip",
4076
+ ChampionsFavorEnchantment_BG34_ChampionOutput_001e = "BG34_ChampionOutput_001e",
4077
+ TimewarpedBusker_BG34_Giant_001 = "BG34_Giant_001",
4078
+ TimewarpedBusker_BG34_Giant_001_G = "BG34_Giant_001_G",
4079
+ TimewarpedRelaxer_BG34_Giant_002 = "BG34_Giant_002",
4080
+ TimewarpedRelaxer_BG34_Giant_002_G = "BG34_Giant_002_G",
4081
+ TimewarpedMoltenRock_BG34_Giant_006 = "BG34_Giant_006",
4082
+ TimewarpedMoltenRock_BG34_Giant_006_G = "BG34_Giant_006_G",
4083
+ TimewarpedAnnoyOTron_BG34_Giant_007 = "BG34_Giant_007",
4084
+ TimewarpedAnnoyOTron_BG34_Giant_007_G = "BG34_Giant_007_G",
4085
+ TimewarpedSeer_BG34_Giant_008 = "BG34_Giant_008",
4086
+ TimewarpedSeer_BG34_Giant_008_G = "BG34_Giant_008_G",
4087
+ TimewarpedAlleycat_BG34_Giant_009 = "BG34_Giant_009",
4088
+ TimewarpedAlleycat_BG34_Giant_009_G = "BG34_Giant_009_G",
4089
+ TimewarpedAlleycat_AlleyOopEnchantment_BG34_Giant_009e = "BG34_Giant_009e",
4090
+ TimewarpedTrickster_BG34_Giant_010 = "BG34_Giant_010",
4091
+ TimewarpedTrickster_BG34_Giant_010_G = "BG34_Giant_010_G",
4092
+ TimewarpedCyclone_BG34_Giant_012 = "BG34_Giant_012",
4093
+ TimewarpedCyclone_BG34_Giant_012_G = "BG34_Giant_012_G",
4094
+ TimewarpedHooktail_BG34_Giant_015 = "BG34_Giant_015",
4095
+ TimewarpedHooktail_BG34_Giant_015_G = "BG34_Giant_015_G",
4096
+ TimewarpedScourfin_BG34_Giant_017 = "BG34_Giant_017",
4097
+ TimewarpedScourfin_BG34_Giant_017_G = "BG34_Giant_017_G",
4098
+ TimewarpedSylvar_BG34_Giant_021 = "BG34_Giant_021",
4099
+ TimewarpedSylvar_BG34_Giant_021_G = "BG34_Giant_021_G",
4100
+ TimewarpedJellyBelly_BG34_Giant_024 = "BG34_Giant_024",
4101
+ TimewarpedJellyBelly_BG34_Giant_024_G = "BG34_Giant_024_G",
4102
+ TimewarpedArm_BG34_Giant_027 = "BG34_Giant_027",
4103
+ TimewarpedArm_BG34_Giant_027_G = "BG34_Giant_027_G",
4104
+ TimewarpedDragonling_BG34_Giant_029 = "BG34_Giant_029",
4105
+ TimewarpedDragonling_BG34_Giant_029_G = "BG34_Giant_029_G",
4106
+ TimewarpedLeapfrogger_BG34_Giant_031 = "BG34_Giant_031",
4107
+ TimewarpedLeapfrogger_BG34_Giant_031_G = "BG34_Giant_031_G",
4108
+ TimewarpedNomi_BG34_Giant_032 = "BG34_Giant_032",
4109
+ TimewarpedNomi_BG34_Giant_032_G = "BG34_Giant_032_G",
4110
+ TimewarpedGeist_BG34_Giant_034 = "BG34_Giant_034",
4111
+ TimewarpedGeist_BG34_Giant_034_G = "BG34_Giant_034_G",
4112
+ TimewarpedGlowscale_BG34_Giant_035 = "BG34_Giant_035",
4113
+ TimewarpedGlowscale_BG34_Giant_035_G = "BG34_Giant_035_G",
4114
+ TimewarpedGlowscale_GlowingCrownEnchantment_BG34_Giant_035e = "BG34_Giant_035e",
4115
+ TimewarpedGlowscale_TimewarpedCrownToken_BG34_Giant_035t = "BG34_Giant_035t",
4116
+ TimewarpedCrown_BG34_Giant_035t_G = "BG34_Giant_035t_G",
4117
+ TimewarpedElise_BG34_Giant_038 = "BG34_Giant_038",
4118
+ TimewarpedElise_BG34_Giant_038_G = "BG34_Giant_038_G",
4119
+ TimewarpedWinner_BG34_Giant_039 = "BG34_Giant_039",
4120
+ TimewarpedWinner_BG34_Giant_039_G = "BG34_Giant_039_G",
4121
+ TimewarpedIchoron_BG34_Giant_040 = "BG34_Giant_040",
4122
+ TimewarpedIchoron_BG34_Giant_040_G = "BG34_Giant_040_G",
4123
+ TimewarpedGreenskeeper_BG34_Giant_041 = "BG34_Giant_041",
4124
+ TimewarpedGreenskeeper_BG34_Giant_041_G = "BG34_Giant_041_G",
4125
+ TimewarpedChameleon_BG34_Giant_042 = "BG34_Giant_042",
4126
+ TimewarpedChameleon_BG34_Giant_042_G = "BG34_Giant_042_G",
4127
+ TimewarpedWhelpSmuggler_BG34_Giant_064 = "BG34_Giant_064",
4128
+ TimewarpedWhelpSmuggler_BG34_Giant_064_G = "BG34_Giant_064_G",
4129
+ TimewarpedLowFlier_BG34_Giant_065 = "BG34_Giant_065",
4130
+ TimewarpedLowFlier_BG34_Giant_065_G = "BG34_Giant_065_G",
4131
+ TimewarpedLubber_BG34_Giant_066 = "BG34_Giant_066",
4132
+ TimewarpedLubber_BG34_Giant_066_G = "BG34_Giant_066_G",
4133
+ TimewarpedSellemental_BG34_Giant_067 = "BG34_Giant_067",
4134
+ TimewarpedSellemental_BG34_Giant_067_G = "BG34_Giant_067_G",
4135
+ TimewarpedGuard_BG34_Giant_068 = "BG34_Giant_068",
4136
+ TimewarpedGuard_BG34_Giant_068_G = "BG34_Giant_068_G",
4137
+ TimewarpedPiper_BG34_Giant_069 = "BG34_Giant_069",
4138
+ TimewarpedPiper_BG34_Giant_069_G = "BG34_Giant_069_G",
4139
+ TimewarpedBassgill_BG34_Giant_071 = "BG34_Giant_071",
4140
+ TimewarpedBassgill_BG34_Giant_071_G = "BG34_Giant_071_G",
4141
+ TimewarpedBassgill_BassBoostedEnchantment_BG34_Giant_071e = "BG34_Giant_071e",
4142
+ TimewarpedSkipper_BG34_Giant_072 = "BG34_Giant_072",
4143
+ TimewarpedSkipper_BG34_Giant_072_G = "BG34_Giant_072_G",
4144
+ TimewarpedNelliesShipToken_BG34_Giant_074t = "BG34_Giant_074t",
4145
+ TimewarpedNelliesShip_BG34_Giant_074t_G = "BG34_Giant_074t_G",
4146
+ TimewarpedThorncaller_BG34_Giant_078 = "BG34_Giant_078",
4147
+ TimewarpedThorncaller_BG34_Giant_078_G = "BG34_Giant_078_G",
4148
+ TimewarpedDeathswarmer_BG34_Giant_081 = "BG34_Giant_081",
4149
+ TimewarpedDeathswarmer_BG34_Giant_081_G = "BG34_Giant_081_G",
4150
+ TimewarpedRecycler_BG34_Giant_082 = "BG34_Giant_082",
4151
+ TimewarpedRecycler_BG34_Giant_082_G = "BG34_Giant_082_G",
4152
+ TimewarpedPromoDrake_BG34_Giant_088 = "BG34_Giant_088",
4153
+ TimewarpedPromoDrake_BG34_Giant_088_G = "BG34_Giant_088_G",
4154
+ TimewarpedRedWhelp_BG34_Giant_091 = "BG34_Giant_091",
4155
+ TimewarpedRedWhelp_BG34_Giant_091_G = "BG34_Giant_091_G",
4156
+ TimewarpedBonker_BG34_Giant_102 = "BG34_Giant_102",
4157
+ TimewarpedBonker_BG34_Giant_102_G = "BG34_Giant_102_G",
4158
+ TimewarpedBristler_BG34_Giant_104 = "BG34_Giant_104",
4159
+ TimewarpedBristler_BG34_Giant_104_G = "BG34_Giant_104_G",
4160
+ TimewarpedTwirler_BG34_Giant_105 = "BG34_Giant_105",
4161
+ TimewarpedTwirler_BG34_Giant_105_G = "BG34_Giant_105_G",
4162
+ TimewarpedSeaGlass_BG34_Giant_110 = "BG34_Giant_110",
4163
+ TimewarpedSeaGlass_BG34_Giant_110_G = "BG34_Giant_110_G",
4164
+ TimewarpedSeaGlass_PolishedAndSharpenedEnchantment_BG34_Giant_110e = "BG34_Giant_110e",
4165
+ TimewarpedInterpreter_BG34_Giant_120 = "BG34_Giant_120",
4166
+ TimewarpedInterpreter_BG34_Giant_120_G = "BG34_Giant_120_G",
4167
+ TimewarpedProbius_BG34_Giant_121 = "BG34_Giant_121",
4168
+ TimewarpedProbius_BG34_Giant_121_G = "BG34_Giant_121_G",
4169
+ TimewarpedProbius_TimewarpedProbiusEnchantment_BG34_Giant_121_Ge = "BG34_Giant_121_Ge",
4170
+ TimewarpedProbius_TimewarpedProbiusEnchantment_BG34_Giant_121e = "BG34_Giant_121e",
4171
+ TimewarpedBoar_BG34_Giant_201 = "BG34_Giant_201",
4172
+ TimewarpedBoar_BG34_Giant_201_G = "BG34_Giant_201_G",
4173
+ TimewarpedBoarPlayerEnchDntEnchantment_BG34_Giant_201pe = "BG34_Giant_201pe",
4174
+ TimewarpedSaurolisk_BG34_Giant_202 = "BG34_Giant_202",
4175
+ TimewarpedSaurolisk_BG34_Giant_202_G = "BG34_Giant_202_G",
4176
+ TimewarpedPillager_BG34_Giant_204 = "BG34_Giant_204",
4177
+ TimewarpedPillager_BG34_Giant_204_G = "BG34_Giant_204_G",
4178
+ TimewarpedNalaa_BG34_Giant_205 = "BG34_Giant_205",
4179
+ TimewarpedNalaa_BG34_Giant_205_G = "BG34_Giant_205_G",
4180
+ TimewarpedMurky_BG34_Giant_206 = "BG34_Giant_206",
4181
+ TimewarpedMurky_BG34_Giant_206_G = "BG34_Giant_206_G",
4182
+ TimewarpedMurcules_BG34_Giant_207 = "BG34_Giant_207",
4183
+ TimewarpedMurcules_BG34_Giant_207_G = "BG34_Giant_207_G",
4184
+ TimewarpedPagle_BG34_Giant_208 = "BG34_Giant_208",
4185
+ TimewarpedPagle_BG34_Giant_208_G = "BG34_Giant_208_G",
4186
+ TimewarpedSensei_BG34_Giant_209 = "BG34_Giant_209",
4187
+ TimewarpedSensei_BG34_Giant_209_G = "BG34_Giant_209_G",
4188
+ TimewarpedSensei_IronedOutEnchantment_BG34_Giant_209e = "BG34_Giant_209e",
4189
+ TimewarpedCommander_BG34_Giant_210 = "BG34_Giant_210",
4190
+ TimewarpedCommander_BG34_Giant_210_G = "BG34_Giant_210_G",
4191
+ TimewarpedCommander_TimewarpedShoalToken_BG34_Giant_210_Gt = "BG34_Giant_210_Gt",
4192
+ TimewarpedCommander_MightyShoalEnchantment_BG34_Giant_210e = "BG34_Giant_210e",
4193
+ TimewarpedCommander_TimewarpedShoalToken_BG34_Giant_210t = "BG34_Giant_210t",
4194
+ TimewarpedPashmar_BG34_Giant_211 = "BG34_Giant_211",
4195
+ TimewarpedPashmar_BG34_Giant_211_G = "BG34_Giant_211_G",
4196
+ TimewarpedArcher_BG34_Giant_212 = "BG34_Giant_212",
4197
+ TimewarpedArcher_BG34_Giant_212_G = "BG34_Giant_212_G",
4198
+ TimewarpedArcher_TimewarpedEelectrifyToken_BG34_Giant_212_Gt = "BG34_Giant_212_Gt",
4199
+ TimewarpedArcher_EelectrifyingEnchantment_BG34_Giant_212e = "BG34_Giant_212e",
4200
+ TimewarpedArcher_TimewarpedEelectrifyToken_BG34_Giant_212t = "BG34_Giant_212t",
4201
+ TimewarpedRewinder_BG34_Giant_300 = "BG34_Giant_300",
4202
+ TimewarpedRewinder_BG34_Giant_300_G = "BG34_Giant_300_G",
4203
+ TimewarpedCopter_BG34_Giant_302 = "BG34_Giant_302",
4204
+ TimewarpedCopter_BG34_Giant_302_G = "BG34_Giant_302_G",
4205
+ TimewarpedSapper_BG34_Giant_304 = "BG34_Giant_304",
4206
+ TimewarpedSapper_BG34_Giant_304_G = "BG34_Giant_304_G",
4207
+ TimewarpedGeomancer_BG34_Giant_305 = "BG34_Giant_305",
4208
+ TimewarpedGeomancer_BG34_Giant_305_G = "BG34_Giant_305_G",
4209
+ TimewarpedJazzer_BG34_Giant_306 = "BG34_Giant_306",
4210
+ TimewarpedJazzer_BG34_Giant_306_G = "BG34_Giant_306_G",
4211
+ TimewarpedNineFrogs_BG34_Giant_309 = "BG34_Giant_309",
4212
+ TimewarpedNineFrogs_BG34_Giant_309_G = "BG34_Giant_309_G",
4213
+ TimewarpedElegist_BG34_Giant_310 = "BG34_Giant_310",
4214
+ TimewarpedElegist_BG34_Giant_310_G = "BG34_Giant_310_G",
4215
+ TimewarpedShivarra_BG34_Giant_311 = "BG34_Giant_311",
4216
+ TimewarpedShivarra_BG34_Giant_311_G = "BG34_Giant_311_G",
4217
+ TimewarpedShivarra_ActiveConsumptionEnchantment_BG34_Giant_311e = "BG34_Giant_311e",
4218
+ TimewarpedKiljaeden_BG34_Giant_313 = "BG34_Giant_313",
4219
+ TimewarpedKiljaeden_BG34_Giant_313_G = "BG34_Giant_313_G",
4220
+ TimewarpedKiljaeden_EndlessLegionEnchantment_BG34_Giant_313e = "BG34_Giant_313e",
4221
+ TimewarpedPoet_BG34_Giant_314 = "BG34_Giant_314",
4222
+ TimewarpedPoet_BG34_Giant_314_G = "BG34_Giant_314_G",
4223
+ TimewarpedExpeditioner_BG34_Giant_317 = "BG34_Giant_317",
4224
+ TimewarpedExpeditioner_BG34_Giant_317_G = "BG34_Giant_317_G",
4225
+ TimewarpedMurkEye_BG34_Giant_318 = "BG34_Giant_318",
4226
+ TimewarpedMurkEye_BG34_Giant_318_G = "BG34_Giant_318_G",
4227
+ TimewarpedPainter_BG34_Giant_319 = "BG34_Giant_319",
4228
+ TimewarpedPainter_BG34_Giant_319_G = "BG34_Giant_319_G",
4229
+ TimewarpedMystic_BG34_Giant_320 = "BG34_Giant_320",
4230
+ TimewarpedMystic_BG34_Giant_320_G = "BG34_Giant_320_G",
4231
+ TimewarpedMrrrglr_BG34_Giant_321 = "BG34_Giant_321",
4232
+ TimewarpedMrrrglr_BG34_Giant_321_G = "BG34_Giant_321_G",
4233
+ TimewarpedPioneer_BG34_Giant_322 = "BG34_Giant_322",
4234
+ TimewarpedPioneer_BG34_Giant_322_G = "BG34_Giant_322_G",
4235
+ TimewarpedSecretary_BG34_Giant_323 = "BG34_Giant_323",
4236
+ TimewarpedSecretary_BG34_Giant_323_G = "BG34_Giant_323_G",
4237
+ TimewarpedSummoner_BG34_Giant_324 = "BG34_Giant_324",
4238
+ TimewarpedSummoner_BG34_Giant_324_G = "BG34_Giant_324_G",
4239
+ TimewarpedSummoner_TimewarpedSummoningToken_BG34_Giant_324_Gt = "BG34_Giant_324_Gt",
4240
+ TimewarpedSummoner_TimewarpedSummoningToken_BG34_Giant_324t = "BG34_Giant_324t",
4241
+ TimewarpedRiplash_BG34_Giant_325 = "BG34_Giant_325",
4242
+ TimewarpedRiplash_BG34_Giant_325_G = "BG34_Giant_325_G",
4243
+ TimewarpedTony_BG34_Giant_326 = "BG34_Giant_326",
4244
+ TimewarpedTony_BG34_Giant_326_G = "BG34_Giant_326_G",
4245
+ TimewarpedPeggy_BG34_Giant_327 = "BG34_Giant_327",
4246
+ TimewarpedPeggy_BG34_Giant_327_G = "BG34_Giant_327_G",
4247
+ TimewarpedTideRazor_BG34_Giant_328 = "BG34_Giant_328",
4248
+ TimewarpedTideRazor_BG34_Giant_328_G = "BG34_Giant_328_G",
4249
+ TimewarpedRadioStar_BG34_Giant_330 = "BG34_Giant_330",
4250
+ TimewarpedRadioStar_BG34_Giant_330_G = "BG34_Giant_330_G",
4251
+ TimewarpedWarghoul_BG34_Giant_331 = "BG34_Giant_331",
4252
+ TimewarpedWarghoul_BG34_Giant_331_G = "BG34_Giant_331_G",
4253
+ TimewarpedEmbalmer_BG34_Giant_332 = "BG34_Giant_332",
4254
+ TimewarpedEmbalmer_BG34_Giant_332_G = "BG34_Giant_332_G",
4255
+ TimewarpedScout_BG34_Giant_333 = "BG34_Giant_333",
4256
+ TimewarpedScout_BG34_Giant_333_G = "BG34_Giant_333_G",
4257
+ TimewarpedTheotar_BG34_Giant_335 = "BG34_Giant_335",
4258
+ TimewarpedTheotar_BG34_Giant_335_G = "BG34_Giant_335_G",
4259
+ TimewarpedShadowdancer_BG34_Giant_360 = "BG34_Giant_360",
4260
+ TimewarpedShadowdancer_BG34_Giant_360_G = "BG34_Giant_360_G",
4261
+ TimewarpedUpstart_BG34_Giant_361 = "BG34_Giant_361",
4262
+ TimewarpedUpstart_BG34_Giant_361_G = "BG34_Giant_361_G",
4263
+ TimewarpedUpstart_UpstartedEnchantment_BG34_Giant_361_Ge = "BG34_Giant_361_Ge",
4264
+ TimewarpedUpstart_UpstartedEnchantment_BG34_Giant_361e = "BG34_Giant_361e",
4265
+ TimewarpedGoldrinn_BG34_Giant_362 = "BG34_Giant_362",
4266
+ TimewarpedGoldrinn_BG34_Giant_362_G = "BG34_Giant_362_G",
4267
+ TimewarpedGoldrinn_SpiritOfTheBeastEnchantment_BG34_Giant_362e2 = "BG34_Giant_362e2",
4268
+ TimewarpedGoldrinnPlayerEnchantDntEnchantment_BG34_Giant_362pe = "BG34_Giant_362pe",
4269
+ TimewarpedHawkstrider_BG34_Giant_370 = "BG34_Giant_370",
4270
+ TimewarpedHawkstrider_BG34_Giant_370_G = "BG34_Giant_370_G",
4271
+ TimewarpedDeios_BG34_Giant_376 = "BG34_Giant_376",
4272
+ TimewarpedDeios_BG34_Giant_376_G = "BG34_Giant_376_G",
4273
+ TimewarpedRagnaros_BG34_Giant_580 = "BG34_Giant_580",
4274
+ TimewarpedRagnaros_BG34_Giant_580_G = "BG34_Giant_580_G",
4275
+ TimewarpedHyena_BG34_Giant_581 = "BG34_Giant_581",
4276
+ TimewarpedHyena_BG34_Giant_581_G = "BG34_Giant_581_G",
4277
+ TimewarpedSporebat_BG34_Giant_582 = "BG34_Giant_582",
4278
+ TimewarpedSporebat_BG34_Giant_582_G = "BG34_Giant_582_G",
4279
+ TimewarpedDevourer_BG34_Giant_583 = "BG34_Giant_583",
4280
+ TimewarpedDevourer_BG34_Giant_583_G = "BG34_Giant_583_G",
4281
+ TimewarpedDevourer_CoinPouchToken_BG34_Giant_583_Gt = "BG34_Giant_583_Gt",
4282
+ TimewarpedDevourer_CoinPouchToken_BG34_Giant_583t = "BG34_Giant_583t",
4283
+ TimewarpedKilrek_BG34_Giant_584 = "BG34_Giant_584",
4284
+ TimewarpedKilrek_BG34_Giant_584_G = "BG34_Giant_584_G",
4285
+ TimewarpedVaelastrasz_BG34_Giant_585 = "BG34_Giant_585",
4286
+ TimewarpedVaelastrasz_BG34_Giant_585_G = "BG34_Giant_585_G",
4287
+ TimewarpedSnowElemental_BG34_Giant_586 = "BG34_Giant_586",
4288
+ TimewarpedSnowElemental_BG34_Giant_586_G = "BG34_Giant_586_G",
4289
+ TimewarpedHunter_BG34_Giant_588 = "BG34_Giant_588",
4290
+ TimewarpedHunter_BG34_Giant_588_G = "BG34_Giant_588_G",
4291
+ TimewarpedSailor_BG34_Giant_589 = "BG34_Giant_589",
4292
+ TimewarpedSailor_BG34_Giant_589_G = "BG34_Giant_589_G",
4293
+ TimewarpedFestergut_BG34_Giant_590 = "BG34_Giant_590",
4294
+ TimewarpedFestergut_BG34_Giant_590_G = "BG34_Giant_590_G",
4295
+ TimewarpedAcolyte_BG34_Giant_591 = "BG34_Giant_591",
4296
+ TimewarpedAcolyte_BG34_Giant_591_G = "BG34_Giant_591_G",
4297
+ TimewarpedSpiritOfAir_BG34_Giant_592 = "BG34_Giant_592",
4298
+ TimewarpedSpiritOfAir_BG34_Giant_592_G = "BG34_Giant_592_G",
4299
+ TimewarpedHenchman_BG34_Giant_593 = "BG34_Giant_593",
4300
+ TimewarpedHenchman_BG34_Giant_593_G = "BG34_Giant_593_G",
4301
+ TimewarpedBotani_BG34_Giant_594 = "BG34_Giant_594",
4302
+ TimewarpedBotani_BG34_Giant_594_G = "BG34_Giant_594_G",
4303
+ TimewarpedTamuzo_BG34_Giant_595 = "BG34_Giant_595",
4304
+ TimewarpedTamuzo_BG34_Giant_595_G = "BG34_Giant_595_G",
4305
+ TimewarpedArchimonde_BG34_Giant_596 = "BG34_Giant_596",
4306
+ TimewarpedArchimonde_BG34_Giant_596_G = "BG34_Giant_596_G",
4307
+ TimewarpedImmortal_BG34_Giant_597 = "BG34_Giant_597",
4308
+ TimewarpedImmortal_BG34_Giant_597_G = "BG34_Giant_597_G",
4309
+ TimewarpedMothership_BG34_Giant_598 = "BG34_Giant_598",
4310
+ TimewarpedMothership_BG34_Giant_598_G = "BG34_Giant_598_G",
4311
+ TimewarpedWhirlOTron_BG34_Giant_599 = "BG34_Giant_599",
4312
+ TimewarpedWhirlOTron_BG34_Giant_599_G = "BG34_Giant_599_G",
4313
+ TimewarpedStoneshell_BG34_Giant_601 = "BG34_Giant_601",
4314
+ TimewarpedStoneshell_BG34_Giant_601_G = "BG34_Giant_601_G",
4315
+ TimewarpedLei_BG34_Giant_602 = "BG34_Giant_602",
4316
+ TimewarpedLei_BG34_Giant_602_G = "BG34_Giant_602_G",
4317
+ TimewarpedTender_BG34_Giant_603 = "BG34_Giant_603",
4318
+ TimewarpedTender_BG34_Giant_603_G = "BG34_Giant_603_G",
4319
+ TimewarpedTipper_BG34_Giant_604 = "BG34_Giant_604",
4320
+ TimewarpedTipper_BG34_Giant_604_G = "BG34_Giant_604_G",
4321
+ TimewarpedLilQuilboar_BG34_Giant_608 = "BG34_Giant_608",
4322
+ TimewarpedLilQuilboar_BG34_Giant_608_G = "BG34_Giant_608_G",
4323
+ TimewarpedGhoulAcabra_BG34_Giant_609 = "BG34_Giant_609",
4324
+ TimewarpedGhoulAcabra_BG34_Giant_609_G = "BG34_Giant_609_G",
4325
+ TimewarpedElectron_BG34_Giant_610 = "BG34_Giant_610",
4326
+ TimewarpedElectron_BG34_Giant_610_G = "BG34_Giant_610_G",
4327
+ TimewarpedCaretaker_BG34_Giant_618 = "BG34_Giant_618",
4328
+ TimewarpedCaretaker_BG34_Giant_618_G = "BG34_Giant_618_G",
4329
+ TimewarpedGemsplitter_BG34_Giant_644 = "BG34_Giant_644",
4330
+ TimewarpedGemsplitter_BG34_Giant_644_G = "BG34_Giant_644_G",
4331
+ TimewarpedDeadstomper_BG34_Giant_654 = "BG34_Giant_654",
4332
+ TimewarpedDeadstomper_BG34_Giant_654_G = "BG34_Giant_654_G",
4333
+ TimewarpedGreaseBot_BG34_Giant_656 = "BG34_Giant_656",
4334
+ TimewarpedGreaseBot_BG34_Giant_656_G = "BG34_Giant_656_G",
4335
+ TimewarpedBehemoth_BG34_Giant_777 = "BG34_Giant_777",
4336
+ TimewarpedBehemoth_BG34_Giant_777_G = "BG34_Giant_777_G",
4337
+ MurozondUnbounded_BG34_HERO_000 = "BG34_HERO_000",
4338
+ MurozondUnbounded_AlternateTimeline_BG34_HERO_000p = "BG34_HERO_000p",
4339
+ TimeTwisterChromie_BG34_HERO_001 = "BG34_HERO_001",
4340
+ TimeTwisterChromie_ManaPerMinute_BG34_HERO_001p = "BG34_HERO_001p",
4341
+ PowerOfAlakir_BG34_HeroPowerSpell_003 = "BG34_HeroPowerSpell_003",
4342
+ PowerOfElise_BG34_HeroPowerSpell_005 = "BG34_HeroPowerSpell_005",
4343
+ PowerOfGeorge_BG34_HeroPowerSpell_006 = "BG34_HeroPowerSpell_006",
4344
+ PowerOfShudderwock_BG34_HeroPowerSpell_008 = "BG34_HeroPowerSpell_008",
4345
+ PowerOfTeron_BG34_HeroPowerSpell_009 = "BG34_HeroPowerSpell_009",
4346
+ PowerOfTheLichKing_BG34_HeroPowerSpell_010 = "BG34_HeroPowerSpell_010",
4347
+ PowerOfZephrys_BG34_HeroPowerSpell_012 = "BG34_HeroPowerSpell_012",
4348
+ PowerOfGuff_BG34_HeroPowerSpell_015 = "BG34_HeroPowerSpell_015",
4349
+ PowerOfFlurgl_BG34_HeroPowerSpell_016 = "BG34_HeroPowerSpell_016",
4350
+ PowerOfSylvanas_BG34_HeroPowerSpell_017 = "BG34_HeroPowerSpell_017",
4351
+ PowerOfTavish_BG34_HeroPowerSpell_018 = "BG34_HeroPowerSpell_018",
4352
+ PowerOfRakanishu_BG34_HeroPowerSpell_022 = "BG34_HeroPowerSpell_022",
4353
+ CoinPouchToken_BG34_MidGameEffect_030t2 = "BG34_MidGameEffect_030t2",
4354
+ CoinPouchToken_BG34_MidGameEffect_031t2 = "BG34_MidGameEffect_031t2",
4355
+ FreeRefreshesToken_BG34_MidGameEffect_032t2 = "BG34_MidGameEffect_032t2",
4356
+ MummyMagicEnchantment_BG34_MidGameEffect_033e = "BG34_MidGameEffect_033e",
4357
+ UnplayableEnchantment_BG34_MidGameEffect_065e = "BG34_MidGameEffect_065e",
4358
+ UnplayableEnchantment_BG34_MidGameEffect_066e = "BG34_MidGameEffect_066e",
4359
+ UnplayableEnchantment_BG34_MidGameEffect_067e = "BG34_MidGameEffect_067e",
4360
+ TimewarpedLabRat_BG34_PreMadeChamp_002 = "BG34_PreMadeChamp_002",
4361
+ TimewarpedLabRat_BG34_PreMadeChamp_002_G = "BG34_PreMadeChamp_002_G",
4362
+ TimewarpedLabRat_LabExperimentEnchantment_BG34_PreMadeChamp_002e = "BG34_PreMadeChamp_002e",
4363
+ TimewarpedJungleKing_BG34_PreMadeChamp_004 = "BG34_PreMadeChamp_004",
4364
+ TimewarpedJungleKing_BG34_PreMadeChamp_004_G = "BG34_PreMadeChamp_004_G",
4365
+ TimewarpedJungleKing_LawOfTheJungleEnchantment_BG34_PreMadeChamp_004e = "BG34_PreMadeChamp_004e",
4366
+ TimewarpedOverfiend_BG34_PreMadeChamp_011 = "BG34_PreMadeChamp_011",
4367
+ TimewarpedOverfiend_BG34_PreMadeChamp_011_G = "BG34_PreMadeChamp_011_G",
4368
+ TimewarpedOverfiend_ItsOverfiendEnchantment_BG34_PreMadeChamp_011e = "BG34_PreMadeChamp_011e",
4369
+ TimewarpedImpFiltrator_BG34_PreMadeChamp_013 = "BG34_PreMadeChamp_013",
4370
+ TimewarpedImpFiltrator_BG34_PreMadeChamp_013_G = "BG34_PreMadeChamp_013_G",
4371
+ TimewarpedDuskmaw_BG34_PreMadeChamp_020 = "BG34_PreMadeChamp_020",
4372
+ TimewarpedDuskmaw_BG34_PreMadeChamp_020_G = "BG34_PreMadeChamp_020_G",
4373
+ TimewarpedDuskmaw_DuskbornEnchantment_BG34_PreMadeChamp_020e = "BG34_PreMadeChamp_020e",
4374
+ TimewarpedPrismscale_BG34_PreMadeChamp_022 = "BG34_PreMadeChamp_022",
4375
+ TimewarpedPrismscale_BG34_PreMadeChamp_022_G = "BG34_PreMadeChamp_022_G",
4376
+ TimewarpedStormcloud_BG34_PreMadeChamp_031 = "BG34_PreMadeChamp_031",
4377
+ TimewarpedStormcloud_BG34_PreMadeChamp_031_G = "BG34_PreMadeChamp_031_G",
4378
+ TimewarpedSubstrate_BG34_PreMadeChamp_032 = "BG34_PreMadeChamp_032",
4379
+ TimewarpedSubstrate_BG34_PreMadeChamp_032_G = "BG34_PreMadeChamp_032_G",
4380
+ TimewarpedSteamer_BG34_PreMadeChamp_038 = "BG34_PreMadeChamp_038",
4381
+ TimewarpedSteamer_BG34_PreMadeChamp_038_G = "BG34_PreMadeChamp_038_G",
4382
+ TimewarpedPaleofin_BG34_PreMadeChamp_047 = "BG34_PreMadeChamp_047",
4383
+ TimewarpedPaleofin_BG34_PreMadeChamp_047_G = "BG34_PreMadeChamp_047_G",
4384
+ TimewarpedSquallfin_BG34_PreMadeChamp_049 = "BG34_PreMadeChamp_049",
4385
+ TimewarpedSquallfin_BG34_PreMadeChamp_049_G = "BG34_PreMadeChamp_049_G",
4386
+ TimewarpedSquallfin_SqualorEnchantment_BG34_PreMadeChamp_049e = "BG34_PreMadeChamp_049e",
4387
+ TimewarpedKarathress_BG34_PreMadeChamp_056 = "BG34_PreMadeChamp_056",
4388
+ TimewarpedKarathress_BG34_PreMadeChamp_056_G = "BG34_PreMadeChamp_056_G",
4389
+ TimewarpedSiren_BG34_PreMadeChamp_058 = "BG34_PreMadeChamp_058",
4390
+ TimewarpedSiren_BG34_PreMadeChamp_058_G = "BG34_PreMadeChamp_058_G",
4391
+ TimewarpedSiren_SirensVoiceEnchantment_BG34_PreMadeChamp_058e = "BG34_PreMadeChamp_058e",
4392
+ TimewarpedRaider_BG34_PreMadeChamp_065 = "BG34_PreMadeChamp_065",
4393
+ TimewarpedRaider_BG34_PreMadeChamp_065_G = "BG34_PreMadeChamp_065_G",
4394
+ TimewarpedRaider_LongboatRaidEnchantment_BG34_PreMadeChamp_065e = "BG34_PreMadeChamp_065e",
4395
+ TimewarpedPlunderer_BG34_PreMadeChamp_067 = "BG34_PreMadeChamp_067",
4396
+ TimewarpedPlunderer_BG34_PreMadeChamp_067_G = "BG34_PreMadeChamp_067_G",
4397
+ TimewarpedBloodbinder_BG34_PreMadeChamp_076 = "BG34_PreMadeChamp_076",
4398
+ TimewarpedBloodbinder_BG34_PreMadeChamp_076_G = "BG34_PreMadeChamp_076_G",
4399
+ TimewarpedBandit_BG34_PreMadeChamp_078 = "BG34_PreMadeChamp_078",
4400
+ TimewarpedBandit_BG34_PreMadeChamp_078_G = "BG34_PreMadeChamp_078_G",
4401
+ TimewarpedAnubarak_BG34_PreMadeChamp_083 = "BG34_PreMadeChamp_083",
4402
+ TimewarpedAnubarak_BG34_PreMadeChamp_083_G = "BG34_PreMadeChamp_083_G",
4403
+ TimewarpedClefthoof_BG34_PreMadeChamp_090 = "BG34_PreMadeChamp_090",
4404
+ TimewarpedClefthoof_BG34_PreMadeChamp_090_G = "BG34_PreMadeChamp_090_G",
4405
+ TimewarpedClefthoof_BehoovedEnchantment_BG34_PreMadeChamp_090e = "BG34_PreMadeChamp_090e",
4406
+ TimewarpedCalligrapher_BG34_PreMadeChamp_091 = "BG34_PreMadeChamp_091",
4407
+ TimewarpedCalligrapher_BG34_PreMadeChamp_091_G = "BG34_PreMadeChamp_091_G",
4408
+ TimewarpedCenturion_BG34_PreMadeChamp_200 = "BG34_PreMadeChamp_200",
4409
+ TimewarpedCenturion_BG34_PreMadeChamp_200_G = "BG34_PreMadeChamp_200_G",
4410
+ TimewarpedInvestment_BG34_Treasure_300 = "BG34_Treasure_300",
4411
+ TimewarpedBeanstalk_BG34_Treasure_301 = "BG34_Treasure_301",
4412
+ TimewarpedCloningDevice_BG34_Treasure_302 = "BG34_Treasure_302",
4413
+ TimewarpedBigWinner_BG34_Treasure_606 = "BG34_Treasure_606",
4414
+ TimewarpedBigWinnerPlayerEnchDntEnchantment_BG34_Treasure_606pe = "BG34_Treasure_606pe",
4415
+ TimewarpedTrainee_BG34_Treasure_607 = "BG34_Treasure_607",
4416
+ TimewarpedRing_BG34_Treasure_608 = "BG34_Treasure_608",
4417
+ TwShinyRingPlayerEnchDntEnchantment_BG34_Treasure_608pe = "BG34_Treasure_608pe",
4418
+ TimewarpedLasso_BG34_Treasure_609 = "BG34_Treasure_609",
4419
+ TwLassoPlayerEnchDntEnchantment_BG34_Treasure_609pe = "BG34_Treasure_609pe",
4420
+ TimewarpedEvolvingTavern_BG34_Treasure_900 = "BG34_Treasure_900",
4421
+ TimewarpedEvolvingTavern_TimewarpedEvolvingTavernPlayerEnchDntEnchantment_BG34_Treasure_900e = "BG34_Treasure_900e",
4422
+ GruulRules_BG34_Treasure_901 = "BG34_Treasure_901",
4423
+ TimewarpedMasterThief_BG34_Treasure_902 = "BG34_Treasure_902",
4424
+ TimewarpedMasterThief_StolenFromTimeItselfEnchantment_BG34_Treasure_902e = "BG34_Treasure_902e",
4425
+ TimewarpedOnTheHouse_BG34_Treasure_903 = "BG34_Treasure_903",
4426
+ TimewarpedRatInACage_BG34_Treasure_905 = "BG34_Treasure_905",
4427
+ TimewarpedRatInACage_RatInACageEnchantment_BG34_Treasure_905e = "BG34_Treasure_905e",
4428
+ TimewarpedRatInACage_RattyEnchantment_BG34_Treasure_905e2 = "BG34_Treasure_905e2",
4429
+ TheBouncer_BG34_Treasure_906 = "BG34_Treasure_906",
4430
+ BigBrannPlayEnchantment_BG34_Treasure_907e = "BG34_Treasure_907e",
4431
+ TimewarpedBANANAS_BG34_Treasure_912 = "BG34_Treasure_912",
4432
+ TimewarpedNewRecruit_BG34_Treasure_917 = "BG34_Treasure_917",
4433
+ TimewarpedNewRecruit_TimewarpedNewRecruitPlayerEnchDntEnchantment_BG34_Treasure_917e = "BG34_Treasure_917e",
4434
+ TimewarpedRitual_BG34_Treasure_919 = "BG34_Treasure_919",
4435
+ TimewarpedEnchantedLasso_BG34_Treasure_930 = "BG34_Treasure_930",
4436
+ TimewarpedStrikeOil_BG34_Treasure_932 = "BG34_Treasure_932",
4437
+ TimewarpedEvolution_BG34_Treasure_933 = "BG34_Treasure_933",
4438
+ TimewarpedArmorStash_BG34_Treasure_934 = "BG34_Treasure_934",
4439
+ TimewarpedCorpse_BG34_Treasure_937 = "BG34_Treasure_937",
4440
+ TimewarpedChefsChoice_BG34_Treasure_940 = "BG34_Treasure_940",
4441
+ TimewarpedSpecial_BG34_Treasure_950 = "BG34_Treasure_950",
4442
+ TimewarpedConch_BG34_Treasure_951 = "BG34_Treasure_951",
4443
+ TimewarpedGoldenizer_BG34_Treasure_955 = "BG34_Treasure_955",
4444
+ TimewarpedThief_BG34_Treasure_966 = "BG34_Treasure_966",
4445
+ TimewarpedViper_BG34_Treasure_990 = "BG34_Treasure_990",
4446
+ TimewarpedViper_BG34_Treasure_990_G = "BG34_Treasure_990_G",
4447
+ TimewarpedUltralisk_BG34_Treasure_994 = "BG34_Treasure_994",
4448
+ TimewarpedUltralisk_BG34_Treasure_994_G = "BG34_Treasure_994_G",
4449
+ BuyALesserTrinket_BG34_Trinket_1st_Spell = "BG34_Trinket_1st_Spell",
4450
+ BuyAGreaterTrinket_BG34_Trinket_2nd_Spell = "BG34_Trinket_2nd_Spell",
3890
4451
  BloodGemNoImpactFromTeammateDntToken_BGDUO20_GEM_No_Impact = "BGDUO20_GEM_No_Impact",
3891
4452
  GatheringStormer_BGDUO31_201 = "BGDUO31_201",
3892
4453
  GatheringStormer_BGDUO31_201_G = "BGDUO31_201_G",
@@ -4256,6 +4817,7 @@ export declare const enum CardIds {
4256
4817
  EmperorCobraLegacy_BG_EX1_170_G = "BG_EX1_170_G",
4257
4818
  MurlocWarleaderLegacy_BG_EX1_507 = "BG_EX1_507",
4258
4819
  ScavengingHyenaLegacy_BG_EX1_531 = "BG_EX1_531",
4820
+ ScavengingHyena_WellFedEnchantment_BG_EX1_531e = "BG_EX1_531e",
4259
4821
  SavannahHighmaneLegacy_BG_EX1_534 = "BG_EX1_534",
4260
4822
  SavannahHighmane_HyenaLegacyToken_BG_EX1_534t = "BG_EX1_534t",
4261
4823
  SnakeLegacyToken = "BG_EX1_554t",
@@ -4267,7 +4829,6 @@ export declare const enum CardIds {
4267
4829
  ConsumeEnchantment = "BG_FP1_005e",
4268
4830
  ThaddiusToken = "BG_FP1_014t",
4269
4831
  UnstableGhoul_BG_FP1_024 = "BG_FP1_024",
4270
- BaronRivendare_BG_FP1_031 = "BG_FP1_031",
4271
4832
  FesterootHulk_BG_GIL_655 = "BG_GIL_655",
4272
4833
  FesterootHulk_GrownEnchantment_BG_GIL_655e = "BG_GIL_655e",
4273
4834
  NightmareAmalgam_BG_GIL_681 = "BG_GIL_681",
@@ -4316,9 +4877,27 @@ export declare const enum CardIds {
4316
4877
  ArgentBraggart_BG_SCH_149 = "BG_SCH_149",
4317
4878
  ArgentBraggart_BestOfTheBestEnchantment_BG_SCH_149e = "BG_SCH_149e",
4318
4879
  ShopBuffPlayerEnchantDntEnchantment_BG_ShopBuff = "BG_ShopBuff",
4880
+ BeastShopBuffPlayerEnchantmentDntEnchantmentToken_BG_ShopBuff_Beast = "BG_ShopBuff_Beast",
4881
+ BeastTavernBuffedEnchantment_BG_ShopBuff_Beast_Ench = "BG_ShopBuff_Beast_Ench",
4882
+ DemonShopBuffPlayerEnchantmentDntEnchantment_BG_ShopBuff_Demon = "BG_ShopBuff_Demon",
4883
+ DemonTavernBuffedEnchantment_BG_ShopBuff_Demon_Ench = "BG_ShopBuff_Demon_Ench",
4884
+ DragonShopBuffPlayerEnchantmentDntEnchantment_BG_ShopBuff_Dragon = "BG_ShopBuff_Dragon",
4885
+ DragonTavernBuffedEnchantment_BG_ShopBuff_Dragon_Ench = "BG_ShopBuff_Dragon_Ench",
4319
4886
  ElementalShopBuffPlayerEnchantmentDntEnchantment_BG_ShopBuff_Elemental = "BG_ShopBuff_Elemental",
4320
4887
  ElementalTavernBuffedEnchantment_BG_ShopBuff_Elemental_Ench = "BG_ShopBuff_Elemental_Ench",
4321
4888
  TavernBuffedEnchantment_BG_ShopBuff_Ench = "BG_ShopBuff_Ench",
4889
+ MechShopBuffPlayerEnchantmentDntEnchantment_BG_ShopBuff_Mech = "BG_ShopBuff_Mech",
4890
+ MechTavernBuffedEnchantment_BG_ShopBuff_Mech_Ench = "BG_ShopBuff_Mech_Ench",
4891
+ MurlocShopBuffPlayerEnchantmentDntEnchantment_BG_ShopBuff_Murloc = "BG_ShopBuff_Murloc",
4892
+ MurlocTavernBuffedEnchantment_BG_ShopBuff_Murloc_Ench = "BG_ShopBuff_Murloc_Ench",
4893
+ NagaShopBuffPlayerEnchantmentDntEnchantment_BG_ShopBuff_Naga = "BG_ShopBuff_Naga",
4894
+ NagaTavernBuffedEnchantment_BG_ShopBuff_Naga_Ench = "BG_ShopBuff_Naga_Ench",
4895
+ PirateShopBuffPlayerEnchantmentDntEnchantment_BG_ShopBuff_Pirate = "BG_ShopBuff_Pirate",
4896
+ PirateTavernBuffedEnchantment_BG_ShopBuff_Pirate_Ench = "BG_ShopBuff_Pirate_Ench",
4897
+ QuilboarTavernBuffEnchantment_BG_ShopBuff_Quilboar = "BG_ShopBuff_Quilboar",
4898
+ QuilboarShopBuffPlayerEnchantmentDntEnchantment_BG_ShopBuff_Quilboar_Ench = "BG_ShopBuff_Quilboar_Ench",
4899
+ UndeadShopBuffPlayerEnchantmentDntEnchantment_BG_ShopBuff_Undead = "BG_ShopBuff_Undead",
4900
+ UndeadTavernBuffedEnchantment_BG_ShopBuff_Undead_Ench = "BG_ShopBuff_Undead_Ench",
4322
4901
  BigBanana_BG_TB_006 = "BG_TB_006",
4323
4902
  BigBanana_BigBananaEnchantment_BG_TB_006e = "BG_TB_006e",
4324
4903
  AmalgamOfTheDeep_BG_TSC_069 = "BG_TSC_069",
@@ -6136,6 +6715,7 @@ export declare const enum CardIds {
6136
6715
  ImprisonedAntaen = "BT_934",
6137
6716
  AltruisTheOutcast = "BT_937",
6138
6717
  TheCoin_BT_COIN = "BT_COIN",
6718
+ Bacon_free_refresh_player_enchDntEnchantment_Bacon_Free_Refresh_Player_Ench = "Bacon_Free_Refresh_Player_Ench",
6139
6719
  TagtransferplayerenchantDntEnchantment_Bacon_TagTransferPlayerE = "Bacon_TagTransferPlayerE",
6140
6720
  DemonCrusherTavernBrawl = "Bucket_DemonHunter_01",
6141
6721
  GlaivesOfFuryTavernBrawl = "Bucket_DemonHunter_02",
@@ -11900,6 +12480,8 @@ export declare const enum CardIds {
11900
12480
  TankUp_HERO_01bfhp2 = "HERO_01bfhp2",
11901
12481
  CorruptGarrosh_MagniReforged_HERO_01bg = "HERO_01bg",
11902
12482
  CorruptGarrosh_DeathwingTheWorldbreaker_HERO_01bh = "HERO_01bh",
12483
+ CorruptGarrosh_WarchiefGenn_HERO_01bi = "HERO_01bi",
12484
+ CorruptGarrosh_EndTimeGarrosh_HERO_01bj = "HERO_01bj",
11903
12485
  CorruptGarrosh_ArmorUpLegacy = "HERO_01bp",
11904
12486
  CorruptGarrosh_TankUpLegacy = "HERO_01bp2",
11905
12487
  GarroshHellscream_DeathwingHeroSkins = "HERO_01c",
@@ -11999,11 +12581,16 @@ export declare const enum CardIds {
11999
12581
  Nova_TotemicCall_HERO_02bhp = "HERO_02bhp",
12000
12582
  Nova_TotemicSlam_HERO_02bhp2 = "HERO_02bhp2",
12001
12583
  KingRastakhan_CrystalCarverDisidra_HERO_02bi = "HERO_02bi",
12584
+ KingRastakhan_FarseerWo_HERO_02bj = "HERO_02bj",
12585
+ TotemicCall_HERO_02bjhp = "HERO_02bjhp",
12586
+ TotemicSlam_HERO_02bjhp2 = "HERO_02bjhp2",
12002
12587
  KingRastakhan_WorldShamanThrall_HERO_02bk = "HERO_02bk",
12003
12588
  KingRastakhan_JungleJamInzah_HERO_02bl = "HERO_02bl",
12589
+ KingRastakhan_TavernRastakhan_HERO_02bn = "HERO_02bn",
12004
12590
  KingRastakhan_SnakespeakerVashj_HERO_02bo = "HERO_02bo",
12005
12591
  KingRastakhan_TotemicCallLegacy = "HERO_02bp",
12006
12592
  KingRastakhan_TotemicSlamLegacy = "HERO_02bp2",
12593
+ KingRastakhan_StormbringerMagni_HERO_02bq = "HERO_02bq",
12007
12594
  Thrall_TheThunderKingHeroSkins = "HERO_02c",
12008
12595
  Thrall_WarchiefThrallHeroSkins = "HERO_02d",
12009
12596
  Thrall_LadyVashjHeroSkins = "HERO_02e",
@@ -12088,6 +12675,7 @@ export declare const enum CardIds {
12088
12675
  DaggerMastery_HERO_03bghp = "HERO_03bghp",
12089
12676
  PoisonedDaggers_HERO_03bghp2 = "HERO_03bghp2",
12090
12677
  CapnValeera_PoolPartyMaiev_HERO_03bh = "HERO_03bh",
12678
+ CapnValeera_HopefulVanessa_HERO_03bj = "HERO_03bj",
12091
12679
  CapnValeera_DaggerMasteryLegacy = "HERO_03bp",
12092
12680
  CapnValeera_PoisonedDaggersLegacy = "HERO_03bp2",
12093
12681
  ValeeraSanguinar_NightslayerValeeraHeroSkins = "HERO_03d",
@@ -12168,14 +12756,21 @@ export declare const enum CardIds {
12168
12756
  Reinforce_HERO_04bdhp = "HERO_04bdhp",
12169
12757
  TheSilverHand_HERO_04bdhp2 = "HERO_04bdhp2",
12170
12758
  PrinceArthas_AdventureFinley_HERO_04be = "HERO_04be",
12759
+ PrinceArthas_GelbinMekkatorque_HERO_04bf = "HERO_04bf",
12760
+ Reinforce_HERO_04bfhp = "HERO_04bfhp",
12761
+ TheSilverHand_HERO_04bfhp2 = "HERO_04bfhp2",
12171
12762
  PrinceArthas_FaerinLothar_HERO_04bg = "HERO_04bg",
12172
12763
  Reinforce_HERO_04bghp = "HERO_04bghp",
12173
12764
  TheSilverHand_HERO_04bghp2 = "HERO_04bghp2",
12174
12765
  PrinceArthas_NozdormuTheTimeless_HERO_04bh = "HERO_04bh",
12175
12766
  PrinceArthas_DinoKnightLiadrin_HERO_04bi = "HERO_04bi",
12176
12767
  PrinceArthas_CarielTheChosen_HERO_04bj = "HERO_04bj",
12768
+ PrinceArthas_Turalyon_HERO_04bk = "HERO_04bk",
12769
+ Reinforce_HERO_04bkhp = "HERO_04bkhp",
12770
+ TheSilverHand_HERO_04bkhp2 = "HERO_04bkhp2",
12177
12771
  PrinceArthas_ReinforceLegacy = "HERO_04bp",
12178
12772
  PrinceArthas_TheSilverHandLegacy = "HERO_04bp2",
12773
+ PrinceArthas_FinleyMetzen_HERO_04bs = "HERO_04bs",
12179
12774
  UtherLightbringer_SirAnnoyOHeroSkins = "HERO_04c",
12180
12775
  UtherLightbringer_LightforgedUtherHeroSkins = "HERO_04d",
12181
12776
  UtherLightbringer_SecondWarUtherHeroSkins = "HERO_04e",
@@ -12260,6 +12855,10 @@ export declare const enum CardIds {
12260
12855
  WandererRexxar_ArachnidKerrigan_HERO_05bf = "HERO_05bf",
12261
12856
  SteadyShot_HERO_05bfhp = "HERO_05bfhp",
12262
12857
  BallistaShot_HERO_05bfhp2 = "HERO_05bfhp2",
12858
+ WandererRexxar_RangerLordNathanos_HERO_05bg = "HERO_05bg",
12859
+ WandererRexxar_BansheeQueenSylvanas_HERO_05bh = "HERO_05bh",
12860
+ SteadyShot_HERO_05bhhp = "HERO_05bhhp",
12861
+ BallistaShot_HERO_05bhhp2 = "HERO_05bhhp2",
12263
12862
  WandererRexxar_SylvanasBreezerunner_HERO_05bk = "HERO_05bk",
12264
12863
  WandererRexxar_SteadyShotLegacy = "HERO_05bp",
12265
12864
  WandererRexxar_BallistaShotLegacy = "HERO_05bp2",
@@ -12339,6 +12938,8 @@ export declare const enum CardIds {
12339
12938
  Shapeshift_HERO_06behp = "HERO_06behp",
12340
12939
  DireShapeshift_HERO_06behp2 = "HERO_06behp2",
12341
12940
  EliseStarseeker_YseraTheAwakened_HERO_06bf = "HERO_06bf",
12941
+ EliseStarseeker_DruidIllidan_HERO_06bg = "HERO_06bg",
12942
+ EliseStarseeker_OldWaysUlfar_HERO_06bh = "HERO_06bh",
12342
12943
  EliseStarseeker_EmpressAlexstrasza_HERO_06bj = "HERO_06bj",
12343
12944
  Shapeshift_HERO_06bjhp = "HERO_06bjhp",
12344
12945
  DireShapeshift_HERO_06bjhp2 = "HERO_06bjhp2",
@@ -12436,6 +13037,11 @@ export declare const enum CardIds {
12436
13037
  LifeTap_HERO_07bghp = "HERO_07bghp",
12437
13038
  SoulTap_HERO_07bghp2 = "HERO_07bghp2",
12438
13039
  MechaJaraxxus_TreasonTamsin_HERO_07bh = "HERO_07bh",
13040
+ MechaJaraxxus_XaviusTheExile_HERO_07bi = "HERO_07bi",
13041
+ MechaJaraxxus_WilfredFizzlebang_HERO_07bj = "HERO_07bj",
13042
+ LifeTap_HERO_07bjhp = "HERO_07bjhp",
13043
+ SoulTap_HERO_07bjhp2 = "HERO_07bjhp2",
13044
+ MechaJaraxxus_TimethiefRafaam_HERO_07bk = "HERO_07bk",
12439
13045
  MechaJaraxxus_DarkmoonYoggSaron_HERO_07bl = "HERO_07bl",
12440
13046
  LifeTap_HERO_07blhp = "HERO_07blhp",
12441
13047
  SoulTap_HERO_07blhp2 = "HERO_07blhp2",
@@ -12545,6 +13151,8 @@ export declare const enum CardIds {
12545
13151
  FireblastRank2_HERO_08bqhp2 = "HERO_08bqhp2",
12546
13152
  Khadgar_StudyKay_HERO_08br = "HERO_08br",
12547
13153
  Khadgar_SunloungerAFKay_HERO_08bs = "HERO_08bs",
13154
+ Khadgar_KirinTorKelthuzadToken_HERO_08bt = "HERO_08bt",
13155
+ Khadgar_OmencallerPrestor_HERO_08bx = "HERO_08bx",
12548
13156
  JainaProudmoore_FireMageJainaHeroSkins = "HERO_08c",
12549
13157
  JainaProudmoore_CelesteHeroSkins = "HERO_08d",
12550
13158
  FireblastHeroSkins_HERO_08dbp = "HERO_08dbp",
@@ -12631,8 +13239,13 @@ export declare const enum CardIds {
12631
13239
  MadameLazul_EmpressAlexstrasza_HERO_09be = "HERO_09be",
12632
13240
  LesserHeal_HERO_09behp = "HERO_09behp",
12633
13241
  Heal_HERO_09behp2 = "HERO_09behp2",
13242
+ MadameLazul_WardenTyrande_HERO_09bg = "HERO_09bg",
13243
+ MadameLazul_MedivhMasterOfDoves_HERO_09bk = "HERO_09bk",
12634
13244
  MadameLazul_LesserHealLegacy = "HERO_09bp",
12635
13245
  MadameLazul_HealLegacy = "HERO_09bp2",
13246
+ MadameLazul_Turalyon_HERO_09bq = "HERO_09bq",
13247
+ LesserHeal_HERO_09bqhp = "HERO_09bqhp",
13248
+ Heal_HERO_09bqhp2 = "HERO_09bqhp2",
12636
13249
  AnduinWrynn_KingAnduinHeroSkins = "HERO_09c",
12637
13250
  AnduinWrynn_AnduinOfProphecyHeroSkins = "HERO_09d",
12638
13251
  LesserHealHeroSkins_HERO_09dbp = "HERO_09dbp",
@@ -12706,9 +13319,17 @@ export declare const enum CardIds {
12706
13319
  DemonsBite_HERO_10bbhp2 = "HERO_10bbhp2",
12707
13320
  DemonClawsHeroSkins_HERO_10bbp = "HERO_10bbp",
12708
13321
  DemonsBiteHeroSkins_HERO_10bbp2 = "HERO_10bbp2",
13322
+ ArannaStarseeker_Broxigar_HERO_10bc = "HERO_10bc",
13323
+ DemonClaws_HERO_10bchp = "HERO_10bchp",
13324
+ DemonsBite_HERO_10bchp2 = "HERO_10bchp2",
12709
13325
  ArannaStarseeker_ArachnidKerrigan_HERO_10bd = "HERO_10bd",
12710
13326
  DemonClaws_HERO_10bdhp = "HERO_10bdhp",
12711
13327
  DemonsBite_HERO_10bdhp2 = "HERO_10bdhp2",
13328
+ ArannaStarseeker_DemonHunterMalfurion_HERO_10be = "HERO_10be",
13329
+ ArannaStarseeker_PopPunkHalveria_HERO_10bf = "HERO_10bf",
13330
+ ArannaStarseeker_AllariTheSouleater_HERO_10bg = "HERO_10bg",
13331
+ DemonClaws_HERO_10bghp = "HERO_10bghp",
13332
+ DemonsBite_HERO_10bghp2 = "HERO_10bghp2",
12712
13333
  ArannaStarseeker_SecretDestinyAranna_HERO_10bh = "HERO_10bh",
12713
13334
  ArannaStarseeker_DemonClawsLegacy = "HERO_10bp",
12714
13335
  ArannaStarseeker_DemonsBiteLegacy = "HERO_10bp2",
@@ -12767,6 +13388,10 @@ export declare const enum CardIds {
12767
13388
  ArthasKingslayer_LüBuArthas_HERO_11am = "HERO_11am",
12768
13389
  ArthasKingslayer_BonediggerArfus_HERO_11an = "HERO_11an",
12769
13390
  ArthasKingslayer_KingBoneKrusher_HERO_11ao = "HERO_11ao",
13391
+ ArthasKingslayer_HuskEternalReaper_HERO_11aq = "HERO_11aq",
13392
+ GhoulCharge_HERO_11aqhp = "HERO_11aqhp",
13393
+ GhoulFrenzy_HERO_11aqhp2 = "HERO_11aqhp2",
13394
+ ArthasKingslayer_NewlyRisenScarlet_HERO_11ar = "HERO_11ar",
12770
13395
  TheLichKing_ArthasMenethilHeroSkins = "HERO_11b",
12771
13396
  ArthasMenethil_GhoulChargeLegacy = "HERO_11bp",
12772
13397
  ArthasMenethil_GhoulFrenzyLegacy = "HERO_11bp2",
@@ -21677,6 +22302,7 @@ export declare const enum CardIds {
21677
22302
  Hogger_GnollLegacyToken = "NEW1_040t",
21678
22303
  StampedingKodoLegacy = "NEW1_041",
21679
22304
  PlayThisTurnLegacyEnchantment = "NEW_1308e",
22305
+ DummyEnchEnchantment_NEW_4183_Copy = "NEW_4183_Copy",
21680
22306
  TearReality = "NX2_001",
21681
22307
  TearReality_TornEnchantment = "NX2_001e",
21682
22308
  SpectralTrainee = "NX2_002",
@@ -22088,6 +22714,10 @@ export declare const enum CardIds {
22088
22714
  AngelicRabbitath_PET_4_2 = "PET_4_2",
22089
22715
  EtherealRabbitath_PET_4_3 = "PET_4_3",
22090
22716
  CorruptedRabbitath_PET_4_4 = "PET_4_4",
22717
+ BestestBoyArfus_PET_6_1 = "PET_6_1",
22718
+ ArfusHoundOfMenethil_PET_6_2 = "PET_6_2",
22719
+ PutridPupperArfus_PET_6_3 = "PET_6_3",
22720
+ HelmedHoundArfus_PET_6_4 = "PET_6_4",
22091
22721
  EliteTaurenChieftainLegacy = "PRO_001",
22092
22722
  EliteTaurenChieftain_IAmMurlocLegacy = "PRO_001a",
22093
22723
  IAmMurloc_MurlocLegacyToken = "PRO_001at",
@@ -26210,6 +26840,7 @@ export declare const enum CardIds {
26210
26840
  Alleria_TB_BaconShopBob_SKIN_AQ = "TB_BaconShopBob_SKIN_AQ",
26211
26841
  Xalatath_TB_BaconShopBob_SKIN_AR = "TB_BaconShopBob_SKIN_AR",
26212
26842
  Venari = "TB_BaconShopBob_SKIN_B",
26843
+ Murozond_TB_BaconShopBob_SKIN_BD = "TB_BaconShopBob_SKIN_BD",
26213
26844
  DragonspeakerBob = "TB_BaconShopBob_SKIN_C",
26214
26845
  Fizzy = "TB_BaconShopBob_SKIN_D",
26215
26846
  MegaBob = "TB_BaconShopBob_SKIN_E",
@@ -26234,6 +26865,7 @@ export declare const enum CardIds {
26234
26865
  LadyDeathwhisper_TB_BaconShopBob_SKIN_X = "TB_BaconShopBob_SKIN_X",
26235
26866
  ScorekeeperBob = "TB_BaconShopBob_SKIN_Y",
26236
26867
  RadnarShredaxe = "TB_BaconShopBob_SKIN_Z",
26868
+ Nozdormu_TB_BaconShopBob_TWT = "TB_BaconShopBob_TWT",
26237
26869
  Freeze_TB_BaconShopLockAll_Button = "TB_BaconShopLockAll_Button",
26238
26870
  TavernTier2 = "TB_BaconShopTechUp02_Button",
26239
26871
  TavernTier3 = "TB_BaconShopTechUp03_Button",
@@ -26261,6 +26893,7 @@ export declare const enum CardIds {
26261
26893
  EnchantingEdwin = "TB_BaconShop_HERO_01_SKIN_D",
26262
26894
  EdwinTheFox_TB_BaconShop_HERO_01_SKIN_E = "TB_BaconShop_HERO_01_SKIN_E",
26263
26895
  RoyalEdwin_TB_BaconShop_HERO_01_SKIN_F = "TB_BaconShop_HERO_01_SKIN_F",
26896
+ TimeHeistEdwin_TB_BaconShop_HERO_01_SKIN_G = "TB_BaconShop_HERO_01_SKIN_G",
26264
26897
  Galakrond = "TB_BaconShop_HERO_02",
26265
26898
  ApostleOfGalakrond_TB_BaconShop_HERO_02_Buddy = "TB_BaconShop_HERO_02_Buddy",
26266
26899
  ApostleOfGalakrond_TB_BaconShop_HERO_02_Buddy_G = "TB_BaconShop_HERO_02_Buddy_G",
@@ -26269,6 +26902,7 @@ export declare const enum CardIds {
26269
26902
  GalakrondProtoMurloc = "TB_BaconShop_HERO_02_SKIN_C",
26270
26903
  NeltharionGalakrond_TB_BaconShop_HERO_02_SKIN_D = "TB_BaconShop_HERO_02_SKIN_D",
26271
26904
  FelMutantGalakrond_TB_BaconShop_HERO_02_SKIN_E = "TB_BaconShop_HERO_02_SKIN_E",
26905
+ EndTimeGalakrond_TB_BaconShop_HERO_02_SKIN_F = "TB_BaconShop_HERO_02_SKIN_F",
26272
26906
  IllidanStormrage_TB_BaconShop_HERO_08 = "TB_BaconShop_HERO_08",
26273
26907
  EclipsionIllidari_TB_BaconShop_HERO_08_Buddy = "TB_BaconShop_HERO_08_Buddy",
26274
26908
  EclipsionIllidari_TB_BaconShop_HERO_08_Buddy_G = "TB_BaconShop_HERO_08_Buddy_G",
@@ -26314,6 +26948,7 @@ export declare const enum CardIds {
26314
26948
  PiperKing_TB_BaconShop_HERO_12_SKIN_E = "TB_BaconShop_HERO_12_SKIN_E",
26315
26949
  TheVileKing_TB_BaconShop_HERO_12_SKIN_F = "TB_BaconShop_HERO_12_SKIN_F",
26316
26950
  TheWildKing_TB_BaconShop_HERO_12_SKIN_G = "TB_BaconShop_HERO_12_SKIN_G",
26951
+ InfiniteRatKing_TB_BaconShop_HERO_12_SKIN_H = "TB_BaconShop_HERO_12_SKIN_H",
26317
26952
  QueenWagtoggle_TB_BaconShop_HERO_14 = "TB_BaconShop_HERO_14",
26318
26953
  ElderTaggawag_TB_BaconShop_HERO_14_Buddy = "TB_BaconShop_HERO_14_Buddy",
26319
26954
  ElderTaggawag_TB_BaconShop_HERO_14_Buddy_G = "TB_BaconShop_HERO_14_Buddy_G",
@@ -26347,6 +26982,7 @@ export declare const enum CardIds {
26347
26982
  SpectatorAFKay_TB_BaconShop_HERO_16_SKIN_G = "TB_BaconShop_HERO_16_SKIN_G",
26348
26983
  NozdormuAFKay_TB_BaconShop_HERO_16_SKIN_H = "TB_BaconShop_HERO_16_SKIN_H",
26349
26984
  GhostAFKay_TB_BaconShop_HERO_16_SKIN_I = "TB_BaconShop_HERO_16_SKIN_I",
26985
+ MurozondAFKay_TB_BaconShop_HERO_16_SKIN_J = "TB_BaconShop_HERO_16_SKIN_J",
26350
26986
  MillificentManastorm = "TB_BaconShop_HERO_17",
26351
26987
  ElementiumSquirrelBomb_TB_BaconShop_HERO_17_Buddy = "TB_BaconShop_HERO_17_Buddy",
26352
26988
  ElementiumSquirrelBomb_TB_BaconShop_HERO_17_Buddy_G = "TB_BaconShop_HERO_17_Buddy_G",
@@ -26355,6 +26991,7 @@ export declare const enum CardIds {
26355
26991
  MillificentMrrglstorm = "TB_BaconShop_HERO_17_SKIN_C",
26356
26992
  MillificentTheMarionette = "TB_BaconShop_HERO_17_SKIN_D",
26357
26993
  MillificentMechastorm = "TB_BaconShop_HERO_17_SKIN_E",
26994
+ TimewalkerMillificent_TB_BaconShop_HERO_17_SKIN_F = "TB_BaconShop_HERO_17_SKIN_F",
26358
26995
  PatchesThePirate_TB_BaconShop_HERO_18 = "TB_BaconShop_HERO_18",
26359
26996
  TuskarrRaider_TB_BaconShop_HERO_18_Buddy = "TB_BaconShop_HERO_18_Buddy",
26360
26997
  TuskarrRaider_TB_BaconShop_HERO_18_Buddy_G = "TB_BaconShop_HERO_18_Buddy_G",
@@ -26383,6 +27020,7 @@ export declare const enum CardIds {
26383
27020
  GreatfatherLichKing = "TB_BaconShop_HERO_22_SKIN_D",
26384
27021
  TheScourgewarKing = "TB_BaconShop_HERO_22_SKIN_E",
26385
27022
  TheFutureKing_TB_BaconShop_HERO_22_SKIN_F = "TB_BaconShop_HERO_22_SKIN_F",
27023
+ OnceAndFutureLichKing_TB_BaconShop_HERO_22_SKIN_G = "TB_BaconShop_HERO_22_SKIN_G",
26386
27024
  TheLichKing_TB_BaconShop_HERO_22_Tutorial = "TB_BaconShop_HERO_22_Tutorial",
26387
27025
  Shudderwock_TB_BaconShop_HERO_23 = "TB_BaconShop_HERO_23",
26388
27026
  Muckslinger_TB_BaconShop_HERO_23_Buddy = "TB_BaconShop_HERO_23_Buddy",
@@ -26402,6 +27040,7 @@ export declare const enum CardIds {
26402
27040
  SpellboundBazhial = "TB_BaconShop_HERO_25_SKIN_C4",
26403
27041
  IcebinderBazhial = "TB_BaconShop_HERO_25_SKIN_D",
26404
27042
  MalevolentBazhial_TB_BaconShop_HERO_25_SKIN_E = "TB_BaconShop_HERO_25_SKIN_E",
27043
+ TimeTravelBazhial_TB_BaconShop_HERO_25_SKIN_F = "TB_BaconShop_HERO_25_SKIN_F",
26405
27044
  Sindragosa_TB_BaconShop_HERO_27 = "TB_BaconShop_HERO_27",
26406
27045
  ThawedChampion_TB_BaconShop_HERO_27_Buddy = "TB_BaconShop_HERO_27_Buddy",
26407
27046
  ThawedChampion_TB_BaconShop_HERO_27_Buddy_G = "TB_BaconShop_HERO_27_Buddy_G",
@@ -26420,6 +27059,7 @@ export declare const enum CardIds {
26420
27059
  TinkerTownToki = "TB_BaconShop_HERO_28_SKIN_D",
26421
27060
  DroidToki_TB_BaconShop_HERO_28_SKIN_E = "TB_BaconShop_HERO_28_SKIN_E",
26422
27061
  DragonfriendToki_TB_BaconShop_HERO_28_SKIN_F = "TB_BaconShop_HERO_28_SKIN_F",
27062
+ ApocalypseToki_TB_BaconShop_HERO_28_SKIN_L = "TB_BaconShop_HERO_28_SKIN_L",
26423
27063
  Cthun_TB_BaconShop_HERO_29 = "TB_BaconShop_HERO_29",
26424
27064
  TentacleOfCthun_TB_BaconShop_HERO_29_Buddy = "TB_BaconShop_HERO_29_Buddy",
26425
27065
  TentacleOfCthun_TB_BaconShop_HERO_29_Buddy_G = "TB_BaconShop_HERO_29_Buddy_G",
@@ -26550,6 +27190,7 @@ export declare const enum CardIds {
26550
27190
  BrawlinBrann = "TB_BaconShop_HERO_43_SKIN_F",
26551
27191
  LiontamerBrann_TB_BaconShop_HERO_43_SKIN_G = "TB_BaconShop_HERO_43_SKIN_G",
26552
27192
  DelveExplorerBrann_TB_BaconShop_HERO_43_SKIN_H = "TB_BaconShop_HERO_43_SKIN_H",
27193
+ TimewalkerBrann_TB_BaconShop_HERO_43_SKIN_N = "TB_BaconShop_HERO_43_SKIN_N",
26553
27194
  IvoryQueenSylvanas_TB_BaconShop_HERO_44_SKIN_A = "TB_BaconShop_HERO_44_SKIN_A",
26554
27195
  DartHuntressSylvanas_TB_BaconShop_HERO_44_SKIN_B = "TB_BaconShop_HERO_44_SKIN_B",
26555
27196
  SylvanasBreezerunner_TB_BaconShop_HERO_44_SKIN_C = "TB_BaconShop_HERO_44_SKIN_C",
@@ -26620,6 +27261,7 @@ export declare const enum CardIds {
26620
27261
  ShowstopperAlexstrasza = "TB_BaconShop_HERO_56_SKIN_C",
26621
27262
  AlexstraszaLifesFlame = "TB_BaconShop_HERO_56_SKIN_D",
26622
27263
  CandlelightAlexstrasza_TB_BaconShop_HERO_56_SKIN_E = "TB_BaconShop_HERO_56_SKIN_E",
27264
+ ProtoDragonAlexstrasza_TB_BaconShop_HERO_56_SKIN_F = "TB_BaconShop_HERO_56_SKIN_F",
26623
27265
  Nozdormu_TB_BaconShop_HERO_57 = "TB_BaconShop_HERO_57",
26624
27266
  Chromie_TB_BaconShop_HERO_57_Buddy = "TB_BaconShop_HERO_57_Buddy",
26625
27267
  Chromie_TB_BaconShop_HERO_57_Buddy_G = "TB_BaconShop_HERO_57_Buddy_G",
@@ -26628,6 +27270,7 @@ export declare const enum CardIds {
26628
27270
  NozdormuTimeWarden = "TB_BaconShop_HERO_57_SKIN_C4",
26629
27271
  QuicksandNozdormu_TB_BaconShop_HERO_57_SKIN_D = "TB_BaconShop_HERO_57_SKIN_D",
26630
27272
  FutureVacationNozdormu_TB_BaconShop_HERO_57_SKIN_E = "TB_BaconShop_HERO_57_SKIN_E",
27273
+ TavernKeeperNozdormu_TB_BaconShop_HERO_57_SKIN_L = "TB_BaconShop_HERO_57_SKIN_L",
26631
27274
  Malygos = "TB_BaconShop_HERO_58",
26632
27275
  NexusLord_TB_BaconShop_HERO_58_Buddy = "TB_BaconShop_HERO_58_Buddy",
26633
27276
  NexusLord_TB_BaconShop_HERO_58_Buddy_G = "TB_BaconShop_HERO_58_Buddy_G",
@@ -26661,6 +27304,7 @@ export declare const enum CardIds {
26661
27304
  PhoenixBringerKaelthas = "TB_BaconShop_HERO_60_SKIN_C2",
26662
27305
  SaviorKaelthas = "TB_BaconShop_HERO_60_SKIN_D",
26663
27306
  SurferKaelthas_TB_BaconShop_HERO_60_SKIN_E = "TB_BaconShop_HERO_60_SKIN_E",
27307
+ BronzeKaelthas_TB_BaconShop_HERO_60_SKIN_F = "TB_BaconShop_HERO_60_SKIN_F",
26664
27308
  LadyVashj_TB_BaconShop_HERO_61 = "TB_BaconShop_HERO_61",
26665
27309
  MaievShadowsong_TB_BaconShop_HERO_62 = "TB_BaconShop_HERO_62",
26666
27310
  ShadowWarden_TB_BaconShop_HERO_62_Buddy = "TB_BaconShop_HERO_62_Buddy",
@@ -26681,6 +27325,7 @@ export declare const enum CardIds {
26681
27325
  MoonlightFamiliarEudora = "TB_BaconShop_HERO_64_SKIN_C4",
26682
27326
  CoachEudora = "TB_BaconShop_HERO_64_SKIN_D",
26683
27327
  SmugglerEudora_TB_BaconShop_HERO_64_SKIN_E = "TB_BaconShop_HERO_64_SKIN_E",
27328
+ SpacePirateEudora_TB_BaconShop_HERO_64_SKIN_F = "TB_BaconShop_HERO_64_SKIN_F",
26684
27329
  CaptainHooktusk_TB_BaconShop_HERO_67 = "TB_BaconShop_HERO_67",
26685
27330
  RagingContender_TB_BaconShop_HERO_67_Buddy = "TB_BaconShop_HERO_67_Buddy",
26686
27331
  RagingContender_TB_BaconShop_HERO_67_Buddy_G = "TB_BaconShop_HERO_67_Buddy_G",
@@ -26727,6 +27372,7 @@ export declare const enum CardIds {
26727
27372
  JandiceMurlov = "TB_BaconShop_HERO_71_SKIN_E",
26728
27373
  StandOffJandice_TB_BaconShop_HERO_71_SKIN_F = "TB_BaconShop_HERO_71_SKIN_F",
26729
27374
  MoodyJandice_TB_BaconShop_HERO_71_SKIN_G = "TB_BaconShop_HERO_71_SKIN_G",
27375
+ TimeTravelJandice_TB_BaconShop_HERO_71_SKIN_H = "TB_BaconShop_HERO_71_SKIN_H",
26730
27376
  LordBarov_TB_BaconShop_HERO_72 = "TB_BaconShop_HERO_72",
26731
27377
  BarovsApprentice_TB_BaconShop_HERO_72_Buddy = "TB_BaconShop_HERO_72_Buddy",
26732
27378
  BarovsApprentice_TB_BaconShop_HERO_72_Buddy_G = "TB_BaconShop_HERO_72_Buddy_G",
@@ -26812,6 +27458,7 @@ export declare const enum CardIds {
26812
27458
  PromQueenTickatus = "TB_BaconShop_HERO_94_SKIN_C",
26813
27459
  NaughtyListTickatus = "TB_BaconShop_HERO_94_SKIN_D",
26814
27460
  ScalperTickatus_TB_BaconShop_HERO_94_SKIN_E = "TB_BaconShop_HERO_94_SKIN_E",
27461
+ Tockatus_TB_BaconShop_HERO_94_SKIN_F = "TB_BaconShop_HERO_94_SKIN_F",
26815
27462
  Greybough_TB_BaconShop_HERO_95 = "TB_BaconShop_HERO_95",
26816
27463
  WanderingTreant_TB_BaconShop_HERO_95_Buddy = "TB_BaconShop_HERO_95_Buddy",
26817
27464
  WanderingTreant_TB_BaconShop_HERO_95_Buddy_G = "TB_BaconShop_HERO_95_Buddy_G",
@@ -26872,7 +27519,6 @@ export declare const enum CardIds {
26872
27519
  Bananarama_BananaWatcherEnchantment = "TB_BaconShop_HP_038e",
26873
27520
  Bananarama_WildBananaToken = "TB_BaconShop_HP_038t",
26874
27521
  WildBanana_WildBananaEnchantment = "TB_BaconShop_HP_038te",
26875
- PuzzleBox_TB_BaconShop_HP_039 = "TB_BaconShop_HP_039",
26876
27522
  PuzzleBox_PuzzledEnchantment = "TB_BaconShop_HP_039e",
26877
27523
  PuzzleBox_PuzzleBoxToken_TB_BaconShop_HP_039t = "TB_BaconShop_HP_039t",
26878
27524
  BrickByBrick_TB_BaconShop_HP_040 = "TB_BaconShop_HP_040",
@@ -26970,6 +27616,7 @@ export declare const enum CardIds {
26970
27616
  HarvestGolemLegacy_TB_BaconUps_006 = "TB_BaconUps_006",
26971
27617
  HarvestGolem_DamagedGolemLegacyToken_TB_BaconUps_006t = "TB_BaconUps_006t",
26972
27618
  MurlocWarleaderLegacy_TB_BaconUps_008 = "TB_BaconUps_008",
27619
+ MurlocWarleader_MrgglaarglEnchantment_TB_BaconUps_008e = "TB_BaconUps_008e",
26973
27620
  SelflessHero_TB_BaconUps_014 = "TB_BaconUps_014",
26974
27621
  SpawnOfNzoth_TB_BaconUps_025 = "TB_BaconUps_025",
26975
27622
  SpawnOfNzoth_SlimedEnchantment_TB_BaconUps_025e = "TB_BaconUps_025e",
@@ -26987,6 +27634,7 @@ export declare const enum CardIds {
26987
27634
  SecurityRover_TB_BaconUps_041 = "TB_BaconUps_041",
26988
27635
  SecurityRover_GuardBotToken_TB_BaconUps_041t = "TB_BaconUps_041t",
26989
27636
  ScavengingHyenaLegacy_TB_BaconUps_043 = "TB_BaconUps_043",
27637
+ ScavengingHyena_WellFedEnchantment_TB_BaconUps_043e = "TB_BaconUps_043e",
26990
27638
  IronSensei_TB_BaconUps_044 = "TB_BaconUps_044",
26991
27639
  IronSensei_IronedOutEnchantment_TB_BaconUps_044e = "TB_BaconUps_044e",
26992
27640
  BrannBronzebeard_TB_BaconUps_045 = "TB_BaconUps_045",
@@ -26994,7 +27642,6 @@ export declare const enum CardIds {
26994
27642
  BrannBronzebeard_BrannBronzebeardMurlocdragonToken_TB_BaconUps_045t = "TB_BaconUps_045t",
26995
27643
  SavannahHighmaneLegacy_TB_BaconUps_049 = "TB_BaconUps_049",
26996
27644
  SavannahHighmane_HyenaLegacyToken_TB_BaconUps_049t = "TB_BaconUps_049t",
26997
- BaronRivendare_TB_BaconUps_055 = "TB_BaconUps_055",
26998
27645
  Ghastcoiler_TB_BaconUps_057 = "TB_BaconUps_057",
26999
27646
  Voidlord_TB_BaconUps_059 = "TB_BaconUps_059",
27000
27647
  Voidlord_VoidwalkerLegacyToken = "TB_BaconUps_059t",
@@ -27975,6 +28622,18 @@ export declare const enum CardIds {
27975
28622
  NextPileTavernBrawl = "TB_WinstonDraft_NextPile",
27976
28623
  GametypeJumpStartTavernBrawlToken = "TB_WinstonDraft_PlayJumpStart",
27977
28624
  GametypeWinstonTavernBrawl = "TB_WinstonDraft_PlayWinston",
28625
+ ShadowcrafterScabbs_TB_World007 = "TB_World007",
28626
+ SecretPassage_TB_World008 = "TB_World008",
28627
+ BrittleboneBuccaneer_TB_World009 = "TB_World009",
28628
+ DreadhoundHandler_TB_World010 = "TB_World010",
28629
+ ArkoniteDefenseCrystal_TB_World011 = "TB_World011",
28630
+ TheCeaselessExpanse_TB_World012 = "TB_World012",
28631
+ BabblingBook_TB_World_001 = "TB_World_001",
28632
+ FirelandsPortal_TB_World_002 = "TB_World_002",
28633
+ FandralStaghelm_TB_World_003 = "TB_World_003",
28634
+ JadeBehemoth_TB_World_004 = "TB_World_004",
28635
+ Hex_TB_World_005 = "TB_World_005",
28636
+ BladeDance_TB_World_006 = "TB_World_006",
27978
28637
  YoggServantHeroEnchantTavernBrawlEnchantmentToken = "TB_YoggServant_Enchant",
27979
28638
  ZombeastEnchantTavernBrawlEnchantmentHeroic = "TB_ZombeastEnch",
27980
28639
  ZombeastBrawlSpellTavernBrawl = "TB_ZombeastSpell",
@@ -28279,15 +28938,295 @@ export declare const enum CardIds {
28279
28938
  SemiStablePortal_TIME_000 = "TIME_000",
28280
28939
  KeepTimeline_TIME_000ta = "TIME_000ta",
28281
28940
  RewindTimeline_TIME_000tb = "TIME_000tb",
28941
+ ChronoDaggers_TIME_001 = "TIME_001",
28942
+ AeonWizard_TIME_002 = "TIME_002",
28282
28943
  PortalVanguard_TIME_003 = "TIME_003",
28283
28944
  PortalVanguard_GuardingTimeEnchantment_TIME_003e = "TIME_003e",
28945
+ ConfluxCrasher_TIME_004 = "TIME_004",
28946
+ TimethiefRafaam_TIME_005 = "TIME_005",
28947
+ TimethiefRafaam_TinyRafaamToken_TIME_005t1 = "TIME_005t1",
28948
+ TimethiefRafaam_GreenRafaamToken_TIME_005t2 = "TIME_005t2",
28949
+ GreenRafaam_SupremeGreenologyEnchantment_TIME_005t2e = "TIME_005t2e",
28950
+ TimethiefRafaam_ExplorerRafaamToken_TIME_005t3 = "TIME_005t3",
28951
+ TimethiefRafaam_WarchiefRafaamToken_TIME_005t4 = "TIME_005t4",
28952
+ TimethiefRafaam_MindflayerRfaamToken_TIME_005t5 = "TIME_005t5",
28953
+ TimethiefRafaam_CalamitousRafaamToken_TIME_005t6 = "TIME_005t6",
28954
+ TimethiefRafaam_GiantRafaamToken_TIME_005t7 = "TIME_005t7",
28955
+ TimethiefRafaam_MurlocRafaamToken_TIME_005t8 = "TIME_005t8",
28956
+ MurlocRafaam_MrgleermMrgloslgyEnchantment_TIME_005t8e = "TIME_005t8e",
28957
+ TimethiefRafaam_ArchmageRafaamToken_TIME_005t9 = "TIME_005t9",
28958
+ ArchmageRafaam_BaaaafamToken_TIME_005t9t = "TIME_005t9t",
28959
+ MirrorDimension_TIME_006 = "TIME_006",
28960
+ MirrorDimension_MirroredMageToken_TIME_006t1 = "TIME_006t1",
28961
+ BygoneDoomspeaker_TIME_008 = "TIME_008",
28962
+ GelbinOfTomorrow_TIME_009 = "TIME_009",
28963
+ GelbinOfTomorrow_GnomishAuraToken_TIME_009t1 = "TIME_009t1",
28964
+ GelbinOfTomorrow_MekkatorquesAuraToken_TIME_009t2 = "TIME_009t2",
28965
+ MekkatorquesAura_ForGnomereganEnchantment_TIME_009t2e = "TIME_009t2e",
28966
+ FarseerWo_TIME_013 = "TIME_013",
28967
+ InstantMultiverse_TIME_014 = "TIME_014",
28968
+ HardlightProtector_TIME_015 = "TIME_015",
28969
+ NeonInnovation_TIME_016 = "TIME_016",
28970
+ NeonInnovation_NeonSignEnchantment_TIME_016e = "TIME_016e",
28971
+ Tankgineer_TIME_017 = "TIME_017",
28972
+ MendTheTimeline_TIME_018 = "TIME_018",
28973
+ ManifestedTimeways_TIME_019 = "TIME_019",
28974
+ Broxigar_TIME_020 = "TIME_020",
28975
+ Broxigar_AxeOfCenariusToken_TIME_020t1 = "TIME_020t1",
28976
+ Broxigar_FirstPortalToArgusToken_TIME_020t2 = "TIME_020t2",
28977
+ FirstPortalToArgus_FleeingUrzulToken_TIME_020t2t = "TIME_020t2t",
28978
+ Broxigar_SecondPortalToArgusToken_TIME_020t3 = "TIME_020t3",
28979
+ SecondPortalToArgus_FleeingIncubusToken_TIME_020t3t = "TIME_020t3t",
28980
+ Broxigar_ThirdPortalToArgusToken_TIME_020t4 = "TIME_020t4",
28981
+ ThirdPortalToArgus_FleeingWrathguardToken_TIME_020t4t = "TIME_020t4t",
28982
+ Broxigar_FinalPortalToArgusToken_TIME_020t5 = "TIME_020t5",
28983
+ FinalPortalToArgus_FleeingTerrorguardToken_TIME_020t5t = "TIME_020t5t",
28984
+ DoomsdayPrepper_TIME_021 = "TIME_021",
28985
+ PerennialSerpent_TIME_022 = "TIME_022",
28986
+ Contingency_TIME_023 = "TIME_023",
28987
+ MurozondUnbounded_TIME_024 = "TIME_024",
28988
+ MurozondUnbounded_InfinitePowerEnchantment_TIME_024e = "TIME_024e",
28989
+ MurozondUnbounded_MurozondEndOfTimeEnchantment_TIME_024e2 = "TIME_024e2",
28990
+ TwilightTimehopper_TIME_025 = "TIME_025",
28991
+ TwilightTimehopper_ShredOfTimeToken_TIME_025t = "TIME_025t",
28992
+ EntropicContinuity_TIME_026 = "TIME_026",
28993
+ EntropicContinuity_RupturedRealityEnchantment_TIME_026e = "TIME_026e",
28994
+ TachyonBarrage_TIME_027 = "TIME_027",
28995
+ Fatebreaker_TIME_028 = "TIME_028",
28996
+ Fatebreaker_FateBrokenEnchantment_TIME_028e = "TIME_028e",
28997
+ RuinousVelocidrake_TIME_029 = "TIME_029",
28998
+ Divergence_TIME_030 = "TIME_030",
28999
+ Divergence_DivergentEnchantment_TIME_030e1 = "TIME_030e1",
29000
+ Divergence_DivergedEnchantment_TIME_030e2 = "TIME_030e2",
29001
+ RafaamLadder_TIME_031 = "TIME_031",
29002
+ Chronogor_TIME_032 = "TIME_032",
29003
+ DruidOfRegrowth_TIME_033 = "TIME_033",
29004
+ StadiumAnnouncer_TIME_034 = "TIME_034",
29005
+ StadiumAnnouncer_UpperHandEnchantment_TIME_034e = "TIME_034e",
29006
+ TimeMachine_TIME_035 = "TIME_035",
29007
+ RoyalInformant_TIME_036 = "TIME_036",
29008
+ RoyalInformant_ThreatMitigationEnchantment_TIME_036e = "TIME_036e",
29009
+ RoyalInformant_MitigateThreatToken_TIME_036t = "TIME_036t",
29010
+ DiscipleOfTheDove_TIME_037 = "TIME_037",
29011
+ DiscipleOfTheDove_DovesBlessingEnchantment_TIME_037e = "TIME_037e",
28284
29012
  MisterClocksworth_TIME_038 = "TIME_038",
28285
29013
  MisterClocksworth_MisterClocksworthToken_TIME_038t1 = "TIME_038t1",
28286
29014
  MisterClocksworth_MisterClocksworthToken_TIME_038t2 = "TIME_038t2",
28287
29015
  MisterClocksworth_MisterClocksworthToken_TIME_038t3 = "TIME_038t3",
29016
+ DejaVu_TIME_039 = "TIME_039",
29017
+ FadingMemory_TIME_040 = "TIME_040",
29018
+ FuturisticForefather_TIME_041 = "TIME_041",
29019
+ FuturisticForefather_InfiltrationEnchantment_TIME_041e2 = "TIME_041e2",
29020
+ KingMaluk_TIME_042 = "TIME_042",
29021
+ KingMaluk_InfiniteBananaToken_TIME_042t = "TIME_042t",
29022
+ InfiniteBanana_InfiniteBananaEnchantment_TIME_042te = "TIME_042te",
29023
+ PmmInfinitizer_TIME_043 = "TIME_043",
29024
+ PmmInfinitizer_InfinitizedEnchantment_TIME_043e = "TIME_043e",
29025
+ PmmInfinitizer_PacifitizedEnchantment_TIME_043e2 = "TIME_043e2",
29026
+ PastGnomeregan_TIME_044 = "TIME_044",
29027
+ PastGnomeregan_GnomishStrengthEnchantment_TIME_044e = "TIME_044e",
29028
+ PastGnomeregan_PresentGnomereganToken_TIME_044t1 = "TIME_044t1",
29029
+ PresentGnomeregan_LeperStrengthEnchantment_TIME_044t1e = "TIME_044t1e",
29030
+ PastGnomeregan_FutureGnomereganToken_TIME_044t2 = "TIME_044t2",
29031
+ WhelpOfTheInfinite_TIME_045 = "TIME_045",
29032
+ CyborgPatriarch_TIME_046 = "TIME_046",
29033
+ CyborgPatriarch_PrimeApeEnchantment_TIME_046e = "TIME_046e",
29034
+ DeviousCoyote_TIME_047 = "TIME_047",
29035
+ ClockworkRager_TIME_048 = "TIME_048",
29036
+ ClockworkRager_ClockworkRageEnchantment_TIME_048e = "TIME_048e",
29037
+ DangerousVariant_TIME_049 = "TIME_049",
29038
+ SentientHourglass_TIME_050 = "TIME_050",
29039
+ SentientHourglass_SandFlowEnchantment_TIME_050e = "TIME_050e",
29040
+ SoldierOfTheInfinite_TIME_051 = "TIME_051",
29041
+ SoldierOfTheInfinite_InfiniteScalesEnchantment_TIME_051e = "TIME_051e",
29042
+ AmberWarden_TIME_052 = "TIME_052",
29043
+ Sandmaw_TIME_053 = "TIME_053",
29044
+ TimeSkipper_TIME_054 = "TIME_054",
29045
+ TimeSkipper_SkippingTimeEnchantment_TIME_054e = "TIME_054e",
29046
+ UnknownVoyager_TIME_055 = "TIME_055",
29047
+ WhelpOfTheBronze_TIME_056 = "TIME_056",
29048
+ WizenedTruthseeker_TIME_057 = "TIME_057",
29049
+ WizenedTruthseeker_TrueWisdomEnchantment_TIME_057e = "TIME_057e",
29050
+ PaltryFlutterwing_TIME_058 = "TIME_058",
29051
+ PaltryFlutterwing_ConsequencesEnchantment_TIME_058e = "TIME_058e",
29052
+ LivingParadox_TIME_059 = "TIME_059",
29053
+ QuantumDestabilizer_TIME_060 = "TIME_060",
29054
+ TimelessCausality_TIME_061 = "TIME_061",
29055
+ ChronicleKeeper_TIME_062 = "TIME_062",
28288
29056
  TimelordNozdormu_TIME_063 = "TIME_063",
28289
29057
  TimelordNozdormu_LordOfTimeEnchantment_TIME_063e1 = "TIME_063e1",
28290
29058
  TimelordNozdormu_NozdormuPlayEnchantEnchantment_TIME_063e2 = "TIME_063e2",
29059
+ ChronoLordDeios_TIME_064 = "TIME_064",
29060
+ ChronoLordDeios_DeiosInfluenceEnchantment_TIME_064e = "TIME_064e",
29061
+ HourglassAttendant_TIME_100 = "TIME_100",
29062
+ HourglassAttendant_SandyPolishEnchantment_TIME_100e = "TIME_100e",
29063
+ MisplacedPyromancer_TIME_101 = "TIME_101",
29064
+ Circadiamancer_TIME_102 = "TIME_102",
29065
+ Circadiamancer_MetaphysicalEnchantment_TIME_102e = "TIME_102e",
29066
+ Chromie_TIME_103 = "TIME_103",
29067
+ PlayAfterRewindEnchantment_TIME_110 = "TIME_110",
29068
+ MuradinHighKing_TIME_209 = "TIME_209",
29069
+ MuradinHighKing_HammerOfTheHighKingEnchantment_TIME_209e = "TIME_209e",
29070
+ MuradinHighKing_HighKingsHammerToken_TIME_209t = "TIME_209t",
29071
+ MuradinHighKing_AvatarFormToken_TIME_209t2 = "TIME_209t2",
29072
+ AvatarForm_AvatarFormEnchantment_TIME_209t2e = "TIME_209t2e",
29073
+ LadyAzshara_TIME_211 = "TIME_211",
29074
+ LadyAzshara_EmpowerZinAzshari_TIME_211a = "TIME_211a",
29075
+ LadyAzshara_EmpowerTheWell_TIME_211b = "TIME_211b",
29076
+ LadyAzshara_TheWellOfEternityToken_TIME_211t1 = "TIME_211t1",
29077
+ TheWellOfEternity_TheWellOfEternityToken_TIME_211t1t = "TIME_211t1t",
29078
+ TheWellOfEternity_EternalizedEnchantment_TIME_211t1te = "TIME_211t1te",
29079
+ LadyAzshara_ZinAzshariToken_TIME_211t2 = "TIME_211t2",
29080
+ ZinAzshari_ZinAzshariToken_TIME_211t2t = "TIME_211t2t",
29081
+ ZinAzshari_TheCitysStrengthEnchantment_TIME_211t2te = "TIME_211t2te",
29082
+ LightningRod_TIME_212 = "TIME_212",
29083
+ PrimordialOverseer_TIME_213 = "TIME_213",
29084
+ FluxRevenant_TIME_214 = "TIME_214",
29085
+ FluxRevenant_FluxOvercapacityEnchantment_TIME_214e = "TIME_214e",
29086
+ Thunderquake_TIME_215 = "TIME_215",
29087
+ NascentBolt_TIME_216 = "TIME_216",
29088
+ Stormrook_TIME_217 = "TIME_217",
29089
+ StaticShock_TIME_218 = "TIME_218",
29090
+ StaticShock_StaticallyChargedEnchantment_TIME_218e = "TIME_218e",
29091
+ CleansingLightspawn_TIME_427 = "TIME_427",
29092
+ Yesterloc_TIME_428 = "TIME_428",
29093
+ Yesterloc_MrrglsOfYoreEnchantment_TIME_428e = "TIME_428e",
29094
+ DivineAugur_TIME_429 = "TIME_429",
29095
+ DivineAugur_LightIntensityEnchantment_TIME_429e1 = "TIME_429e1",
29096
+ DivineAugur_LightPolarityEnchantment_TIME_429e2 = "TIME_429e2",
29097
+ AmberPriestess_TIME_431 = "TIME_431",
29098
+ IntertwinedFate_TIME_432 = "TIME_432",
29099
+ CeaseToExist_TIME_433 = "TIME_433",
29100
+ TemporalTraveler_TIME_434 = "TIME_434",
29101
+ TemporalTraveler_TemporalShadowToken_TIME_434t = "TIME_434t",
29102
+ Eternus_TIME_435 = "TIME_435",
29103
+ PastConflux_TIME_436 = "TIME_436",
29104
+ PastConflux_PresentConfluxToken_TIME_436t1 = "TIME_436t1",
29105
+ PastConflux_FutureConfluxToken_TIME_436t2 = "TIME_436t2",
29106
+ AeonRend_TIME_441 = "TIME_441",
29107
+ TimewayWarden_TIME_442 = "TIME_442",
29108
+ TimewayWarden_EternalImprisonmentEnchantment_TIME_442e = "TIME_442e",
29109
+ HoundsOfFury_TIME_443 = "TIME_443",
29110
+ HoundsOfFury_SargeranFelhoundToken_TIME_443t = "TIME_443t",
29111
+ HoundsOfFury_SargeranFelhoundToken_TIME_443t2 = "TIME_443t2",
29112
+ TimeLostGlaive_TIME_444 = "TIME_444",
29113
+ TheEternalHold_TIME_446 = "TIME_446",
29114
+ TheEternalHold_JailbreakEnchantment_TIME_446e = "TIME_446e",
29115
+ PowerWordBarrier_TIME_447 = "TIME_447",
29116
+ PowerWordBarrier_BarrierEnchantment_TIME_447e2 = "TIME_447e2",
29117
+ Solitude_TIME_448 = "TIME_448",
29118
+ LastingLegacy_TIME_449 = "TIME_449",
29119
+ LastingLegacy_BroxigarsHonorEnchantment_TIME_449e1 = "TIME_449e1",
29120
+ LastingLegacy_BroxigarsLegacyEnchantment_TIME_449e2 = "TIME_449e2",
29121
+ PreciseShot_TIME_600 = "TIME_600",
29122
+ ArrowRetriever_TIME_601 = "TIME_601",
29123
+ Wormhole_TIME_602 = "TIME_602",
29124
+ TickingTimebomb_TIME_603 = "TIME_603",
29125
+ EpochStalker_TIME_605 = "TIME_605",
29126
+ QueldoreiFletcher_TIME_606 = "TIME_606",
29127
+ QueldoreiFletcher_FletchingEnchantment_TIME_606e = "TIME_606e",
29128
+ RangerGeneralSylvanas_TIME_609 = "TIME_609",
29129
+ RangerGeneralSylvanas_RangerCaptainAlleriaToken_TIME_609t1 = "TIME_609t1",
29130
+ RangerGeneralSylvanas_RangerInitiateVereesaToken_TIME_609t2 = "TIME_609t2",
29131
+ RangerInitiateVereesa_WindrunnersAllegianceEnchantment_TIME_609t2e = "TIME_609t2e",
29132
+ ShadowsOfYesterday_TIME_610 = "TIME_610",
29133
+ ShadowsOfYesterday_AnomalousShadeToken_TIME_610t2 = "TIME_610t2",
29134
+ Timestop_TIME_611 = "TIME_611",
29135
+ BloodDraw_TIME_612 = "TIME_612",
29136
+ CryofrozenChampion_TIME_613 = "TIME_613",
29137
+ Liferender_TIME_614 = "TIME_614",
29138
+ ForgottenMillennium_TIME_615 = "TIME_615",
29139
+ ForgottenMillennium_ForgottenEnchantment_TIME_615e = "TIME_615e",
29140
+ MemoriamManifest_TIME_616 = "TIME_616",
29141
+ Chronochiller_TIME_617 = "TIME_617",
29142
+ HuskEternalReaper_TIME_618 = "TIME_618",
29143
+ HuskEternalReaper_EternalLifePlayerEnchantEnchantment_TIME_618e = "TIME_618e",
29144
+ HuskEternalReaper_ASecondChanceEnchantment_TIME_618e2 = "TIME_618e2",
29145
+ HuskEternalReaper_EternalLifeToken_TIME_618t = "TIME_618t",
29146
+ TalanjiOfTheGraves_TIME_619 = "TIME_619",
29147
+ TalanjiOfTheGraves_BoonOfPowerPlayerEnchEnchantment_TIME_619e = "TIME_619e",
29148
+ TalanjiOfTheGraves_BoonOfLongevityPlayerEnchEnchantment_TIME_619e2 = "TIME_619e2",
29149
+ TalanjiOfTheGraves_BoonOfSpeedPlayerEnchEnchantment_TIME_619e3 = "TIME_619e3",
29150
+ TalanjiOfTheGraves_PactForPowerEnchantment_TIME_619e4 = "TIME_619e4",
29151
+ TalanjiOfTheGraves_PactForLongevityEnchantment_TIME_619e5 = "TIME_619e5",
29152
+ TalanjiOfTheGraves_PactForSpeedEnchantment_TIME_619e6 = "TIME_619e6",
29153
+ TalanjiOfTheGraves_BwonsamdiToken_TIME_619t = "TIME_619t",
29154
+ TalanjiOfTheGraves_WhatBefellZandalarToken_TIME_619t2 = "TIME_619t2",
29155
+ TalanjiOfTheGraves_BoonOfPowerToken_TIME_619t3 = "TIME_619t3",
29156
+ TalanjiOfTheGraves_BoonOfLongevityToken_TIME_619t4 = "TIME_619t4",
29157
+ TalanjiOfTheGraves_BoonOfSpeedToken_TIME_619t5 = "TIME_619t5",
29158
+ UntimelyDeath_TIME_620 = "TIME_620",
29159
+ ChronologicalAura_TIME_700 = "TIME_700",
29160
+ ChronologicalAura_ChronologicalDrakeToken_TIME_700t = "TIME_700t",
29161
+ Waveshaping_TIME_701 = "TIME_701",
29162
+ EbbAndFlow_TIME_702 = "TIME_702",
29163
+ EndangeredDodo_TIME_703 = "TIME_703",
29164
+ EndangeredDodo_EndangeredEnchantment_TIME_703e = "TIME_703e",
29165
+ HighborneMentor_TIME_704 = "TIME_704",
29166
+ HighborneMentor_HighbornePupilToken_TIME_704t = "TIME_704t",
29167
+ KronaKeeperOfEons_TIME_705 = "TIME_705",
29168
+ TheFinsBeyondTime_TIME_706 = "TIME_706",
29169
+ TheFinsBeyondTime_TimeAlteredEnchantment_TIME_706e2 = "TIME_706e2",
29170
+ TheFinsBeyondTime_BeyondTimeEnchantment_TIME_706e3 = "TIME_706e3",
29171
+ AlternateReality_TIME_707 = "TIME_707",
29172
+ TroubledDouble_TIME_710 = "TIME_710",
29173
+ Flashback_TIME_711 = "TIME_711",
29174
+ Flashback_MemoriesEnchantment_TIME_711e = "TIME_711e",
29175
+ Dethrone_TIME_712 = "TIME_712",
29176
+ TimeAdmralHooktail_TIME_713 = "TIME_713",
29177
+ TimeAdmralHooktail_TimelessChestToken_TIME_713t = "TIME_713t",
29178
+ ChronoLordEpoch_TIME_714 = "TIME_714",
29179
+ ForGlory_TIME_715 = "TIME_715",
29180
+ SlowMotion_TIME_716 = "TIME_716",
29181
+ SlowMotion_SloooowweddDooowwwnnnEnchantment_TIME_716e = "TIME_716e",
29182
+ SlowMotion_SlowedDownEnchantment_TIME_716e3 = "TIME_716e3",
29183
+ SoldierOfTheBronze_TIME_720 = "TIME_720",
29184
+ SoldierOfTheBronze_BronzeScalesEnchantment_TIME_720e = "TIME_720e",
29185
+ KaldoreiCultivator_TIME_730 = "TIME_730",
29186
+ KaldoreiCultivator_NurturedEnchantment_TIME_730e = "TIME_730e",
29187
+ PrecursoryStrike_TIME_750 = "TIME_750",
29188
+ FastForward_TIME_770 = "TIME_770",
29189
+ PastSilvermoon_TIME_810 = "TIME_810",
29190
+ PastSilvermoon_PresentSilvermoonToken_TIME_810t1 = "TIME_810t1",
29191
+ PastSilvermoon_FutureSilvermoonToken_TIME_810t2 = "TIME_810t2",
29192
+ LogoshBloodFighter_TIME_850 = "TIME_850",
29193
+ LogoshBloodFighter_CrimsonBloodEnchantment_TIME_850e = "TIME_850e",
29194
+ LogoshBloodFighter_BrollBloodFighterToken_TIME_850t = "TIME_850t",
29195
+ LogoshBloodFighter_ValeeraBloodFighterToken_TIME_850t1 = "TIME_850t1",
29196
+ AzureQueenSindragosa_TIME_852 = "TIME_852",
29197
+ AzureQueenSindragosa_AzureKingMalygosToken_TIME_852t1 = "TIME_852t1",
29198
+ AzureQueenSindragosa_AzureOathstoneToken_TIME_852t3 = "TIME_852t3",
29199
+ ArcaneBarrage_TIME_855 = "TIME_855",
29200
+ AlgetharInstructor_TIME_856 = "TIME_856",
29201
+ AlterTime_TIME_857 = "TIME_857",
29202
+ TemporalConstruct_TIME_858 = "TIME_858",
29203
+ Anomalize_TIME_859 = "TIME_859",
29204
+ Anomalize_AnomalizedEnchantment_TIME_859e = "TIME_859e",
29205
+ FacelessEnigma_TIME_860 = "TIME_860",
29206
+ TimelooperToki_TIME_861 = "TIME_861",
29207
+ TimelooperToki_LoopingTimeEnchantment_TIME_861e1 = "TIME_861e1",
29208
+ GladiatorialCombat_TIME_870 = "TIME_870",
29209
+ GladiatorialCombat_ColiseumTigerToken_TIME_870t = "TIME_870t",
29210
+ HeirOfHereafter_TIME_871 = "TIME_871",
29211
+ HeirOfHereafter_BloodthirstyEnchantment_TIME_871e = "TIME_871e",
29212
+ UndefeatedChampion_TIME_872 = "TIME_872",
29213
+ UnleashTheCrocolisks_TIME_873 = "TIME_873",
29214
+ UnleashTheCrocolisks_ColiseumCrocoliskToken_TIME_873t = "TIME_873t",
29215
+ GaronaHalforcen_TIME_875 = "TIME_875",
29216
+ GaronaHalforcen_KingLlaneToken_TIME_875t = "TIME_875t",
29217
+ GaronaHalforcen_TheKingslayersToken_TIME_875t1 = "TIME_875t1",
29218
+ Shapeshifter_TIME_876 = "TIME_876",
29219
+ Shapeshifter_ShapeshiftingEnchantment_TIME_876e = "TIME_876e",
29220
+ MedivhTheHallowed_TIME_890 = "TIME_890",
29221
+ MedivhTheHallowed_AtieshTheGreatstaffToken_TIME_890t = "TIME_890t",
29222
+ MedivhTheHallowed_KarazhanTheSanctumToken_TIME_890t2 = "TIME_890t2",
29223
+ TheCoin_TIME_COIN1 = "TIME_COIN1",
29224
+ TheCoin_TIME_COIN2 = "TIME_COIN2",
29225
+ WelcomeHome_TIME_EVENT_997 = "TIME_EVENT_997",
29226
+ WelcomeHome_NewResidentEnchantment_TIME_EVENT_997e = "TIME_EVENT_997e",
29227
+ RuniTemporalGuardian_TIME_EVENT_998 = "TIME_EVENT_998",
29228
+ RuniTemporalGuardian_TemporalTraversalEnchantment_TIME_EVENT_998e1 = "TIME_EVENT_998e1",
29229
+ RuniTemporalGuardian_WhenAmIquestionEnchantment_TIME_EVENT_998e2 = "TIME_EVENT_998e2",
28291
29230
  EliseTheNavigator_TLC_100 = "TLC_100",
28292
29231
  EliseTheNavigator_UngoroJungleToken_TLC_100t1 = "TLC_100t1",
28293
29232
  EliseTheNavigator_BurstingGeyserToken_TLC_100t11 = "TLC_100t11",