diff options
Diffstat (limited to 'vamp_stuff/Modification_Files')
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations.json | 33 | ||||
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 3 | ||||
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/v_classes.json | 8 |
3 files changed, 25 insertions, 19 deletions
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 @@ -334,16 +334,6 @@ }, { "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", "name": "Flimsy", "points": -4, @@ -427,6 +417,29 @@ }, { "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", "name": "Solar Sensitivity", "points": -3, 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 ], |