Skip to content

Commit

Permalink
feat: update enums for 29.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed May 14, 2024
1 parent f0ab323 commit 4156c48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hearthstone/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -856,10 +856,13 @@ class GameTag(IntEnum):
PALADIN_AURA = 3374
ZILLIAX_CUSTOMIZABLE_COSMETICMODULE = 3376
ZILLIAX_CUSTOMIZABLE_FUNCTIONALMODULE = 3377
GIGANTIFY = 3399
GIGANTIC = 3400
BACON_COMBAT_DAMAGE_CAP_ENABLED = 3403
SIDEBOARD_TYPE = 3427
CREATED_BY_TWINSPELL = 3432
CREATED_BY_MINIATURIZE = 3433
CREATED_BY_GIGANTIFY = 3434
SUPPRESS_HERO_STANDARD_SUMMON_FX = 3438
ZILLIAX_CUSTOMIZABLE_LINKED_COSMETICMOUDLE = 3450
MIN_SIDEBOARD_CARDS = 3459
Expand All @@ -876,10 +879,13 @@ class GameTag(IntEnum):
PLAYER_ABANDONED_BY_TEAMMATE = 3480
SUPPRESS_MILL_ANIMATION = 3481
IGNORE_SUPPRESS_MILL_ANIMATION = 3482
HERO_PASSIVE_ID = 3487
BACON_TEAMMATE_BONUS_MINION_DAMAGE_LAST_COMBAT = 3492
BACON_DUOS_PUNISH_LEAVERS = 3494
BACON_TRIPLED_BASE_MINION_ID2 = 3499
BACON_TRIPLED_BASE_MINION_ID3 = 3500
QUEST_HIDE_PROGRESS = 3523
TRANSFORM = 3562

InvisibleDeathrattle = 335
ImmuneToSpellpower = 349
Expand Down

0 comments on commit 4156c48

Please sign in to comment.