Skip to content

Commit

Permalink
Added new traits
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Aug 28, 2024
1 parent 47f28d4 commit 4343940
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/schemas/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,8 @@ class Trait(StrEnum):
hasSupereffectiveNPAgainstAlignmentEvil = "hasSupereffectiveNPAgainstAlignmentEvil"
happyHalloween = "happyHalloween"
happyHalloweenCounter = "happyHalloweenCounter"
protectedByBBDubai = "protectedByBBDubai"
notProtectedByBBDubai = "notProtectedByBBDubai"


TRAIT_NAME: dict[int, Trait] = {
Expand Down Expand Up @@ -1318,6 +1320,8 @@ class Trait(StrEnum):
3097: Trait.forceInstantDeathFunction,
3098: Trait.demeritFunction,
3100: Trait.extraBuff,
3102: Trait.protectedByBBDubai,
3103: Trait.notProtectedByBBDubai,
# 6016: No detail
# 6021: No detail
# 6022: No detail
Expand Down

0 comments on commit 4343940

Please sign in to comment.