Skip to content

Commit

Permalink
Added new trait name
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Jan 17, 2024
1 parent 0936385 commit 9755679
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/schemas/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,9 @@ class Trait(StrEnum):
buffBuffSuccessRateUp = "buffBuffSuccessRateUp"
groupServant = "groupServant"
takeruDummyTrait = "takeruDummyTrait"
artsBuff = "artsBuff"
busterBuff = "busterBuff"
quickBuff = "quickBuff"


TRAIT_NAME: dict[int, Trait] = {
Expand Down Expand Up @@ -1286,6 +1289,9 @@ class Trait(StrEnum):
3089: Trait.burnEffectivenessUp,
3090: Trait.buffBuffSuccessRateUp,
3091: Trait.takeruDummyTrait,
3092: Trait.artsBuff,
3093: Trait.busterBuff,
3094: Trait.quickBuff,
# 6016: No detail
# 6021: No detail
# 6022: No detail
Expand Down

0 comments on commit 9755679

Please sign in to comment.