From 752a1055600b9847e9449dec0a60fd582d68ae3c Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 14 Jun 2021 07:04:17 -0700 Subject: Expand readme. Make Thrall and Ghoul negative. Clean up mutation cancels, prereqs, categories --- .../Modification_Files/Mutation/mutations_vamp.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (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 a1d36d4..9f23b23 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -20,6 +20,7 @@ "description": "This is the Vampire that embraced you. You will always feel a bond with them.", "valid": false, "purifiable": false, + "category": [ "VAMP" ], "cancels": [ "VAMP_SIBLING", "VAMP_CHILDE", "VAMP_GHOUL", "VAMP_BLOODDOLL" ] }, { @@ -31,6 +32,7 @@ "description": "This Vampire has the same sire as you.", "valid": false, "purifiable": false, + "category": [ "VAMP" ], "cancels": [ "VAMP_SIRE", "VAMP_CHILDE", "VAMP_GHOUL", "VAMP_BLOODDOLL" ] }, { @@ -41,23 +43,25 @@ "description": "You embraced this Vampire. They will always feel a bond with you.", "valid": false, "purifiable": false, + "category": [ "VAMP" ], "cancels": [ "VAMP_SIRE", "VAMP_SIBLING", "VAMP_GHOUL", "VAMP_BLOODDOLL" ] }, { "type": "mutation", "id": "VAMP_THRALL", "name": { "str": "Your Thrall" }, - "points": 0, + "points": -1, "description": "You have enslaved this Vampire to your will.", "valid": false, "purifiable": false, + "category": [ "VAMP" ], "cancels": [ "VAMP_GHOUL", "VAMP_BLOODDOLL" ] }, { "type": "mutation", "id": "VAMP_GHOUL", "name": { "str": "Your Ghoul" }, - "points": 0, + "points": -1, "description": "You have enslaved this Human to your will.", "valid": false, "purifiable": false, @@ -97,7 +101,6 @@ "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" ], "stealth_modifier": 5, @@ -116,7 +119,6 @@ "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" ], @@ -133,7 +135,7 @@ "prereqs": [ "VAMP_EYES" ], "threshreq": [ "THRESH_VAMP" ], "leads_to": [ "INFRARED" ], - "cancels": [ "ELFA_NV", "ELFA_FNV", "FEL_NV", "URSINE_EYE", "NIGHTVISION", "NIGHTVISION2", "NIGHTVISION3" ], + "cancels": [ "ELFA_NV", "ELFA_FNV", "FEL_NV", "NIGHTVISION", "NIGHTVISION2", "NIGHTVISION3" ], "category": [ "VAMP" ], "active": true, "starts_active": true, @@ -150,6 +152,7 @@ "threshreq": [ "THRESH_VAMP" ], "category": [ "VAMP" ], "armor": [ { "parts": "ALL", "bash": 10, "cut": 5 } ], + "cancels": [ "ALBINO", "PALE", "SUNBURN" ], "types": [ "skin_tone" ] }, { @@ -164,6 +167,7 @@ "purifiable": false, "types": [ "TEETH" ], "threshreq": [ "THRESH_VAMP" ], + "cancels": [ "FANGS" ], "category": [ "VAMP" ], "attacks": [ { @@ -190,7 +194,7 @@ "types": [ "CLAWS" ], "threshreq": [ "THRESH_VAMP" ], "prereqs": [ "NAILS" ], - "cancels": [ "ARM_TENTACLES", "ARM_TENTACLES_4", "ARM_TENTACLES_8" ], + "cancels": [ "ARM_TENTACLES", "ARM_TENTACLES_4", "ARM_TENTACLES_8", "CLAWS_RAT", "CLAWS_RETRACT", "TALONS" ], "category": [ "VAMP" ] }, { @@ -202,6 +206,7 @@ "valid": false, "purifiable": false, "threshreq": [ "THRESH_VAMP" ], + "cancels": [ "SUNLIGHT_DEPENDENT", "TROGLO", "TROGLO2", "TROGLO3" ], "category": [ "VAMP" ] }, { -- cgit v1.2.1