Skip to content

Commit

Permalink
feat: Game Version 8.0.0 constants
Browse files Browse the repository at this point in the history
  • Loading branch information
maduck committed Jul 17, 2024
1 parent 9e1b8dd commit bb622db
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
3 changes: 3 additions & 0 deletions game_constants/cost_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
'[SILVERMARKS]',
'[GOLDMARKS]',
'[BURNINGMARKS]',
'[VPICON]',
'[VPICON]',
'[VPICON]',
'[TROOPHELP_COUNT0]',
)
1 change: 1 addition & 0 deletions game_constants/event_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@
15: '[LEGENDS_REBORN]',
16: '[HOLIDAYEVENT_TEAMS]',
17: '[UNDERSPIRE]',
18: '[PVP_SEASON]',
}
21 changes: 12 additions & 9 deletions game_constants/reward_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,15 @@ class RewardTypes(enum.IntEnum):
GoldMarks = 96
PvPTalismans = 97
BurningMarks = 98
RandomTroop = 99
ChampionLevelUp = 100
ChampionTraitsUnlocked = 101
DelveChestUpgrade = 102
DelveAttempts = 103
FactionRenown = 104
LiveEventPoints = 105
TeamSlot = 106
Banner = 107
MonolithEnergy = 99
CitadelSigils = 100
ImmortalSoul = 101
RandomTroop = 102
ChampionLevelUp = 103
ChampionTraitsUnlocked = 104
DelveChestUpgrade = 105
DelveAttempts = 106
FactionRenown = 107
LiveEventPoints = 108
TeamSlot = 109
Banner = 110

0 comments on commit bb622db

Please sign in to comment.