Skip to content

Commit

Permalink
feat: add some more unnamed tags
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Apr 17, 2024
1 parent 6436cd4 commit 00e754b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hearthstone/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -1017,10 +1017,15 @@ class GameTag(IntEnum):
TOPDECK = 377

# Missing/guessed, only present in logs
# Note: the names of these can change at any time!
WEAPON = 334
DISCARD_CARDS = 890
BATTLEGROUNDS_HERO_ARMOR_TIER = 1723
BATTLEGROUNDS_DARKMOON_PRIZE_TURN = 1735
EXCAVATE_COUNTER = 2822
BACON_ELEMENTAL_PLAY_COUNTER = 2878
IS_BACON_POOL_SPELL = 3081
IS_BACON_DUOS_POOL_SPELL = 3166

CANT_BE_EXHAUSTED = 244
CANT_EXHAUST = 226
Expand Down

0 comments on commit 00e754b

Please sign in to comment.