From 18c14bbeb62e7c706a3748138630855126ba9ca9 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Sat, 18 Sep 2021 00:26:35 -0700
Subject: Clean up description for Vampire threshold mutation. Add +2 all stats
 to vampire threshold. Rename VAMP_SIBLING Clean up Damned description.

---
 vamp_stuff/Modification_Files/Mutation/mutations_vamp.json      | 9 +++++----
 vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json | 4 ++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
index 88fd3a4..6630c2d 100644
--- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
+++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
@@ -4,12 +4,13 @@
     "id": "THRESH_VAMP",
     "name": { "str": "Vampire" },
     "points": 1,
-    "description": "You are proof of immortality. The living nightmare of the dark days, is now a scavenger of the Cataclysm.",
+    "description": "Easy prey are few these days. But if you play your cards right, you'll finally get a shot at ruling your own domain.",
     "valid": false,
     "purifiable": false,
     "threshold": true,
     "cancels": [ "ASTHMA", "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 ]  ]
   },
   {
@@ -26,8 +27,8 @@
   {
     "type": "mutation",
     "id": "VAMP_SIBLING",
-    "note": "Consanguinor, Sireling, Embracemate, Siremate, Bloodmate",
-    "name": { "str": "Your Siremate" },
+    "note": "Consanguinor, Sireling, Embracemate, Siremate, Bloodmate, Kin",
+    "name": { "str": "Your Kin" },
     "points": 0,
     "description": "This Vampire has the same sire as you.",
     "valid": false,
@@ -202,7 +203,7 @@
     "id": "VAMP_CURSE",
     "name": "Damned",
     "points": -10,
-    "description": "Your unholy vampiric nature has marked you as forever banished from the divine light. Exposure to natural sunlight or fire can kill you in seconds. Artificial sunlight, such as from a SAD lamp or tanning bad, is harmless.",
+    "description": "Your unholy nature has marked you as forever banished from the divine light. Exposure to natural sunlight or fire can kill you in seconds. Artificial sunlight, such as from a SAD lamp or tanning bad, is harmless.",
     "valid": false,
     "purifiable": false,
     "threshreq": [ "THRESH_VAMP" ],
diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json
index 45e97d8..f8b98e1 100644
--- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json
+++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json
@@ -17,8 +17,8 @@
     "damage_increment": 3.25,
     "max_damage": 90,
     "damage_type": "bash",
-    "min_aoe": 60,
-    "max_aoe": 60,
+    "min_aoe": 6,
+    "max_aoe": 6,
     "min_range": 5,
     "range_increment": 0.27,
     "max_range": 10,
-- 
cgit v1.2.1