Skip to content

Commit

Permalink
Added new buff name
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Nov 13, 2024
1 parent bc943e5 commit 4d1b81f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/schemas/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,7 @@ class Trait(StrEnum):
canFlyInSpace = "canFlyInSpace"
buffSpecialInvinciblePierce = "buffSpecialInvinciblePierce"
sakuraSeries = "sakuraSeries"
buffDefenceDown = "buffDefenceDown"


TRAIT_NAME: dict[int, Trait] = {
Expand Down Expand Up @@ -1329,6 +1330,7 @@ class Trait(StrEnum):
3102: Trait.protectedByBBDubai,
3103: Trait.notProtectedByBBDubai,
3104: Trait.buffSpecialInvinciblePierce,
3110: Trait.buffDefenceDown,
# 6016: No detail
# 6021: No detail
# 6022: No detail
Expand Down

0 comments on commit 4d1b81f

Please sign in to comment.