Skip to content

Commit

Permalink
Added trait 129 name
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Aug 4, 2024
1 parent c84c7a2 commit 395900b
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 @@ -1022,6 +1022,7 @@ class Trait(StrEnum):
forceInstantDeathFunction = "forceInstantDeathFunction"
buffGutsOnInstantDeath = "buffGutsOnInstantDeath"
robinAllGone = "robinAllGone"
classBeastEresh = "classBeastEresh"


TRAIT_NAME: dict[int, Trait] = {
Expand Down Expand Up @@ -1056,6 +1057,7 @@ class Trait(StrEnum):
125: Trait.classBeastVI,
126: Trait.classBeastVIBoss,
127: Trait.classUOlgaMarieFlare,
129: Trait.classBeastEresh,
200: Trait.attributeSky,
201: Trait.attributeEarth,
202: Trait.attributeHuman,
Expand Down

0 comments on commit 395900b

Please sign in to comment.