Skip to content

Commit

Permalink
Added new trait names
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Apr 26, 2024
1 parent c7a475a commit 7219dfa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/schemas/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,10 @@ class Trait(StrEnum):
quickBuff = "quickBuff"
FSNServant = "FSNServant"
fieldDarkness = "fieldDarkness"
magicBullet = "magicBullet"
protagonistCorrection = "protagonistCorrection"
normalAoko = "normalAoko"
magicBulletAtkBuff = "magicBulletAtkBuff"


TRAIT_NAME: dict[int, Trait] = {
Expand Down Expand Up @@ -1203,6 +1207,10 @@ class Trait(StrEnum):
2881: Trait.groupServant,
2883: Trait.FSNServant,
2884: Trait.fieldDarkness,
2885: Trait.magicBullet,
2888: Trait.protagonistCorrection,
2911: Trait.normalAoko,
2912: Trait.magicBulletAtkBuff,
# 2xxx: CQ or Story quests buff
3000: Trait.attackPhysical, # Normal attack, including NP
3001: Trait.attackProjectile,
Expand Down

0 comments on commit 7219dfa

Please sign in to comment.