Skip to content

Commit

Permalink
Merge pull request #62145 from anoobindisguise/anoobindisguise-hotand…
Browse files Browse the repository at this point in the history
…cold

Cold Tolerance and Heat Tolerance traits
  • Loading branch information
Rivet-the-Zombie authored Nov 15, 2022
2 parents 65e5b97 + 64271a5 commit 90c0612
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@
"POISONOUS",
"POISONOUS2",
"RADIOGENIC",
"RESISTCHILL",
"RESISTWARM",
"ROBUST",
"STOCKY_TROGLO",
"STRONGBACK",
Expand Down Expand Up @@ -8251,5 +8253,25 @@
"points": 0,
"valid": false,
"purifiable": false
},
{
"type": "mutation",
"id": "RESISTCHILL",
"name": { "str": "Cold Tolerance" },
"points": 1,
"description": "You fare better than most in colder climates and are less bothered by lower temperatures. Note that while you are slightly less prone to developing frostbite as a result, you aren't any better at dealing with the symptoms.",
"starting_trait": true,
"category": [ "LUPINE", "URSINE", "CATTLE", "FELINE", "RABBIT", "MOUSE", "BEAST", "PLANT" ],
"enchantments": [ { "condition": "ALWAYS", "values": [ { "value": "CLIMATE_CONTROL_CHILL", "add": 10 } ] } ]
},
{
"type": "mutation",
"id": "RESISTWARM",
"name": { "str": "Heat Tolerance" },
"points": 1,
"description": "You fare better than most in warmer climates and are less bothered by hotter temperatures. Note that while you'll sweat a little less in close proximity to a fire as a result, burns will still hurt just as much.",
"starting_trait": true,
"category": [ "FISH", "CEPHALOPOD", "GASTROPOD", "LIZARD", "BATRACHIAN", "PLANT" ],
"enchantments": [ { "condition": "ALWAYS", "values": [ { "value": "CLIMATE_CONTROL_HEAT", "add": 10 } ] } ]
}
]

0 comments on commit 90c0612

Please sign in to comment.