summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Hemomancer
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-08-16 11:42:13 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-08-16 11:42:13 -0700
commitb3d347b65350f8244a70b99a8bce6a58e65fb30c (patch)
tree0589c4ed3c9a99fc3788889025b5fb5f730e4d0c /vamp_stuff/Modification_Files/Spells/Hemomancer
parentAdd a heal-other spell to blood magic. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-b3d347b65350f8244a70b99a8bce6a58e65fb30c.tar.xz
Convert Hemomancer Transfusion spell to require a target
No more heals from nowhere
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/Hemomancer')
-rw-r--r--vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json4
1 files changed, 2 insertions, 2 deletions
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,