From 1ed3e4556a430f239e8ff39a6886530af1c63fb9 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 30 Jan 2022 20:21:12 -0800 Subject: Add more mutation cancellations for vampire mutations. --- .../Mutation/mutations_vamp.json | 32 ++++++++++++++++++---- 1 file changed, 26 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 ef71767..5cfc43a 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -8,7 +8,7 @@ "valid": false, "purifiable": false, "threshold": true, - "cancels": [ "ASTHMA", "VAMP_GHOUL", "VAMP_BLOODDOLL" ], + "cancels": [ "VAMP_GHOUL", "VAMP_BLOODDOLL" ], "enchantments": [ "VAMP_ench" ], "passive_mods": { "str_mod": 2, "dex_mod": 2, "int_mod": 2, "per_mod": 2 }, "vitamin_rates": [ [ "vitA", -1200 ], [ "vitB", -1200 ], [ "vitC", -1200 ], [ "calcium", -1200 ], [ "iron", -1200 ] ] @@ -139,7 +139,11 @@ "prereqs": [ "VAMP_EYES" ], "threshreq": [ "THRESH_VAMP" ], "leads_to": [ "INFRARED" ], - "cancels": [ "ELFA_NV", "ELFA_FNV", "FEL_NV", "NIGHTVISION", "NIGHTVISION2", "NIGHTVISION3" ], + "cancels": [ + "ELFA_NV", "ELFA_FNV", + "FEL_NV", + "NIGHTVISION", "NIGHTVISION2", "NIGHTVISION3" + ], "category": [ "VAMP" ], "active": true, "starts_active": true, @@ -156,7 +160,10 @@ "threshreq": [ "THRESH_VAMP" ], "category": [ "VAMP" ], "armor": [ { "parts": "ALL", "bash": 10, "cut": 5, "stab": 10 } ], - "cancels": [ "ALBINO", "PALE", "SUNBURN" ], + "cancels": [ + "ASTHMA", + "ALBINO", "PALE", "SUNBURN" + ], "types": [ "skin_tone" ] }, { @@ -171,7 +178,7 @@ "purifiable": false, "types": [ "TEETH" ], "threshreq": [ "THRESH_VAMP" ], - "cancels": [ "FANGS" ], + "cancels": [ "FANGS", "MANDIBLES", "MOUTH_TENTACLES" ], "category": [ "VAMP" ], "attacks": [ { @@ -198,7 +205,11 @@ "types": [ "CLAWS" ], "threshreq": [ "THRESH_VAMP" ], "prereqs": [ "NAILS" ], - "cancels": [ "ARM_TENTACLES", "ARM_TENTACLES_4", "ARM_TENTACLES_8", "CLAWS_RAT", "CLAWS_RETRACT", "TALONS" ], + "cancels": [ + "ARM_TENTACLES", "ARM_TENTACLES_4", "ARM_TENTACLES_8", + "CLAWS", "CLAWS_RAT", "CLAWS_RETRACT", + "TALONS" + ], "category": [ "VAMP" ] }, { @@ -221,7 +232,16 @@ "description": "Your undead metabolism requires the regular consumption of blood, both as sustinance and as an addiction. You find it hard to focus when you are hungry, and consuming anything else will cause you to vomit it back up.", "threshreq": [ "THRESH_VAMP" ], "category": [ "VAMP" ], - "cancels": [ "THIRST", "THIRST2", "THIRST3" ], + "cancels": [ + "THIRST", "THIRST2", "THIRST3", + "VEGETARIAN", "HERBIVORE", "RUMINANT", + "MEATARIAN", "CARNIVORE", "CANNIBAL", + "ANTIFRUIT", + "LACTOSE", + "ANTIJUNK", "PROJUNK", + "ALCMET", + "SAPROVORE" + ], "valid": false, "purifiable": false, "flags": [ "VAMPIRE" ] -- cgit v1.2.1