Skip to content

Commit

Permalink
fix: Add physicalDamageBonus to CharaStatType
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Oct 11, 2024
1 parent abe6ad5 commit 6285254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions akasha/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ class CharaStatType(StrEnum):
ELECTRO_DMG_BONUS = "electroDamageBonus"
GEO_DMG_BONUS = "geoDamageBonus"
DENDRO_DMG_BONUS = "dendroDamageBonus"
PHYSICAL_DMG_BONUS = "physicalDamageBonus"

0 comments on commit 6285254

Please # to comment.