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 +- vamp_stuff/Modification_Files/NPC/v_classes.json | 8 ------ 3 files changed, 25 insertions(+), 19 deletions(-) (limited to 'vamp_stuff') 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" ] } ] diff --git a/vamp_stuff/Modification_Files/NPC/v_classes.json b/vamp_stuff/Modification_Files/NPC/v_classes.json index cbdca77..509052f 100644 --- a/vamp_stuff/Modification_Files/NPC/v_classes.json +++ b/vamp_stuff/Modification_Files/NPC/v_classes.json @@ -43,7 +43,6 @@ [ "SHMELD", 100], [ "BEAUTIFUL3", 100 ], [ "BEAUTIFULVAMP", 100], - [ "PALE", 100 ], [ "NIGHTVISION3", 100 ], [ "INFRARED", 100 ], [ "VAMPEYES", 100 ], @@ -98,7 +97,6 @@ [ "SHMELD", 100], [ "BEAUTIFUL3", 100 ], [ "BEAUTIFULVAMP", 100], - [ "PALE", 100 ], [ "NIGHTVISION3", 100 ], [ "INFRARED", 100 ], [ "VAMPEYES", 100 ], @@ -153,7 +151,6 @@ [ "SHMELD", 100], [ "BEAUTIFUL3", 100 ], [ "BEAUTIFULVAMP", 100], - [ "PALE", 100 ], [ "NIGHTVISION3", 100 ], [ "INFRARED", 100 ], [ "VAMPEYES", 100 ], @@ -213,7 +210,6 @@ [ "SHMELD", 100], [ "BEAUTIFUL3", 100 ], [ "BEAUTIFULVAMP", 100], - [ "PALE", 100 ], [ "NIGHTVISION3", 100 ], [ "INFRARED", 100 ], [ "VAMPEYES", 100 ], @@ -267,7 +263,6 @@ [ "SHMELD", 100], [ "BEAUTIFUL3", 100 ], [ "BEAUTIFULVAMP", 100], - [ "PALE", 100 ], [ "NIGHTVISION3", 100 ], [ "INFRARED", 100 ], [ "VAMPEYES", 100 ], @@ -321,7 +316,6 @@ [ "SHMELD", 100], [ "BEAUTIFUL3", 100 ], [ "BEAUTIFULVAMP", 100], - [ "PALE", 100 ], [ "NIGHTVISION3", 100 ], [ "INFRARED", 100 ], [ "VAMPEYES", 100 ], @@ -375,7 +369,6 @@ [ "SHMELD", 100], [ "BEAUTIFUL3", 100 ], [ "BEAUTIFULVAMP", 100], - [ "PALE", 100 ], [ "NIGHTVISION3", 100 ], [ "INFRARED", 100 ], [ "VAMPEYES", 100 ], @@ -436,7 +429,6 @@ [ "SHMELD", 100], [ "BEAUTIFUL3", 100 ], [ "BEAUTIFULVAMP", 100], - [ "PALE", 100 ], [ "NIGHTVISION3", 100 ], [ "INFRARED", 100 ], [ "VAMPEYES", 100 ], -- cgit v1.2.1