Skip to content

Commit

Permalink
feat: add some guess GameTags (#50)
Browse files Browse the repository at this point in the history
* Add GameTag.UPGRADED_HERO_POWER

* Add GameTag.LIBRAM

* Add GameTag.SI_7

* Move GameTag.UPGRADED_HERO_POWER, GameTag.LIBRAM and GameTag.SI_7 to guessed
  • Loading branch information
shinoi2 authored Jul 19, 2024
1 parent 38a2e63 commit 1e100e5
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 @@ -1053,6 +1053,11 @@ class GameTag(IntEnum):
CANT_EXHAUST = 226
CANT_TARGET = 228
CANT_DESTROY = 229

UPGRADED_HERO_POWER = 1086
LIBRAM = 1546
SI_7 = 1678

# Enum number changed
# HISTORY_PROXY_NO_BIG_CARD = 427

Expand Down

0 comments on commit 1e100e5

Please sign in to comment.