From aadd779ce2b38ff643fe9347b31f0bf12f955f57 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
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 ++++++++++++
 vamp_stuff/Modification_Files/NPC/v_classes.json           |  8 ++++++++
 2 files changed, 20 insertions(+)

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
   }
 ]
diff --git a/vamp_stuff/Modification_Files/NPC/v_classes.json b/vamp_stuff/Modification_Files/NPC/v_classes.json
index 1270b1e..6204b42 100644
--- a/vamp_stuff/Modification_Files/NPC/v_classes.json
+++ b/vamp_stuff/Modification_Files/NPC/v_classes.json
@@ -46,6 +46,7 @@
       [ "VAMPFANGS", 100 ],
       [ "VAMPCLAWS", 100 ],
       [ "SUNBURN", 100 ],
+      [ "VAMP_HUNGER", 100 ],
       [ "hair_white_long", 100 ],
       [ "BGSS_VAMPIRE_ISOLATED_1", 100 ]
     ]
@@ -97,6 +98,7 @@
       [ "VAMPFANGS", 100 ],
       [ "VAMPCLAWS", 100 ],
       [ "SUNBURN", 100 ],
+      [ "VAMP_HUNGER", 100 ],
       [ "hair_white_medium", 100 ]
     ]
   },
@@ -148,6 +150,7 @@
       [ "VAMPFANGS", 100 ],
       [ "VAMPCLAWS", 100 ],
       [ "SUNBURN", 100 ],
+      [ "VAMP_HUNGER", 100 ],
       [ "hair_white_short", 100 ]
     ]
   },
@@ -204,6 +207,7 @@
       [ "VAMPFANGS", 100 ],
       [ "VAMPCLAWS", 100 ],
       [ "SUNBURN", 100 ],
+      [ "VAMP_HUNGER", 100 ],
       [ "hair_white_crewcut", 100 ]
     ]
   },
@@ -254,6 +258,7 @@
       [ "VAMPFANGS", 100 ],
       [ "VAMPCLAWS", 100 ],
       [ "SUNBURN", 100 ],
+      [ "VAMP_HUNGER", 100 ],
       [ "hair_white_medium", 100 ]
     ]
   },
@@ -304,6 +309,7 @@
       [ "VAMPFANGS", 100 ],
       [ "VAMPCLAWS", 100 ],
       [ "SUNBURN", 100 ],
+      [ "VAMP_HUNGER", 100 ],
       [ "hair_white_crewcut", 100 ]
     ]
   },
@@ -354,6 +360,7 @@
       [ "VAMPFANGS", 100 ],
       [ "VAMPCLAWS", 100 ],
       [ "SUNBURN", 100 ],
+      [ "VAMP_HUNGER", 100 ],
       [ "hair_white_short", 100 ]
     ]
   },
@@ -411,6 +418,7 @@
       [ "VAMPFANGS", 100 ],
       [ "VAMPCLAWS", 100 ],
       [ "SUNBURN", 100 ],
+      [ "VAMP_HUNGER", 100 ],
       [ "hair_white_short", 100 ]
     ]
   },
-- 
cgit v1.2.1