From aadd779ce2b38ff643fe9347b31f0bf12f955f57 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 8 Jun 2021 23:45:24 -0700 Subject: Add trait to link thirst and hunger. And later to indicate blood addiction. --- vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'vamp_stuff/Modification_Files/Mutation') diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json index 0c087e3..02e5265 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -192,5 +192,17 @@ "prereqs": [ "NAILS" ], "cancels": [ "ARM_TENTACLES", "ARM_TENTACLES_4", "ARM_TENTACLES_8" ], "category": [ "VAMP" ] + }, + { + "type": "mutation", + "id": "VAMP_HUNGER", + "name": { "str": "Blood Drinker" }, + "points": 6, + "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" ], + "valid": false, + "purifiable": false } ] -- cgit v1.2.1