Skip to content

Commit

Permalink
Added new trait
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Aug 28, 2024
1 parent 4343940 commit 650c755
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 @@ -1025,6 +1025,7 @@ class Trait(StrEnum):
happyHalloweenCounter = "happyHalloweenCounter"
protectedByBBDubai = "protectedByBBDubai"
notProtectedByBBDubai = "notProtectedByBBDubai"
canFlyInSpace = "canFlyInSpace"


TRAIT_NAME: dict[int, Trait] = {
Expand Down Expand Up @@ -1237,6 +1238,7 @@ class Trait(StrEnum):
2921: Trait.buffSpecialDmgAgainstAlignmentEvil,
2922: Trait.hasSupereffectiveNPAgainstAlignmentGood,
2923: Trait.hasSupereffectiveNPAgainstAlignmentEvil,
2924: Trait.canFlyInSpace,
# 2xxx: CQ or Story quests buff
3000: Trait.attackPhysical, # Normal attack, including NP
3001: Trait.attackProjectile,
Expand Down

0 comments on commit 650c755

Please sign in to comment.