Skip to content

Commit

Permalink
feat: add season 5 mutators
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzHayden committed Jun 20, 2024
1 parent fdc9d6d commit 7e18584
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions model/deepdives.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,22 @@ class Biome(str, Enum):


class Anomaly(str, Enum):
BLOOD_SUGAR = "Blood Sugar"
CRITICAL_WEAKNESS = "Critical Weakness"
DOUBLE_XP = "Double XP"
GOLD_RUSH = "Gold Rush"
GOLDEN_BUGS = "Golden Bugs"
LOW_GRAVITY = "Low Gravity"
MINERAL_MANIA = "Mineral Mania"
RICH_ATMOSPHERE = "Rich Atmosphere"
SECRET_SECONDARY = "Secret Secondary"
VOLATILE_GUTS = "Volatile Guts"


class Warning(str, Enum):
CAVE_LEECH_CLUSTER = "Cave Leech Cluster"
DUCK_AND_COVER= "Duck and Cover"
EBONITE_OUTBREAK = "Ebonite Outbreak"
ELITE_THREAT = "Elite Threat"
EXPLODER_INFESTATION = "Exploder Infestation"
HAUNTED_CAVE = "Haunted Cave"
Expand Down

0 comments on commit 7e18584

Please sign in to comment.