@firestone-hs/simulate-bgs-battle 1.1.714 → 1.1.716
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.
- package/dist/bgs-player-entity.d.ts +2 -1
- package/dist/bgs-player-entity.js.map +1 -1
- package/dist/cards/card.interface.d.ts +5 -1
- package/dist/cards/card.interface.js +4 -2
- package/dist/cards/card.interface.js.map +1 -1
- package/dist/cards/impl/_card-mappings.js +20 -0
- package/dist/cards/impl/_card-mappings.js.map +1 -1
- package/dist/cards/impl/bg-spell/blood-gem-quilboar-divine-shield.js +2 -2
- package/dist/cards/impl/bg-spell/blood-gem-quilboar-divine-shield.js.map +1 -1
- package/dist/cards/impl/bg-spell/blood-gem-quilboar-reborn.js +2 -2
- package/dist/cards/impl/bg-spell/blood-gem-quilboar-reborn.js.map +1 -1
- package/dist/cards/impl/bg-spell/blood-gem-quilboar-taunt.js +2 -2
- package/dist/cards/impl/bg-spell/blood-gem-quilboar-taunt.js.map +1 -1
- package/dist/cards/impl/bg-spell/conflagration.js +2 -2
- package/dist/cards/impl/bg-spell/conflagration.js.map +1 -1
- package/dist/cards/impl/bg-spell/deepwater-clan.js +2 -2
- package/dist/cards/impl/bg-spell/deepwater-clan.js.map +1 -1
- package/dist/cards/impl/bg-spell/queens-command.js +2 -2
- package/dist/cards/impl/bg-spell/queens-command.js.map +1 -1
- package/dist/cards/impl/minion/bristleback-bully.js +1 -3
- package/dist/cards/impl/minion/bristleback-bully.js.map +1 -1
- package/dist/cards/impl/minion/chromadrake-pool.js +5 -5
- package/dist/cards/impl/minion/chromadrake-pool.js.map +1 -1
- package/dist/cards/impl/minion/dead-sea-ravager.d.ts +2 -0
- package/dist/cards/impl/minion/dead-sea-ravager.js +20 -0
- package/dist/cards/impl/minion/dead-sea-ravager.js.map +1 -0
- package/dist/cards/impl/minion/deepwater-chieftain.js +2 -6
- package/dist/cards/impl/minion/deepwater-chieftain.js.map +1 -1
- package/dist/cards/impl/minion/firelands-fugitive.js +1 -3
- package/dist/cards/impl/minion/firelands-fugitive.js.map +1 -1
- package/dist/cards/impl/minion/ingenious-inventor.d.ts +2 -0
- package/dist/cards/impl/minion/ingenious-inventor.js +14 -0
- package/dist/cards/impl/minion/ingenious-inventor.js.map +1 -0
- package/dist/cards/impl/minion/leyline-surfacer.js +2 -6
- package/dist/cards/impl/minion/leyline-surfacer.js.map +1 -1
- package/dist/cards/impl/minion/redtusk-thornraiser.js +1 -3
- package/dist/cards/impl/minion/redtusk-thornraiser.js.map +1 -1
- package/dist/cards/impl/minion/vinespeaker.js +4 -0
- package/dist/cards/impl/minion/vinespeaker.js.map +1 -1
- package/dist/cards/impl/spellcraft/trudge-through-lava.d.ts +2 -0
- package/dist/cards/impl/spellcraft/trudge-through-lava.js +15 -0
- package/dist/cards/impl/spellcraft/trudge-through-lava.js.map +1 -0
- package/dist/cards/impl/spellcraft/use-supplies.d.ts +2 -0
- package/dist/cards/impl/spellcraft/use-supplies.js +15 -0
- package/dist/cards/impl/spellcraft/use-supplies.js.map +1 -0
- package/dist/cards/impl/spellcraft/volcanic-visitor.d.ts +2 -0
- package/dist/cards/impl/spellcraft/volcanic-visitor.js +17 -0
- package/dist/cards/impl/spellcraft/volcanic-visitor.js.map +1 -0
- package/dist/cards/impl/trinket/deathtouch-apple.d.ts +2 -0
- package/dist/cards/impl/trinket/deathtouch-apple.js +21 -0
- package/dist/cards/impl/trinket/deathtouch-apple.js.map +1 -0
- package/dist/cards/impl/trinket/rylak-portrait.d.ts +2 -0
- package/dist/cards/impl/trinket/rylak-portrait.js +18 -0
- package/dist/cards/impl/trinket/rylak-portrait.js.map +1 -0
- package/dist/cards/impl/trinket/sky-golem-portrait-enchantment.d.ts +2 -0
- package/dist/cards/impl/trinket/sky-golem-portrait-enchantment.js +16 -0
- package/dist/cards/impl/trinket/sky-golem-portrait-enchantment.js.map +1 -0
- package/dist/cards/impl/trinket/sky-golem-portrait.d.ts +2 -0
- package/dist/cards/impl/trinket/sky-golem-portrait.js +20 -0
- package/dist/cards/impl/trinket/sky-golem-portrait.js.map +1 -0
- package/dist/cards/impl/trinket/soul-fermenter.d.ts +2 -0
- package/dist/cards/impl/trinket/soul-fermenter.js +35 -0
- package/dist/cards/impl/trinket/soul-fermenter.js.map +1 -0
- package/dist/input-sanitation.js +3 -2
- package/dist/input-sanitation.js.map +1 -1
- package/dist/services/card-ids.d.ts +165 -17
- package/dist/services/card-ids.js.map +1 -1
- package/dist/simulation/add-minion-to-board.js +11 -4
- package/dist/simulation/add-minion-to-board.js.map +1 -1
- package/dist/simulation/blood-gems.js +1 -4
- package/dist/simulation/blood-gems.js.map +1 -1
- package/dist/simulation/deathrattle-spawns.d.ts +2 -2
- package/dist/simulation/deathrattle-spawns.js.map +1 -1
- package/dist/simulation/global-info-helpers.d.ts +1 -0
- package/dist/simulation/global-info-helpers.js +7 -1
- package/dist/simulation/global-info-helpers.js.map +1 -1
- package/dist/simulation/reborn.js +28 -2
- package/dist/simulation/reborn.js.map +1 -1
- package/dist/simulation/summon-when-space.js +3 -3
- package/dist/simulation/summon-when-space.js.map +1 -1
- package/package.json +2 -2
|
@@ -1045,9 +1045,6 @@ export declare const enum CardIds {
|
|
|
1045
1045
|
BloodGem_BloodGemEnchantment = "BG20_GEMe",
|
|
1046
1046
|
BloodGem_BloodGemsEnchantment = "BG20_GEMe2",
|
|
1047
1047
|
BloodGem_MassBloodGemToken = "BG20_GEMt",
|
|
1048
|
-
BloodGem_BG20_GEM_Reborn_G = "BG20_GEM_Reborn_G",
|
|
1049
|
-
BloodGemToken_BG20_GEM_Taunt_G = "BG20_GEM_Taunt_G",
|
|
1050
|
-
BloodGem_BG20_GEM_DivineShield_G = "BG20_GEM_DivineShield_G",
|
|
1051
1048
|
Rokara_BG20_HERO_100 = "BG20_HERO_100",
|
|
1052
1049
|
IcesnarlTheMighty_BG20_HERO_100_Buddy = "BG20_HERO_100_Buddy",
|
|
1053
1050
|
IcesnarlTheMighty_BG20_HERO_100_Buddy_G = "BG20_HERO_100_Buddy_G",
|
|
@@ -2871,6 +2868,7 @@ export declare const enum CardIds {
|
|
|
2871
2868
|
PreciousPearl_HarvestedPearlToken_BG30_MagicItem_714t = "BG30_MagicItem_714t",
|
|
2872
2869
|
HarvestedPearl_PreciousEnchantment_BG30_MagicItem_714te = "BG30_MagicItem_714te",
|
|
2873
2870
|
GoosePortrait_BG30_MagicItem_777 = "BG30_MagicItem_777",
|
|
2871
|
+
SinstoneSticker_BG30_MagicItem_801 = "BG30_MagicItem_801",
|
|
2874
2872
|
KaboomBotPortrait_BG30_MagicItem_803 = "BG30_MagicItem_803",
|
|
2875
2873
|
AncientWishbone_BG30_MagicItem_804 = "BG30_MagicItem_804",
|
|
2876
2874
|
FishySticker_BG30_MagicItem_821 = "BG30_MagicItem_821",
|
|
@@ -2942,6 +2940,7 @@ export declare const enum CardIds {
|
|
|
2942
2940
|
ValorousMedallion_ValorousMedallionToken_BG30_MagicItem_970t = "BG30_MagicItem_970t",
|
|
2943
2941
|
EnforcerPortrait_BG30_MagicItem_971 = "BG30_MagicItem_971",
|
|
2944
2942
|
KarazhanChessSet_BG30_MagicItem_972 = "BG30_MagicItem_972",
|
|
2943
|
+
MinionBait_BG30_MagicItem_973 = "BG30_MagicItem_973",
|
|
2945
2944
|
BlingtronsSunglasses_BG30_MagicItem_978 = "BG30_MagicItem_978",
|
|
2946
2945
|
BlingtronsSunglasses_BlingBlingEnchantment_BG30_MagicItem_978e = "BG30_MagicItem_978e",
|
|
2947
2946
|
PrimordialTerrarium_BG30_MagicItem_979 = "BG30_MagicItem_979",
|
|
@@ -4059,16 +4058,6 @@ export declare const enum CardIds {
|
|
|
4059
4058
|
IncubationResearcher_BG34_632_G = "BG34_632_G",
|
|
4060
4059
|
DraconicWarden_BG34_633 = "BG34_633",
|
|
4061
4060
|
DraconicWarden_BG34_633_G = "BG34_633_G",
|
|
4062
|
-
BlueChromadrake_BG34_634 = "BG34_634",
|
|
4063
|
-
BlueChromadrake_BG34_634_G = "BG34_634_G",
|
|
4064
|
-
BlackChromadrake_BG34_635 = "BG34_635",
|
|
4065
|
-
BlackChromadrake_BG34_635_G = "BG34_635_G",
|
|
4066
|
-
GreenChromadrake_BG34_636 = "BG34_636",
|
|
4067
|
-
GreenChromadrake_BG34_636_G = "BG34_636_G",
|
|
4068
|
-
BronzeChromadrake_BG34_637 = "BG34_637",
|
|
4069
|
-
BronzeChromadrake_BG34_637_G = "BG34_637_G",
|
|
4070
|
-
RedChromadrake_BG34_638 = "BG34_638",
|
|
4071
|
-
RedChromadrake_BG34_638_G = "BG34_638_G",
|
|
4072
4061
|
BlueChromadrakeToken_BG34_634_Gt = "BG34_634_Gt",
|
|
4073
4062
|
BlueChromadrakeToken_BG34_634t = "BG34_634t",
|
|
4074
4063
|
BlackChromadrakeToken_BG34_635_Gt = "BG34_635_Gt",
|
|
@@ -4117,6 +4106,9 @@ export declare const enum CardIds {
|
|
|
4117
4106
|
Stuntdrake_BG34_732 = "BG34_732",
|
|
4118
4107
|
Stuntdrake_BG34_732_G = "BG34_732_G",
|
|
4119
4108
|
Stuntdrake_StuntedEnchantment_BG34_732e = "BG34_732e",
|
|
4109
|
+
DeadSeaRavager_BG34_765 = "BG34_765",
|
|
4110
|
+
DeadSeaRavager_BG34_765_G = "BG34_765_G",
|
|
4111
|
+
DeadSeaRavager_RavagedEnchantment_BG34_765e = "BG34_765e",
|
|
4120
4112
|
Photobomber_BG34_780 = "BG34_780",
|
|
4121
4113
|
Photobomber_BG34_780_G = "BG34_780_G",
|
|
4122
4114
|
Felhorn_BG34_781 = "BG34_781",
|
|
@@ -4617,7 +4609,6 @@ export declare const enum CardIds {
|
|
|
4617
4609
|
DeepwaterChieftain_BG35_143 = "BG35_143",
|
|
4618
4610
|
DeepwaterChieftain_BG35_143_G = "BG35_143_G",
|
|
4619
4611
|
DeepwaterClan_BG35_149 = "BG35_149",
|
|
4620
|
-
DeepwaterClan_BG35_149_G = "BG35_149_G",
|
|
4621
4612
|
DeepwaterClan_InDeepWaterEnchantment_BG35_149e = "BG35_149e",
|
|
4622
4613
|
LaboratoryAssistant_BG35_150 = "BG35_150",
|
|
4623
4614
|
LaboratoryAssistant_BG35_150_G = "BG35_150_G",
|
|
@@ -4667,6 +4658,7 @@ export declare const enum CardIds {
|
|
|
4667
4658
|
ShipJumper_BG35_700 = "BG35_700",
|
|
4668
4659
|
ShipJumper_BG35_700_G = "BG35_700_G",
|
|
4669
4660
|
ShipJumper_JumpEnchantment_BG35_700e = "BG35_700e",
|
|
4661
|
+
ShipJumper_JumpedShipEnchantment_BG35_700e2 = "BG35_700e2",
|
|
4670
4662
|
BrazenBuccaneer_BG35_701 = "BG35_701",
|
|
4671
4663
|
BrazenBuccaneer_BG35_701_G = "BG35_701_G",
|
|
4672
4664
|
BrazenBuccaneer_BrazenEnchantment_BG35_701e = "BG35_701e",
|
|
@@ -4686,23 +4678,37 @@ export declare const enum CardIds {
|
|
|
4686
4678
|
FirelandsFugitive_BG35_882_G = "BG35_882_G",
|
|
4687
4679
|
BalindaStonehearth_BG35_883 = "BG35_883",
|
|
4688
4680
|
BalindaStonehearth_BG35_883_G = "BG35_883_G",
|
|
4681
|
+
IngeniousInventor_BG35_890 = "BG35_890",
|
|
4682
|
+
IngeniousInventor_BG35_890_G = "BG35_890_G",
|
|
4683
|
+
IngeniousInventor_IngeniousEnchantment_BG35_890e = "BG35_890e",
|
|
4684
|
+
IngeniousInventorPlayerEnchantEnchantment_BG35_890pe = "BG35_890pe",
|
|
4685
|
+
TidecallerProphet_BG35_895 = "BG35_895",
|
|
4686
|
+
TidecallerProphet_BG35_895_G = "BG35_895_G",
|
|
4689
4687
|
Conflagration_BG35_910 = "BG35_910",
|
|
4690
|
-
Conflagration_BG35_910_G = "BG35_910_G",
|
|
4691
4688
|
Conflagration_ConflagratedEnchantment_BG35_910e = "BG35_910e",
|
|
4692
4689
|
ArcaneAbsorption_BG35_911 = "BG35_911",
|
|
4693
|
-
ArcaneAbsorption_BG35_911_G = "BG35_911_G",
|
|
4694
4690
|
ArcaneAbsorption_ArcaneGreedEnchantment_BG35_911e = "BG35_911e",
|
|
4695
4691
|
EonarsFavor_BG35_912 = "BG35_912",
|
|
4696
4692
|
AbyssalBruiser_BG35_921 = "BG35_921",
|
|
4697
4693
|
AbyssalBruiser_BG35_921_G = "BG35_921_G",
|
|
4698
4694
|
AbyssalBruiser_AbyssalAssaultEnchantment_BG35_921e = "BG35_921e",
|
|
4699
4695
|
QueensCommand_BG35_922 = "BG35_922",
|
|
4700
|
-
QueensCommand_BG35_922_G = "BG35_922_G",
|
|
4701
4696
|
QueensCommand_AzsharasOrdersEnchantment_BG35_922e = "BG35_922e",
|
|
4702
4697
|
MightOfStormwind_BG35_951 = "BG35_951",
|
|
4703
4698
|
MightOfStormwind_MightyEnchantment_BG35_951e = "BG35_951e",
|
|
4704
4699
|
BackToBack_BG35_952 = "BG35_952",
|
|
4705
4700
|
BackToBack_GotYourBackEnchantment_BG35_952e = "BG35_952e",
|
|
4701
|
+
FlyTheFlag_BG35_Anomaly_001 = "BG35_Anomaly_001",
|
|
4702
|
+
FlyTheFlag_FlyTheFlagToken_BG35_Anomaly_001t = "BG35_Anomaly_001t",
|
|
4703
|
+
AnomalousCube_BG35_Anomaly_002 = "BG35_Anomaly_002",
|
|
4704
|
+
AnomalousCube_MysteryCubeToken_BG35_Anomaly_002t = "BG35_Anomaly_002t",
|
|
4705
|
+
AnomalousConflux_BG35_Anomaly_004 = "BG35_Anomaly_004",
|
|
4706
|
+
AnomalousTimeline_BG35_Anomaly_005 = "BG35_Anomaly_005",
|
|
4707
|
+
AnomalousExpedition_BG35_Anomaly_006 = "BG35_Anomaly_006",
|
|
4708
|
+
LesserFortune_BG35_Anomaly_007 = "BG35_Anomaly_007",
|
|
4709
|
+
LesserFortune_LesserCrystalBallToken_BG35_Anomaly_007t = "BG35_Anomaly_007t",
|
|
4710
|
+
GreaterFortune_BG35_Anomaly_008 = "BG35_Anomaly_008",
|
|
4711
|
+
GreaterFortune_GreaterCrystalBallToken_BG35_Anomaly_008t = "BG35_Anomaly_008t",
|
|
4706
4712
|
GennWorgenKing_BG35_HERO_001 = "BG35_HERO_001",
|
|
4707
4713
|
GennWorgenKing_KingOfDuality_BG35_HERO_001p = "BG35_HERO_001p",
|
|
4708
4714
|
CursedCrystal_BG35_MagicItem_150 = "BG35_MagicItem_150",
|
|
@@ -4729,7 +4735,9 @@ export declare const enum CardIds {
|
|
|
4729
4735
|
ScrapsmithPortrait_BG35_MagicItem_430 = "BG35_MagicItem_430",
|
|
4730
4736
|
ThornspikePauldronToken_BG35_MagicItem_431t = "BG35_MagicItem_431t",
|
|
4731
4737
|
BloodAmulet_BG35_MagicItem_432 = "BG35_MagicItem_432",
|
|
4738
|
+
VinespeakerPortrait_BG35_MagicItem_433 = "BG35_MagicItem_433",
|
|
4732
4739
|
JewelryBox_BG35_MagicItem_434 = "BG35_MagicItem_434",
|
|
4740
|
+
BloodboundRing_BG35_MagicItem_435 = "BG35_MagicItem_435",
|
|
4733
4741
|
WildfeatherDuster_BG35_MagicItem_700 = "BG35_MagicItem_700",
|
|
4734
4742
|
FangAnklet_BG35_MagicItem_701 = "BG35_MagicItem_701",
|
|
4735
4743
|
FangAnklet_FangsOutEnchantment_BG35_MagicItem_701e = "BG35_MagicItem_701e",
|
|
@@ -4743,8 +4751,13 @@ export declare const enum CardIds {
|
|
|
4743
4751
|
TrustyCrowbar_BG35_MagicItem_713 = "BG35_MagicItem_713",
|
|
4744
4752
|
TrustyCrowbar_CrowStrongerEnchantment_BG35_MagicItem_713e = "BG35_MagicItem_713e",
|
|
4745
4753
|
PowderKeg_BG35_MagicItem_714 = "BG35_MagicItem_714",
|
|
4754
|
+
DeathtouchApple_BG35_MagicItem_731 = "BG35_MagicItem_731",
|
|
4755
|
+
SoulFermenter_BG35_MagicItem_732 = "BG35_MagicItem_732",
|
|
4746
4756
|
JailerSticker_BG35_MagicItem_733 = "BG35_MagicItem_733",
|
|
4747
4757
|
JailerSticker_JailerStickerToken_BG35_MagicItem_733t = "BG35_MagicItem_733t",
|
|
4758
|
+
SkyGolemPortrait_BG35_MagicItem_740 = "BG35_MagicItem_740",
|
|
4759
|
+
SkyGolemPortrait_SkywardEnchantment_BG35_MagicItem_740e = "BG35_MagicItem_740e",
|
|
4760
|
+
SkyGolemPortrait_SkywardEnchantment_BG35_MagicItem_740e2 = "BG35_MagicItem_740e2",
|
|
4748
4761
|
BeatboxerPortrait_BG35_MagicItem_741 = "BG35_MagicItem_741",
|
|
4749
4762
|
AccordOTronPortrait_BG35_MagicItem_742 = "BG35_MagicItem_742",
|
|
4750
4763
|
ElectrodeAttractor_BG35_MagicItem_743 = "BG35_MagicItem_743",
|
|
@@ -4754,17 +4767,31 @@ export declare const enum CardIds {
|
|
|
4754
4767
|
MurkySticker_BubbledUpEnchantment_BG35_MagicItem_753e = "BG35_MagicItem_753e",
|
|
4755
4768
|
DramalocSticker_BG35_MagicItem_754 = "BG35_MagicItem_754",
|
|
4756
4769
|
DramalocSticker_DramaticEnchantment_BG35_MagicItem_754e = "BG35_MagicItem_754e",
|
|
4770
|
+
ChillmereMosaic_BG35_MagicItem_755 = "BG35_MagicItem_755",
|
|
4771
|
+
ChillmereMosaic_ChillmereMosaicToken_BG35_MagicItem_755t = "BG35_MagicItem_755t",
|
|
4757
4772
|
SousChefSticker_BG35_MagicItem_801 = "BG35_MagicItem_801",
|
|
4773
|
+
MaxwellSticker_BG35_MagicItem_803 = "BG35_MagicItem_803",
|
|
4774
|
+
MaxwellSticker_MaxwellStickerToken_BG35_MagicItem_803t = "BG35_MagicItem_803t",
|
|
4758
4775
|
CorruptedTome_BG35_MagicItem_812 = "BG35_MagicItem_812",
|
|
4759
4776
|
CorruptedTome_TriplePrizeToken_BG35_MagicItem_812t = "BG35_MagicItem_812t",
|
|
4777
|
+
StuffedCoinPurse_BG35_MagicItem_814 = "BG35_MagicItem_814",
|
|
4760
4778
|
MagiciansTopHat_BG35_MagicItem_815 = "BG35_MagicItem_815",
|
|
4761
4779
|
OrbOfTheUnknown_BG35_MagicItem_816 = "BG35_MagicItem_816",
|
|
4780
|
+
OrbOfTheUnknown_OrbOfTheUnknownToken_BG35_MagicItem_816t = "BG35_MagicItem_816t",
|
|
4762
4781
|
LensCase_BG35_MagicItem_817 = "BG35_MagicItem_817",
|
|
4763
4782
|
LensCase_DuplicatingLensToken_BG35_MagicItem_817t = "BG35_MagicItem_817t",
|
|
4783
|
+
MysteriousOrb_BG35_MagicItem_818 = "BG35_MagicItem_818",
|
|
4764
4784
|
SafetyPatch_BG35_MagicItem_820 = "BG35_MagicItem_820",
|
|
4765
4785
|
Kaleidoscope_BG35_MagicItem_821 = "BG35_MagicItem_821",
|
|
4766
4786
|
Kaleidoscope_KaleidoscopeToken_BG35_MagicItem_821t = "BG35_MagicItem_821t",
|
|
4787
|
+
TimewornCandelabra_BG35_MagicItem_823 = "BG35_MagicItem_823",
|
|
4788
|
+
TimewornCandelabra_TimewornCandelabraToken_BG35_MagicItem_823t = "BG35_MagicItem_823t",
|
|
4767
4789
|
BestOfTheBestEnchantment_BG35_MagicItem_825e = "BG35_MagicItem_825e",
|
|
4790
|
+
RylakPortrait_BG35_MagicItem_834 = "BG35_MagicItem_834",
|
|
4791
|
+
DoubleStitchNeedle_BG35_MagicItem_838 = "BG35_MagicItem_838",
|
|
4792
|
+
DoubleStitchNeedle_DoubleStitchToken_BG35_MagicItem_838t = "BG35_MagicItem_838t",
|
|
4793
|
+
DoubleStitch_DoubleStitchedEnchantment_BG35_MagicItem_838te = "BG35_MagicItem_838te",
|
|
4794
|
+
LockStitchEnchantment_BG35_MagicItem_838te_lock = "BG35_MagicItem_838te_lock",
|
|
4768
4795
|
ChromaticTear_BG35_MagicItem_840 = "BG35_MagicItem_840",
|
|
4769
4796
|
ChromaticTear_ChromaticTearToken_BG35_MagicItem_840t = "BG35_MagicItem_840t",
|
|
4770
4797
|
EggOfTheEndtimesPortrait_BG35_MagicItem_842 = "BG35_MagicItem_842",
|
|
@@ -4936,6 +4963,7 @@ export declare const enum CardIds {
|
|
|
4936
4963
|
MadamGoya_BGDUO_HERO_104 = "BGDUO_HERO_104",
|
|
4937
4964
|
MisterChu_BGDUO_HERO_104_Buddy = "BGDUO_HERO_104_Buddy",
|
|
4938
4965
|
MisterChu_BGDUO_HERO_104_Buddy_G = "BGDUO_HERO_104_Buddy_G",
|
|
4966
|
+
LibrarianGoya_BGDUO_HERO_104_SKIN_A = "BGDUO_HERO_104_SKIN_A",
|
|
4939
4967
|
MadamGoya_EfficientExchange_BGDUO_HERO_104p = "BGDUO_HERO_104p",
|
|
4940
4968
|
Cho_BGDUO_HERO_222 = "BGDUO_HERO_222",
|
|
4941
4969
|
HalfusTheMighty_BGDUO_HERO_222_Buddy = "BGDUO_HERO_222_Buddy",
|
|
@@ -5107,6 +5135,7 @@ export declare const enum CardIds {
|
|
|
5107
5135
|
NewRecruit = "BGS_Treasures_033",
|
|
5108
5136
|
NewRecruit_NewRecruitEnchantment = "BGS_Treasures_033e",
|
|
5109
5137
|
RepeatCustomer = "BGS_Treasures_034",
|
|
5138
|
+
RepeatCustomer_RepeatCustomerEnchantment_BGS_Treasures_034e = "BGS_Treasures_034e",
|
|
5110
5139
|
AllThatGlitters = "BGS_Treasures_037",
|
|
5111
5140
|
MindflayerGoggles = "BGS_Treasures_039",
|
|
5112
5141
|
BananaBunch = "BGS_Treasures_040",
|
|
@@ -7346,13 +7375,26 @@ export declare const enum CardIds {
|
|
|
7346
7375
|
EarthenDrake_CATA_999 = "CATA_999",
|
|
7347
7376
|
TheCoin_CATA_COIN1 = "CATA_COIN1",
|
|
7348
7377
|
TheCoin_CATA_COIN2 = "CATA_COIN2",
|
|
7378
|
+
TheCoin_CATA_COIN3 = "CATA_COIN3",
|
|
7349
7379
|
TheCoin_CATA_COIN4 = "CATA_COIN4",
|
|
7350
7380
|
TheCoin_CATA_COIN5 = "CATA_COIN5",
|
|
7381
|
+
TheCoin_CATA_COIN6 = "CATA_COIN6",
|
|
7351
7382
|
PrimordialLord_CATA_EVENT_000 = "CATA_EVENT_000",
|
|
7352
7383
|
PrimordialLord_PrimordialEnchantment_CATA_EVENT_000e = "CATA_EVENT_000e",
|
|
7353
7384
|
DestructivePhoenix_CATA_EVENT_001 = "CATA_EVENT_001",
|
|
7354
7385
|
DestructivePhoenix_DestructivePhoenixRisingEnchantment_CATA_EVENT_001e = "CATA_EVENT_001e",
|
|
7355
7386
|
BalefulBlazer_CATA_EVENT_002 = "CATA_EVENT_002",
|
|
7387
|
+
DragonSoulShattered_CATA_EVENT_110 = "CATA_EVENT_110",
|
|
7388
|
+
DragonSoulShattered_RedAspectEssenceToken_CATA_EVENT_110t2 = "CATA_EVENT_110t2",
|
|
7389
|
+
DragonSoulShattered_BlueAspectEssenceToken_CATA_EVENT_110t3 = "CATA_EVENT_110t3",
|
|
7390
|
+
DragonSoulShattered_BronzeAspectEssenceToken_CATA_EVENT_110t4 = "CATA_EVENT_110t4",
|
|
7391
|
+
DragonSoulShattered_BlackAspectEssenceToken_CATA_EVENT_110t5 = "CATA_EVENT_110t5",
|
|
7392
|
+
DragonSoulShattered_GreenAspectEssenceToken_CATA_EVENT_110t6 = "CATA_EVENT_110t6",
|
|
7393
|
+
GreenAspectEssence_SearingSkystrikerToken_CATA_EVENT_110t6t = "CATA_EVENT_110t6t",
|
|
7394
|
+
DragonSoulShattered_StormAspectEssenceToken_CATA_EVENT_110t7 = "CATA_EVENT_110t7",
|
|
7395
|
+
CommissaryCrook_CATA_EVENT_400 = "CATA_EVENT_400",
|
|
7396
|
+
TunnelingGeomancer_CATA_EVENT_401 = "CATA_EVENT_401",
|
|
7397
|
+
DeadlyBribe_CATA_EVENT_402 = "CATA_EVENT_402",
|
|
7356
7398
|
RazaTheChained = "CFM_020",
|
|
7357
7399
|
RazaTheChained_RazaEnchantEnchantment = "CFM_020e",
|
|
7358
7400
|
FreezingPotion_CFM_021 = "CFM_021",
|
|
@@ -13298,6 +13340,9 @@ export declare const enum CardIds {
|
|
|
13298
13340
|
CorruptGarrosh_ArmorUpLegacy = "HERO_01bp",
|
|
13299
13341
|
CorruptGarrosh_TankUpLegacy = "HERO_01bp2",
|
|
13300
13342
|
CorruptGarrosh_HatchlingWrathion_HERO_01bq = "HERO_01bq",
|
|
13343
|
+
CorruptGarrosh_GazloweToken_HERO_01bt = "HERO_01bt",
|
|
13344
|
+
ArmorUp_HERO_01bthp = "HERO_01bthp",
|
|
13345
|
+
TankUp_HERO_01bthp2 = "HERO_01bthp2",
|
|
13301
13346
|
GarroshHellscream_DeathwingHeroSkins = "HERO_01c",
|
|
13302
13347
|
GarroshHellscream_NagrandGarroshHeroSkins = "HERO_01d",
|
|
13303
13348
|
ArmorUpHeroSkins_HERO_01dbp = "HERO_01dbp",
|
|
@@ -13400,12 +13445,17 @@ export declare const enum CardIds {
|
|
|
13400
13445
|
TotemicSlam_HERO_02bjhp2 = "HERO_02bjhp2",
|
|
13401
13446
|
KingRastakhan_WorldShamanThrall_HERO_02bk = "HERO_02bk",
|
|
13402
13447
|
KingRastakhan_JungleJamInzah_HERO_02bl = "HERO_02bl",
|
|
13448
|
+
KingRastakhan_EarthenRingAkama_HERO_02bm = "HERO_02bm",
|
|
13403
13449
|
KingRastakhan_TavernRastakhan_HERO_02bn = "HERO_02bn",
|
|
13404
13450
|
KingRastakhan_SnakespeakerVashj_HERO_02bo = "HERO_02bo",
|
|
13405
13451
|
KingRastakhan_TotemicCallLegacy = "HERO_02bp",
|
|
13406
13452
|
KingRastakhan_TotemicSlamLegacy = "HERO_02bp2",
|
|
13407
13453
|
KingRastakhan_StormbringerMagni_HERO_02bq = "HERO_02bq",
|
|
13408
13454
|
KingRastakhan_DragonscarredThrall_HERO_02br = "HERO_02br",
|
|
13455
|
+
KingRastakhan_Alakir_HERO_02bu = "HERO_02bu",
|
|
13456
|
+
TotemicCall_HERO_02buhp = "HERO_02buhp",
|
|
13457
|
+
TotemicSlam_HERO_02buhp2 = "HERO_02buhp2",
|
|
13458
|
+
KingRastakhan_VashjFatale_HERO_02bv = "HERO_02bv",
|
|
13409
13459
|
KingRastakhan_EternalflameRagnaros_HERO_02bw = "HERO_02bw",
|
|
13410
13460
|
KingRastakhan_Deathwing_HERO_02bx = "HERO_02bx",
|
|
13411
13461
|
Deathwing_HERO_02bx_meta = "HERO_02bx_meta",
|
|
@@ -13503,6 +13553,7 @@ export declare const enum CardIds {
|
|
|
13503
13553
|
CapnValeera_MathiasShaw_HERO_03bm = "HERO_03bm",
|
|
13504
13554
|
DaggerMastery_HERO_03bmhp = "HERO_03bmhp",
|
|
13505
13555
|
PoisonedDaggers_HERO_03bmhp2 = "HERO_03bmhp2",
|
|
13556
|
+
CapnValeera_DalaranWardenMaiev_HERO_03bn = "HERO_03bn",
|
|
13506
13557
|
CapnValeera_BeastTess_HERO_03bo = "HERO_03bo",
|
|
13507
13558
|
CapnValeera_DaggerMasteryLegacy = "HERO_03bp",
|
|
13508
13559
|
CapnValeera_PoisonedDaggersLegacy = "HERO_03bp2",
|
|
@@ -13603,7 +13654,14 @@ export declare const enum CardIds {
|
|
|
13603
13654
|
TheSilverHand_HERO_04bohp2 = "HERO_04bohp2",
|
|
13604
13655
|
PrinceArthas_ReinforceLegacy = "HERO_04bp",
|
|
13605
13656
|
PrinceArthas_TheSilverHandLegacy = "HERO_04bp2",
|
|
13657
|
+
PrinceArthas_HighCommanderBeatrix_HERO_04bq = "HERO_04bq",
|
|
13658
|
+
Reinforce_HERO_04bqhp = "HERO_04bqhp",
|
|
13659
|
+
TheSilverHand_HERO_04bqhp2 = "HERO_04bqhp2",
|
|
13660
|
+
PrinceArthas_DetectiveTuralyon_HERO_04br = "HERO_04br",
|
|
13606
13661
|
PrinceArthas_FinleyMetzen_HERO_04bs = "HERO_04bs",
|
|
13662
|
+
PrinceArthas_CorruptedLeeroy_HERO_04bx = "HERO_04bx",
|
|
13663
|
+
Reinforce_HERO_04bxhp = "HERO_04bxhp",
|
|
13664
|
+
TheSilverHand_HERO_04bxhp2 = "HERO_04bxhp2",
|
|
13607
13665
|
UtherLightbringer_SirAnnoyOHeroSkins = "HERO_04c",
|
|
13608
13666
|
UtherLightbringer_LightforgedUtherHeroSkins = "HERO_04d",
|
|
13609
13667
|
UtherLightbringer_SecondWarUtherHeroSkins = "HERO_04e",
|
|
@@ -13706,6 +13764,7 @@ export declare const enum CardIds {
|
|
|
13706
13764
|
WandererRexxar_Magmaw_HERO_05bn = "HERO_05bn",
|
|
13707
13765
|
SteadyShot_HERO_05bnhp = "HERO_05bnhp",
|
|
13708
13766
|
BallistaShot_HERO_05bnhp2 = "HERO_05bnhp2",
|
|
13767
|
+
WandererRexxar_VolcanicKrush_HERO_05bo = "HERO_05bo",
|
|
13709
13768
|
WandererRexxar_SteadyShotLegacy = "HERO_05bp",
|
|
13710
13769
|
WandererRexxar_BallistaShotLegacy = "HERO_05bp2",
|
|
13711
13770
|
WandererRexxar_StormpikeExpeditionTavish_HERO_05bq = "HERO_05bq",
|
|
@@ -13798,6 +13857,9 @@ export declare const enum CardIds {
|
|
|
13798
13857
|
EliseStarseeker_FirelandsMalfurion_HERO_06bo = "HERO_06bo",
|
|
13799
13858
|
EliseStarseeker_ShapeshiftLegacy = "HERO_06bp",
|
|
13800
13859
|
EliseStarseeker_DireShapeshiftLegacy = "HERO_06bp2",
|
|
13860
|
+
EliseStarseeker_DragonqueenAlexstrasza_HERO_06bw = "HERO_06bw",
|
|
13861
|
+
Shapeshift_HERO_06bwhp = "HERO_06bwhp",
|
|
13862
|
+
DireShapeshift_HERO_06bwhp2 = "HERO_06bwhp2",
|
|
13801
13863
|
EliseStarseeker_ZinAzshariFaelin_HERO_06bx = "HERO_06bx",
|
|
13802
13864
|
MalfurionStormrage_ShandoMalfurionHeroSkins = "HERO_06c",
|
|
13803
13865
|
MalfurionStormrage_DameHazelbarkHeroSkins = "HERO_06d",
|
|
@@ -13905,6 +13967,9 @@ export declare const enum CardIds {
|
|
|
13905
13967
|
MechaJaraxxus_MistressNagmara_HERO_07br = "HERO_07br",
|
|
13906
13968
|
LifeTap_HERO_07brhp = "HERO_07brhp",
|
|
13907
13969
|
SoulTap_HERO_07brhp2 = "HERO_07brhp2",
|
|
13970
|
+
MechaJaraxxus_TwilightGodChogall_HERO_07bs = "HERO_07bs",
|
|
13971
|
+
LifeTap_HERO_07bshp = "HERO_07bshp",
|
|
13972
|
+
SoulTap_HERO_07bshp2 = "HERO_07bshp2",
|
|
13908
13973
|
MechaJaraxxus_MurozondTheInevitableToken_HERO_07bt = "HERO_07bt",
|
|
13909
13974
|
LifeTap_HERO_07bthp = "HERO_07bthp",
|
|
13910
13975
|
SoulTap_HERO_07bthp2 = "HERO_07bthp2",
|
|
@@ -14032,7 +14097,11 @@ export declare const enum CardIds {
|
|
|
14032
14097
|
FireMageJaina_Tarecgosa_HERO_08ce = "HERO_08ce",
|
|
14033
14098
|
Fireblast_HERO_08cehp = "HERO_08cehp",
|
|
14034
14099
|
FireblastRank2_HERO_08cehp2 = "HERO_08cehp2",
|
|
14100
|
+
FireMageJaina_DragonqueenAlexstrasza_HERO_08ch = "HERO_08ch",
|
|
14101
|
+
Fireblast_HERO_08chhp = "HERO_08chhp",
|
|
14102
|
+
FireblastRank2_HERO_08chhp2 = "HERO_08chhp2",
|
|
14035
14103
|
FireMageJaina_MurozondAFKayToken_HERO_08ct = "HERO_08ct",
|
|
14104
|
+
FireMageJaina_AdventureBeautyReno_HERO_08cu = "HERO_08cu",
|
|
14036
14105
|
JainaProudmoore_CelesteHeroSkins = "HERO_08d",
|
|
14037
14106
|
FireblastHeroSkins_HERO_08dbp = "HERO_08dbp",
|
|
14038
14107
|
FireblastRank2HeroSkins_HERO_08dbp2 = "HERO_08dbp2",
|
|
@@ -14127,6 +14196,9 @@ export declare const enum CardIds {
|
|
|
14127
14196
|
LesserHeal_HERO_09blhp = "HERO_09blhp",
|
|
14128
14197
|
Heal_HERO_09blhp2 = "HERO_09blhp2",
|
|
14129
14198
|
MadameLazul_TwilightCultistWhitemane_HERO_09bm = "HERO_09bm",
|
|
14199
|
+
MadameLazul_Ghuun_HERO_09bn = "HERO_09bn",
|
|
14200
|
+
LesserHeal_HERO_09bnhp = "HERO_09bnhp",
|
|
14201
|
+
Heal_HERO_09bnhp2 = "HERO_09bnhp2",
|
|
14130
14202
|
MadameLazul_LesserHealLegacy = "HERO_09bp",
|
|
14131
14203
|
MadameLazul_HealLegacy = "HERO_09bp2",
|
|
14132
14204
|
MadameLazul_Turalyon_HERO_09bq = "HERO_09bq",
|
|
@@ -14223,6 +14295,7 @@ export declare const enum CardIds {
|
|
|
14223
14295
|
DemonClaws_HERO_10bkhp = "HERO_10bkhp",
|
|
14224
14296
|
DemonsBite_HERO_10bkhp2 = "HERO_10bkhp2",
|
|
14225
14297
|
ArannaStarseeker_GunglaiveKurtrus_HERO_10bm = "HERO_10bm",
|
|
14298
|
+
ArannaStarseeker_VictoriousKailene_HERO_10bn = "HERO_10bn",
|
|
14226
14299
|
ArannaStarseeker_DemonClawsLegacy = "HERO_10bp",
|
|
14227
14300
|
ArannaStarseeker_DemonsBiteLegacy = "HERO_10bp2",
|
|
14228
14301
|
DemonClaws_DemonClawsLegacyEnchantment = "HERO_10bpe",
|
|
@@ -14663,6 +14736,10 @@ export declare const enum CardIds {
|
|
|
14663
14736
|
KeeningBanshee_ICC_911 = "ICC_911",
|
|
14664
14737
|
Corpsetaker_ICC_912 = "ICC_912",
|
|
14665
14738
|
TaintedZealot_ICC_913 = "ICC_913",
|
|
14739
|
+
VanessaTheRingleader_JAIL_407 = "JAIL_407",
|
|
14740
|
+
Moragg_JAIL_906 = "JAIL_906",
|
|
14741
|
+
PreparedEnchantment_JAIL_907e = "JAIL_907e",
|
|
14742
|
+
PreparingEnchantment_JAIL_907e02 = "JAIL_907e02",
|
|
14666
14743
|
RemixedDispenseOBot = "JAM_000",
|
|
14667
14744
|
RemixedDispenseOBot_ChillingDispenseOBotToken = "JAM_000t",
|
|
14668
14745
|
RemixedDispenseOBot_MerchDispenseOBotToken = "JAM_000t2",
|
|
@@ -22949,6 +23026,55 @@ export declare const enum CardIds {
|
|
|
22949
23026
|
TheJailer_MawswornEnchantment_MAW_034e = "MAW_034e",
|
|
22950
23027
|
TheJailer_MawswornEnchantment_MAW_034e2 = "MAW_034e2",
|
|
22951
23028
|
ContractConjurer = "MAW_101",
|
|
23029
|
+
AshWorm_MEND_040 = "MEND_040",
|
|
23030
|
+
AshWorm_BurrowedEnchantment_MEND_040e2 = "MEND_040e2",
|
|
23031
|
+
WizenedWildspeaker_MEND_041 = "MEND_041",
|
|
23032
|
+
Lifebloom_MEND_042 = "MEND_042",
|
|
23033
|
+
HeartrootStones_MEND_043 = "MEND_043",
|
|
23034
|
+
TranquilClearing_MEND_044 = "MEND_044",
|
|
23035
|
+
TranquilClearing_TranquilSleepEnchantment_MEND_044e3 = "MEND_044e3",
|
|
23036
|
+
TranquilClearing_TranquilStrengthEnchantment_MEND_044e4 = "MEND_044e4",
|
|
23037
|
+
SeedingDragon_MEND_045 = "MEND_045",
|
|
23038
|
+
BashanaRunetotem_MEND_046 = "MEND_046",
|
|
23039
|
+
BashanaRunetotem_TreantToken_MEND_046t = "MEND_046t",
|
|
23040
|
+
CultivatingSprite_MEND_100 = "MEND_100",
|
|
23041
|
+
CultivatingSprite_BloomingBulbToken_MEND_100t = "MEND_100t",
|
|
23042
|
+
TamePet_MEND_300 = "MEND_300",
|
|
23043
|
+
Spiritspeaker_MEND_301 = "MEND_301",
|
|
23044
|
+
WastelandVanguard_MEND_302 = "MEND_302",
|
|
23045
|
+
MigratingElekk_MEND_303 = "MEND_303",
|
|
23046
|
+
TalyaEarthstrider_MEND_304 = "MEND_304",
|
|
23047
|
+
NurturingNature_MEND_305 = "MEND_305",
|
|
23048
|
+
NurturingNature_OneWithNatureEnchantment_MEND_305e = "MEND_305e",
|
|
23049
|
+
RoamFree_MEND_307 = "MEND_307",
|
|
23050
|
+
BurstingLeyline_MEND_500 = "MEND_500",
|
|
23051
|
+
LeyWalker_MEND_501 = "MEND_501",
|
|
23052
|
+
UnblockLeylineEnchantment_MEND_501t2e = "MEND_501t2e",
|
|
23053
|
+
EmpowerLeylineEnchantment_MEND_501t3e = "MEND_501t3e",
|
|
23054
|
+
CrystallizedLeyline_MEND_502 = "MEND_502",
|
|
23055
|
+
SurgeNeedle_MEND_503 = "MEND_503",
|
|
23056
|
+
LeylineNexus_MEND_504 = "MEND_504",
|
|
23057
|
+
LeylineNexus_NexusPowerEnchantment_MEND_504e = "MEND_504e",
|
|
23058
|
+
TheArcanomicon_MEND_505 = "MEND_505",
|
|
23059
|
+
TheArcanomicon_EnergizeToken_MEND_505t = "MEND_505t",
|
|
23060
|
+
TheArcanomicon_UnblockToken_MEND_505t2 = "MEND_505t2",
|
|
23061
|
+
TheArcanomicon_EmpowerToken_MEND_505t3 = "MEND_505t3",
|
|
23062
|
+
MysticRunesaber_MEND_506 = "MEND_506",
|
|
23063
|
+
BrashBattlemaster_MEND_800 = "MEND_800",
|
|
23064
|
+
BrashBattlemaster_RecruitsMightEnchantment_MEND_800e = "MEND_800e",
|
|
23065
|
+
BrashBattlemaster_MightEnchantment_MEND_800e2 = "MEND_800e2",
|
|
23066
|
+
ResilientSavior_MEND_801 = "MEND_801",
|
|
23067
|
+
ResilientSavior_RecruitsResilienceEnchantment_MEND_801e = "MEND_801e",
|
|
23068
|
+
ResilientSavior_ResilienceEnchantment_MEND_801e2 = "MEND_801e2",
|
|
23069
|
+
Convalescence_MEND_802 = "MEND_802",
|
|
23070
|
+
EmboldeningBlade_MEND_803 = "MEND_803",
|
|
23071
|
+
EmboldeningBlade_EmboldenedEnchantment_MEND_803e = "MEND_803e",
|
|
23072
|
+
EmboldeningBlade_EmboldenedEnchantment_MEND_803e2 = "MEND_803e2",
|
|
23073
|
+
AratorTheRedeemer_MEND_804 = "MEND_804",
|
|
23074
|
+
AratorTheRedeemer_TrueStrengthEnchantment_MEND_804e = "MEND_804e",
|
|
23075
|
+
Charity_MEND_805 = "MEND_805",
|
|
23076
|
+
Charity_CharityCaseEnchantment_MEND_805e = "MEND_805e",
|
|
23077
|
+
Teamwork_MEND_900 = "MEND_900",
|
|
22952
23078
|
ToysnatchingGeist_MIS_006 = "MIS_006",
|
|
22953
23079
|
ToysnatchingGeist_CollectionBonusEnchantment_MIS_006e1 = "MIS_006e1",
|
|
22954
23080
|
ToysnatchingGeist_ToysnatchingGeistToken_MIS_006t = "MIS_006t",
|
|
@@ -23612,6 +23738,10 @@ export declare const enum CardIds {
|
|
|
23612
23738
|
WhirlingBlades = "PART_007",
|
|
23613
23739
|
WhirlingBlades_WhirlingBladesEnchantment = "PART_007e",
|
|
23614
23740
|
GreatRoyalSwordTavernBrawlToken = "PCVPDR_SCH_Paladint1",
|
|
23741
|
+
MiniCthun_PET_10_1 = "PET_10_1",
|
|
23742
|
+
ZombieCthun_PET_10_2 = "PET_10_2",
|
|
23743
|
+
BlackEmpireCthun_PET_10_3 = "PET_10_3",
|
|
23744
|
+
Mechathun_PET_10_4 = "PET_10_4",
|
|
23615
23745
|
ClassicKrush_PET_3_1 = "PET_3_1",
|
|
23616
23746
|
DevilsaurKrush_PET_3_2 = "PET_3_2",
|
|
23617
23747
|
KingPlush_PET_3_3 = "PET_3_3",
|
|
@@ -27819,6 +27949,7 @@ export declare const enum CardIds {
|
|
|
27819
27949
|
EdwinTheFox_TB_BaconShop_HERO_01_SKIN_E = "TB_BaconShop_HERO_01_SKIN_E",
|
|
27820
27950
|
RoyalEdwin_TB_BaconShop_HERO_01_SKIN_F = "TB_BaconShop_HERO_01_SKIN_F",
|
|
27821
27951
|
TimeHeistEdwin_TB_BaconShop_HERO_01_SKIN_G = "TB_BaconShop_HERO_01_SKIN_G",
|
|
27952
|
+
InvestigatorEdwin_TB_BaconShop_HERO_01_SKIN_H = "TB_BaconShop_HERO_01_SKIN_H",
|
|
27822
27953
|
Galakrond = "TB_BaconShop_HERO_02",
|
|
27823
27954
|
ApostleOfGalakrond_TB_BaconShop_HERO_02_Buddy = "TB_BaconShop_HERO_02_Buddy",
|
|
27824
27955
|
ApostleOfGalakrond_TB_BaconShop_HERO_02_Buddy_G = "TB_BaconShop_HERO_02_Buddy_G",
|
|
@@ -28299,6 +28430,7 @@ export declare const enum CardIds {
|
|
|
28299
28430
|
MuklaBigglesworth_TB_BaconShop_HERO_70_SKIN_G = "TB_BaconShop_HERO_70_SKIN_G",
|
|
28300
28431
|
CatBurglarBigglesworth_TB_BaconShop_HERO_70_SKIN_H = "TB_BaconShop_HERO_70_SKIN_H",
|
|
28301
28432
|
MrBigglesbot_TB_BaconShop_HERO_70_SKIN_I = "TB_BaconShop_HERO_70_SKIN_I",
|
|
28433
|
+
EldritchBigglesworth_TB_BaconShop_HERO_70_SKIN_J = "TB_BaconShop_HERO_70_SKIN_J",
|
|
28302
28434
|
JandiceBarov_TB_BaconShop_HERO_71 = "TB_BaconShop_HERO_71",
|
|
28303
28435
|
JandicesApprentice_TB_BaconShop_HERO_71_Buddy = "TB_BaconShop_HERO_71_Buddy",
|
|
28304
28436
|
JandicesApprentice_TB_BaconShop_HERO_71_Buddy_G = "TB_BaconShop_HERO_71_Buddy_G",
|
|
@@ -28384,6 +28516,7 @@ export declare const enum CardIds {
|
|
|
28384
28516
|
MawOfYshaarj = "TB_BaconShop_HERO_92_SKIN_A",
|
|
28385
28517
|
Murshrrgj = "TB_BaconShop_HERO_92_SKIN_B",
|
|
28386
28518
|
YshaarjTheCorrupt_TB_BaconShop_HERO_92_SKIN_C = "TB_BaconShop_HERO_92_SKIN_C",
|
|
28519
|
+
UndeadYshaarj_TB_BaconShop_HERO_92_SKIN_D = "TB_BaconShop_HERO_92_SKIN_D",
|
|
28387
28520
|
Nzoth = "TB_BaconShop_HERO_93",
|
|
28388
28521
|
BabyNzoth_TB_BaconShop_HERO_93_Buddy = "TB_BaconShop_HERO_93_Buddy",
|
|
28389
28522
|
BabyNzoth_TB_BaconShop_HERO_93_Buddy_G = "TB_BaconShop_HERO_93_Buddy_G",
|
|
@@ -29245,6 +29378,21 @@ export declare const enum CardIds {
|
|
|
29245
29378
|
SireDenathriusTavernBrawl_TB_MAW_SireDenathrius_WL = "TB_MAW_SireDenathrius_WL",
|
|
29246
29379
|
ChargeTavernBrawlEnchantment = "TB_MP_01e",
|
|
29247
29380
|
RepurposedTavernBrawlEnchantment = "TB_MP_02e",
|
|
29381
|
+
ZergPortalEnchantment_TB_MSD_006e = "TB_MSD_006e",
|
|
29382
|
+
SpawnPoint_TB_MSD_006hp = "TB_MSD_006hp",
|
|
29383
|
+
RagnarosVigorEnchantment_TB_MSD_01e = "TB_MSD_01e",
|
|
29384
|
+
DeathwingsVigorEnchantment_TB_MSD_02e = "TB_MSD_02e",
|
|
29385
|
+
TuralyonsVigorEnchantment_TB_MSD_03e = "TB_MSD_03e",
|
|
29386
|
+
YoggsVigorEnchantment_TB_MSD_04e = "TB_MSD_04e",
|
|
29387
|
+
AlexstraszasVigorEnchantment_TB_MSD_05e = "TB_MSD_05e",
|
|
29388
|
+
KerrigansVigorEnchantment_TB_MSD_06e = "TB_MSD_06e",
|
|
29389
|
+
IAmTheCataclysm_TB_MSD_10 = "TB_MSD_10",
|
|
29390
|
+
TheGatlingWand_TB_MSD_100 = "TB_MSD_100",
|
|
29391
|
+
ShatteringClaws_TB_MSD_1hp = "TB_MSD_1hp",
|
|
29392
|
+
ShatterClawsEnchantment_TB_MSD_1pe = "TB_MSD_1pe",
|
|
29393
|
+
WeakenTheChains_TB_MSD_2hp = "TB_MSD_2hp",
|
|
29394
|
+
HandOfTuralyon_TB_MSD_3hp = "TB_MSD_3hp",
|
|
29395
|
+
BreathOfBinding_TB_MSD_5hp = "TB_MSD_5hp",
|
|
29248
29396
|
MagicalCopycatTavernBrawlToken = "TB_MagicalGuardians_Copycat",
|
|
29249
29397
|
MagicalGuardiansSpellDiscoverTavernBrawlEnchantment = "TB_MagicalGuardians_Discover",
|
|
29250
29398
|
MagicDustReductionTavernBrawlEnchantment = "TB_MagicalGuardians_Discover_e",
|