Skip to content

Commit

Permalink
Merge DISC_IMPACT and ENGINE_IMPACT
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Jul 13, 2024
1 parent e8af38c commit 24b4be1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions genshin/models/zzz/character.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,21 +112,20 @@ class ZZZPropertyType(enum.IntEnum):
DISC_BONUS_ICE_DMG = 31703
DISC_BONUS_ELECTRIC_DMG = 31803
DISC_BONUS_ETHER_DMG = 31903
DISC_IMPACT = 12202

# W-engine
ENGINE_HP = 11102
ENGINE_BASE_ATK = 12101
ENGINE_ATK = 12102
ENGINE_DEF = 13102
ENGINE_IMPACT = 12202
ENGINE_ENERGY_REGEN = 30502

# Disc drive and w-engine shared
CRIT_RATE = 20103
CRIT_DMG = 21103
ANOMALY_PROFICIENCY = 31203
PEN_RATIO = 23103
IMPACT = 12202


class ZZZProperty(APIModel):
Expand Down

0 comments on commit 24b4be1

Please sign in to comment.