From b3d347b65350f8244a70b99a8bce6a58e65fb30c Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Mon, 16 Aug 2021 11:42:13 -0700
Subject: Convert Hemomancer Transfusion spell to require a target No more
 heals from nowhere

---
 vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'vamp_stuff/Modification_Files/Spells/Hemomancer')

diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json
index 9306699..2ed321a 100644
--- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json
+++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json
@@ -4,7 +4,7 @@
     "type": "SPELL",
     "name": { "str": "Transfusion" },
     "note": "Uses MANA, just to prevent spamming.",
-    "description": "Drain the life force of a random target within reach.\n\nThis is a <color_light_gray>tier 1</color> spell.",
+    "description": "Drain the life force of a target within reach.\n\nThis is a <color_light_gray>tier 1</color> spell.",
     "spell_class": "VAMP_BLOOD_spellcaster",
     "difficulty": 1,
     "max_level": 10,
@@ -14,7 +14,7 @@
     "final_energy_cost": 250,
     "effect": "target_attack",
     "extra_effects": [ { "id": "t1_blood_transfusion_spell" } ],
-    "valid_targets": [ "none" ],
+    "valid_targets": [ "ally", "hostile" ],
     "min_damage": 0,
     "max_damage": 10,
     "damage_increment": 1,
-- 
cgit v1.2.1