Skip to content

Commit

Permalink
Added new traits for casliz skill
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Aug 20, 2024
1 parent 4212cc3 commit 7c03e7c
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 @@ -1021,6 +1021,8 @@ class Trait(StrEnum):
buffSpecialDmgAgainstAlignmentEvil = "buffSpecialDmgAgainstAlignmentEvil"
hasSupereffectiveNPAgainstAlignmentGood = "hasSupereffectiveNPAgainstAlignmentGood"
hasSupereffectiveNPAgainstAlignmentEvil = "hasSupereffectiveNPAgainstAlignmentEvil"
happyHalloween = "happyHalloween"
happyHalloweenCounter = "happyHalloweenCounter"


TRAIT_NAME: dict[int, Trait] = {
Expand Down Expand Up @@ -1204,6 +1206,8 @@ class Trait(StrEnum):
2850: Trait.hasGoddessMetamorphosis,
2851: Trait.servantsWithSkyAttribute,
2857: Trait.holdingHolyGrail,
2859: Trait.happyHalloween,
2860: Trait.happyHalloweenCounter,
2858: Trait.standardClassServant,
2871: Trait.murasamaAscension0,
2872: Trait.manuscriptComplete,
Expand Down

0 comments on commit 7c03e7c

Please sign in to comment.