File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -603,6 +603,7 @@ class GameTag(IntEnum):
603603 GAME_SEED = 2042
604604 IS_USING_TRADE_OPTION = 2045
605605 BACON_BOB_SKIN = 2049
606+ BACON_BARTENDER_CARD_ID = 2053
606607 COIN_CARD = 2088
607608 BACON_COMBAT_DAMAGE_CAP = 2089
608609 BACON_REFRESH_TOOLTIP = 2104
@@ -1010,16 +1011,22 @@ class GameTag(IntEnum):
10101011 DONT_PLAY_VFX_FROM_EXTRA_TRIGGERED_POWER = 4174
10111012 BACON_ELEMENTAL_TOOLTIP = 4197
10121013 BACON_TAVERN_SPELL_TOOLTIP = 4198
1014+ BACON_RALLY = 4204
10131015 SUPPRESS_IMMOLATE_VISUAL_FOR_OPPONENT = 4213
10141016 BACON_HERO_FIRST_TRINKET_LEADERBOARD_SDN3 = 4218
10151017 BACON_HERO_SECOND_TRINKET_LEADERBOARD_SDN3 = 4219
10161018 BACON_HERO_HEROPOWER_TRINKET_LEADERBOARD_SDN3 = 4220
10171019 DISPLAY_ENTITY_IN_PLAY_ID = 4225
1020+ BACON_BOUNTY = 4231
10181021 REPEATABLE = 4238
10191022 USES_CHARGES = 4257
10201023 PET_TREATS_FED = 4280
10211024 PET_TREATS_GENERATED = 4281
1025+ BACON_PLAYER_EXTRA_GOLD_NEXT_TURN = 4286
1026+ BACON_PLAYER_OVERDRAWN_GOLD_NEXT_TURN = 4287
10221027 SUPPRESS_ALT_CARD_TEXT_FOR_OPPONENT = 4300
1028+ BACON_PLAYER_ENCHANTMENT_DISPLAY_ENABLED = 4308
1029+ BACON_GUIDE_RELATED_CARD = 4314
10231030
10241031 InvisibleDeathrattle = 335
10251032 ImmuneToSpellpower = 349
Original file line number Diff line number Diff line change 11[metadata]
22name = hearthstone
3- version = 9.17 .0
3+ version = 9.18 .0
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