Skip to content

Commit

Permalink
Merge pull request #35992 from Morat2255/master
Browse files Browse the repository at this point in the history
Makes skin tone mutations conflict more consistently
  • Loading branch information
I-am-Erk authored Dec 16, 2019
2 parents b9fd45f + 1e1c46a commit f80e754
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,8 @@
"description": "You lack skin pigmentation due to a genetic problem. You sunburn extremely easily, and typically use an umbrella and sunglasses when going out in the sun.",
"starting_trait": true,
"changes_to": [ "SUNBURN" ],
"category": [ "TROGLOBITE", "MOUSE" ]
"category": [ "TROGLOBITE", "MOUSE" ],
"types": [ "skin_tone" ]
},
{
"type": "mutation",
Expand Down Expand Up @@ -2194,7 +2195,7 @@
"visibility": 3,
"ugliness": 2,
"description": "Your skin is light green and has a slightly woody quality to it. This provides a weak armor, and helps you retain moisture, resulting in less thirst. Greatly decreases wet penalties.",
"types": [ "SKIN" ],
"types": [ "SKIN", "skin_tone" ],
"changes_to": [ "BARK" ],
"leads_to": [ "THORNS", "LEAVES" ],
"category": [ "PLANT", "ELFA" ],
Expand All @@ -2221,7 +2222,7 @@
"visibility": 10,
"ugliness": 3,
"description": "Your skin is coated in a light bark, like that of a tree. This provides resistance to cutting damage and minor protection from fire. Greatly reduces wet effects.",
"types": [ "SKIN" ],
"types": [ "SKIN", "skin_tone" ],
"prereqs": [ "PLANTSKIN" ],
"category": [ "PLANT" ],
"wet_protection": [
Expand Down Expand Up @@ -4768,7 +4769,8 @@
"description": "Your skin simply cannot handle ultraviolet radiation, such as sunlight. It will seriously burn you.",
"prereqs": [ "ALBINO" ],
"prereqs2": [ "TROGLO2", "TROGLO3" ],
"category": [ "TROGLOBITE" ]
"category": [ "TROGLOBITE" ],
"types": [ "skin_tone" ]
},
{
"type": "mutation",
Expand Down

0 comments on commit f80e754

Please sign in to comment.