Skip to content

Commit

Permalink
Added new trait
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Jan 30, 2024
1 parent a7b2231 commit dd68f3d
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 @@ -1021,6 +1021,7 @@ class Trait(StrEnum):
artsBuff = "artsBuff"
busterBuff = "busterBuff"
quickBuff = "quickBuff"
FSNServant = "FSNServant"


TRAIT_NAME: dict[int, Trait] = {
Expand Down Expand Up @@ -1213,6 +1214,7 @@ class Trait(StrEnum):
2879: Trait.caitCuCerpriestessOnTheField,
2880: Trait.elementalsWrath,
2881: Trait.groupServant,
2883: Trait.FSNServant,
# 2xxx: CQ or Story quests buff
3000: Trait.attackPhysical, # Normal attack, including NP
3001: Trait.attackProjectile,
Expand Down

0 comments on commit dd68f3d

Please sign in to comment.