summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/v_spell_combo.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/v_spell_combo.json')
-rw-r--r--vamp_stuff/Modification_Files/Spells/v_spell_combo.json6
1 files changed, 3 insertions, 3 deletions
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,