Skip to content

Commit

Permalink
Add ZZZ agent DMG bonus stat enums, flat PEN enum
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Sep 29, 2024
1 parent 5cdee30 commit b969e1e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions genshin/models/zzz/character.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@ class ZZZPropertyType(enum.IntEnum):
AGENT_ANOMALY_PROFICIENCY = 8
AGENT_PEN_RATIO = 9
AGENT_ENERGY_GEN = 10
AGENT_PEN = 232

# Agent DMG bonus
PHYSICAL_DMG_BONUS = 315
FIRE_DMG_BONUS = 316
ICE_DMG_BONUS = 317
ELECTRIC_DMG_BONUS = 318
ETHER_DMG_BONUS = 319

# Disc drive
DISC_HP = 11103
Expand Down

0 comments on commit b969e1e

Please sign in to comment.