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. --- .../Modification_Files/Spells/Hemomancer/v_blood_T6.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json') diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json index f552530..47d137a 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json @@ -8,7 +8,7 @@ "difficulty": 6, "max_level": 5, "energy_source": "HP", - "base_energy_cost": 55, + "base_energy_cost": 40, "effect": "summon", "effect_str": "mon_desolation_aura", "valid_targets": [ "none" ], @@ -16,9 +16,9 @@ "max_damage": 1, "min_aoe": 3, "max_aoe": 3, - "min_duration": 60000, - "duration_increment": 15000, - "max_duration": 120000, + "min_duration": 30000, + "duration_increment": 30000, + "max_duration": 180000, "base_casting_time": 3000, "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ] }, @@ -32,15 +32,15 @@ "difficulty": 6, "max_level": 5, "energy_source": "HP", - "base_energy_cost": 10, + "base_energy_cost": 2, "effect": "spawn_item", "effect_str": "v_hemo_crimsoncoat_coat", "valid_targets": [ "self" ], "min_damage": 1, "max_damage": 1, - "min_duration": 100, + "min_duration": 200, "duration_increment": 50, - "max_duration": 300, + "max_duration": 500, "flags": [ "SOMATIC", "NO_LEGS" ] }, { -- cgit v1.2.1