diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-30 20:21:12 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-30 20:21:12 -0800 |
commit | 1ed3e4556a430f239e8ff39a6886530af1c63fb9 (patch) | |
tree | 31e5ba3b33c94c7069cdb09a1eb2fad1758a1bbf | |
parent | Mark the quest drops as trader_avoid. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-1ed3e4556a430f239e8ff39a6886530af1c63fb9.tar.xz |
Add more mutation cancellations for vampire mutations.
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 32 |
1 files changed, 26 insertions, 6 deletions
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" ] |