From 06fedf1fe4bef68b49a469650d6307dab81a2686 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 8 Jan 2022 20:39:29 -0800 Subject: Rebalance all blood magic HP costs as they were very high. --- vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json') diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json index 882686b..9e16344 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json @@ -9,9 +9,8 @@ "difficulty": 3, "max_level": 15, "energy_source": "HP", - "base_energy_cost": 5, - "energy_increment": 0.7, - "final_energy_cost": 15, + "base_energy_cost": 2, + "final_energy_cost": 2, "effect": "projectile_attack", "effect_str": "v_spell_crimsonhaze", "extra_effects": [ { "id": "t3_blood_crimsonhaze_blind", "hit_self": true } ], @@ -65,8 +64,8 @@ "difficulty": 2, "max_level": 5, "energy_source": "HP", - "base_energy_cost": 5, - "final_energy_cost": 5, + "base_energy_cost": 2, + "final_energy_cost": 2, "effect": "target_attack", "effect_str": "v_spell_purge", "valid_targets": [ "self" ], -- cgit v1.2.1