diff options
Diffstat (limited to 'vamp_stuff')
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json | 4 | ||||
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/v_spell_combo.json | 6 |
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, |