summaryrefslogtreecommitdiff
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
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
-rw-r--r--vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json4
-rw-r--r--vamp_stuff/Modification_Files/Spells/v_spell_combo.json6
2 files changed, 5 insertions, 5 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,
diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_combo.json b/vamp_stuff/Modification_Files/Spells/v_spell_combo.json
index 1298de4..c89234f 100644
--- a/vamp_stuff/Modification_Files/Spells/v_spell_combo.json
+++ b/vamp_stuff/Modification_Files/Spells/v_spell_combo.json
@@ -7,7 +7,7 @@
"message": "You feel refreshed as you cast!",
"description": "It will cast Transfusion Damage and Transfusion Heal.",
"flags": [ "SILENT" ],
- "valid_targets": [ "ally", "hostile", "ground" ],
+ "valid_targets": [ "ally", "hostile" ],
"effect": "target_attack",
"extra_effects": [ { "id": "t1_blood_transfusion_spell_heal", "hit_self": true }, { "id": "t1_blood_transfusion_spell_dmg" } ],
"min_range": 10,
@@ -30,8 +30,8 @@
"type": "SPELL",
"name": { "str": "Tranfusion Damage" },
"description": "Damages the target with 2 hp.",
- "flags": [ "SILENT", "RANDOM_TARGET" ],
- "valid_targets": [ "hostile" ],
+ "flags": [ "SILENT" ],
+ "valid_targets": [ "ally", "hostile" ],
"effect": "target_attack",
"min_damage": 2,
"max_damage": 2,