Skip to content

Commit

Permalink
Cold tolerance cancels cold blooded, remove from plant (#65728)
Browse files Browse the repository at this point in the history
* Cold tolerance cancels cold blooded, remove from plant

* fix a dumb and obvious error

* and more bugs
  • Loading branch information
anoobindisguise authored Jun 14, 2023
1 parent b9b4f82 commit e0efb70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -8896,8 +8896,8 @@
"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,
"changes_to": [ "STRONGER_RESISTCHILL" ],
"types": [ "ACCLIMATIZATION" ],
"category": [ "LUPINE", "URSINE", "CATTLE", "FELINE", "RABBIT", "MOUSE", "BEAST", "PLANT" ],
"types": [ "ACCLIMATIZATION", "ECTOTHERMIC" ],
"category": [ "LUPINE", "URSINE", "CATTLE", "FELINE", "RABBIT", "MOUSE", "BEAST" ],
"enchantments": [ { "condition": "ALWAYS", "values": [ { "value": "CLIMATE_CONTROL_HEAT", "add": 10 } ] } ]
},
{
Expand All @@ -8908,8 +8908,8 @@
"valid": true,
"description": "You are now even less bothered by the cold and it is harder for you to freeze or to even get chilly. When you do though, it'll hit just as hard as it did before.",
"prereqs": [ "RESISTCHILL" ],
"category": [ "LUPINE", "URSINE", "CATTLE", "FELINE", "RABBIT", "MOUSE", "BEAST", "PLANT" ],
"types": [ "ACCLIMATIZATION" ],
"category": [ "LUPINE", "URSINE", "CATTLE", "FELINE", "RABBIT", "MOUSE", "BEAST" ],
"types": [ "ACCLIMATIZATION", "ECTOTHERMIC" ],
"threshreq": [
"THRESH_LUPINE",
"THRESH_URSINE",
Expand Down

0 comments on commit e0efb70

Please sign in to comment.