From ce1c3600deae318e7531cae05cb09eac1f3f88ef Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Sat, 18 Sep 2021 02:05:47 -0700
Subject: Add traits for permanent refusal to give blood/ghoul Capitalize the
 currently unused Sire forgiveness trait.

---
 .../Mutation/v_dialogue_traits.json                  | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

(limited to 'vamp_stuff/Modification_Files/Mutation')

diff --git a/vamp_stuff/Modification_Files/Mutation/v_dialogue_traits.json b/vamp_stuff/Modification_Files/Mutation/v_dialogue_traits.json
index 7aeb354..250f0aa 100644
--- a/vamp_stuff/Modification_Files/Mutation/v_dialogue_traits.json
+++ b/vamp_stuff/Modification_Files/Mutation/v_dialogue_traits.json
@@ -601,11 +601,29 @@
   },
   {
     "type": "mutation",
-    "id": "vamp_sire_forgiven",
+    "id": "VAMP_SIRE_FORGIVEN",
     "name": { "str": "Gave Second Chance" },
     "points": -1,
     "description": "You have forgiven your childer for a slight, but won't be so merciful next time.",
     "valid": false,
     "purifiable": false
+  },
+  {
+    "type": "mutation",
+    "id": "VAMP_BLOODDRINK_REFUSED",
+    "name": { "str": "Refuses To Give Blood." },
+    "points": -1,
+    "description": "You refuse to allow a vampire to feed on you.",
+    "valid": false,
+    "purifiable": false
+  },
+  {
+    "type": "mutation",
+    "id": "VAMP_GHOUL_REFUSED",
+    "name": { "str": "Refuses Ghouling" },
+    "points": -1,
+    "description": "You refuse to become a ghoul.",
+    "valid": false,
+    "purifiable": false
   }
 ]
-- 
cgit v1.2.1