From 9647333f0e7c2f637f4749388a4351627e27ee4e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 31 May 2021 14:14:58 -0700 Subject: Convert VAMPSKIN to VAMP_SKIN Make all vampire traits unpurifiable --- vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'vamp_stuff/Modification_Files/Mutation/mutations_vamp.json') diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json index 22f30cc..0c087e3 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -81,6 +81,7 @@ "points": 4, "description": "The light around you bends strangely, making it harder for enemies to notice you.", "valid": false, + "purifiable": false, "prereqs": [ "WEAKSCENT" ], "threshreq": [ "THRESH_VAMP" ], "category": [ "VAMP" ], @@ -94,6 +95,8 @@ "visibility": -7, "ugliness": -7, "description": "Aside from your appearances, your movements are incredibly graceful and allow you to seemingly glide through every task.", + "valid": false, + "purifiable": false, "prereqs": [ "BEAUTIFUL3" ], "threshreq": [ "THRESH_VAMP" ], "category": [ "VAMP" ], @@ -111,7 +114,10 @@ "visibility": 1, "ugliness": -1, "description": "You eyes are a pleasant shade of hypnotic scarlet. People feel mildly persuaded by you.", + "valid": false, + "purifiable": false, "prereqs": [ "BEAUTIFUL" ], + "threshreq": [ "THRESH_VAMP" ], "cancels": [ "BIRD_EYE", "CEPH_EYES", "COMPOUND_EYES", "ELFAEYES", "FEL_EYE", "LIZ_EYE", "URSINE_EYE" ], "category": [ "VAMP" ], "social_modifiers": { "lie": 5, "persuade": 10, "intimidate": 1 } @@ -122,7 +128,10 @@ "name": { "str": "Vampire Vision" }, "points": 6, "description": "You are a creature of the night and your eyes are tuned to function in total darkness. Activate to toggle NV-visible areas on or off.", + "valid": false, + "purifiable": false, "prereqs": [ "VAMP_EYES" ], + "threshreq": [ "THRESH_VAMP" ], "leads_to": [ "INFRARED" ], "cancels": [ "ELFA_NV", "ELFA_FNV", "FEL_NV", "URSINE_EYE", "NIGHTVISION", "NIGHTVISION2", "NIGHTVISION3" ], "category": [ "VAMP" ], @@ -132,7 +141,7 @@ }, { "type": "mutation", - "id": "VAMPSKIN", + "id": "VAMP_SKIN", "name": "Deadened Body", "points": 4, "description": "Your corpse-like body is not as vulnerable to temperature, or to damage, as mortals are.", @@ -151,6 +160,7 @@ "visibility": 0, "ugliness": 0, "description": "Your canine teeth have grown into fangs, which can be retracted at will. This enables you to avoid looking any differently, while still allowing you to make an extra attack when conditions favor it.", + "valid": false, "purifiable": false, "types": [ "TEETH" ], "threshreq": [ "THRESH_VAMP" ], @@ -175,6 +185,8 @@ "cut_dmg_bonus": 10, "butchering_quality": 4, "description": "Your fingernails have grown into sharp claws, which can be retracted at will. If you aren't wearing gloves, your unarmed attacks deal additional cutting damage.", + "valid": false, + "purifiable": false, "types": [ "CLAWS" ], "threshreq": [ "THRESH_VAMP" ], "prereqs": [ "NAILS" ], -- cgit v1.2.1