From 37ce7e92a622bc6d6c9785eb26d6d64fb704e9a1 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 19 Apr 2021 03:56:25 -0700 Subject: Add Pale Skin to vampire modified mutations Remove Pale Skin from NPC vampires Make the Deadened Body mutation a skin type --- .../Modification_Files/Mutation/mutations.json | 33 +++++++++++++++------- .../Mutation/mutations_vamp.json | 3 +- 2 files changed, 25 insertions(+), 11 deletions(-) (limited to 'vamp_stuff/Modification_Files/Mutation') diff --git a/vamp_stuff/Modification_Files/Mutation/mutations.json b/vamp_stuff/Modification_Files/Mutation/mutations.json index b222f87..c4f9605 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations.json @@ -332,16 +332,6 @@ "category": [ "VAMP" ], "cancels": [ "STRONGSTOMACH" ] }, - { - "type": "mutation", - "id": "ALBINO", - "name": "Albino", - "points": -1, - "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", "VAMP" ] - }, { "type": "mutation", "id": "FLIMSY", @@ -425,6 +415,29 @@ "changes_to": [ "POISONOUS2" ], "category": [ "SLIME", "TROGLOBITE", "SPIDER", "VAMP" ] }, + { + "type": "mutation", + "id": "PALE", + "name": { "str": "Pale Skin" }, + "points": 0, + "visibility": 3, + "ugliness": 1, + "description": "Your skin is rather pale.", + "changes_to": [ "ALBINO" ], + "leads_to": [ "TROGLO" ], + "category": [ "LUPINE", "VAMP" ], + "types": [ "skin_tone" ] + }, + { + "type": "mutation", + "id": "ALBINO", + "name": "Albino", + "points": -1, + "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", "VAMP" ] + }, { "type": "mutation", "id": "SUNBURN", diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json index 273a825..cfb10f7 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -64,6 +64,7 @@ "purifiable": false, "threshreq": [ "THRESH_VAMP" ], "category": [ "VAMP" ], - "armor": [ { "parts": "ALL", "bash": 10, "cut": 5 } ] + "armor": [ { "parts": "ALL", "bash": 10, "cut": 5 } ], + "types": [ "skin_tone" ] } ] -- cgit v1.2.1