File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -795,6 +795,7 @@ class GameTag(IntEnum):
795795 CARD_ALTERNATE_COST = 2837
796796 EMOTECHARACTER = 2839
797797 HAS_ACTIVATE_POWER = 2840
798+ BACON_DEEP_BLUE = 2850
798799 EMOTECLASS = 2851
799800 VENOMOUS = 2853
800801 MAGNETIC_TO_RACE = 2859
@@ -1051,6 +1052,7 @@ class GameTag(IntEnum):
10511052 SUPPRESS_ALT_CARD_TEXT_FOR_OPPONENT = 4300
10521053 BACON_PLAYER_ENCHANTMENT_DISPLAY_ENABLED = 4308
10531054 BACON_GUIDE_RELATED_CARD = 4314
1055+ BACON_FACTION_BANNERS_ENABLED = 4383
10541056 PLAYER_DEATHRATTLE = 4398
10551057 NOZDORMU_HINT = 4406
10561058 DISPLAY_ENTITY_IN_PLAY_HAS_BLUE_GLOW = 4407
@@ -1083,6 +1085,7 @@ class GameTag(IntEnum):
10831085 BACON_BLACK_MARKET_EXTRA_CHRONUM = 4542
10841086 BIG_CARD_AS_TOOLTIP_USE_TOOKTIP_SYSTEM = 4544
10851087 HAS_TIMEWARPED_TAVERN_ALT_TEXT = 4579
1088+ DORMANT_AWAKENED_THIS_TURN = 4606
10861089
10871090 InvisibleDeathrattle = 335
10881091 ImmuneToSpellpower = 349
Original file line number Diff line number Diff line change 11[metadata]
22name = hearthstone
3- version = 9.19.5
3+ version = 9.19.6
44description = CardDefs.xml parser and Hearthstone enums for Python
55long_description = file: README.md
66long_description_content_type =text/markdown
You can’t perform that action at this time.
0 commit comments