From 8b0cf55ce07328d549b1328715386a561fd03377 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 1 Aug 2021 18:07:04 -0700 Subject: Add increments to hemomancy spells so they actually gain from leveling up. Fix many of the hemomancy durations to last longer than a fraction of a second. Sort hemomancy spell values. --- .../Spells/Hemomancer/v_blood_T5.json | 45 +++++++++++----------- 1 file changed, 23 insertions(+), 22 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json') diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json index 5d2f488..f6940a7 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json @@ -4,8 +4,14 @@ "type": "SPELL", "name": { "str": "Vampiric Rage" }, "description": "Unleash your entire life force in a deadly assault against anything that threatens you.\n\nThis is a tier 5 spell.", + "spell_class": "VAMP_BLOOD_spellcaster", "message": "Fury fills your mind and body...\nAs you stand, blood tendrils emerge from you!", - "valid_targets": [ "none" ], + "difficulty": 5, + "max_level": 10, + "energy_source": "HP", + "base_energy_cost": 3, + "energy_cost_increment": 3, + "final_energy_cost": 30, "effect": "target_attack", "extra_effects": [ { "id": "t5_blood_outrage_bash" }, @@ -19,39 +25,34 @@ { "id": "t5_blood_outrage_stab" }, { "id": "t5_blood_outrage_drain" } ], - "base_energy_cost": 0, - "energy_cost_increment": 3, - "energy_source": "HP", - "spell_class": "VAMP_BLOOD_spellcaster", - "difficulty": 5, - "max_level": 10, - "min_damage": 0, - "max_damage": 0, + "valid_targets": [ "none" ], + "min_damage": 3, + "max_damage": 30, "damage_increment": 3, - "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS", "WONDER" ], - "base_casting_time": 500 + "base_casting_time": 500, + "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS", "WONDER" ] }, { "id": "t5_blood_essencepull", "type": "SPELL", "name": { "str": "Blood Eruption" }, "description": "Command the life force of the target to violently burst blood from every pore of their body.\n\nThis is a tier 5 spell.", - "valid_targets": [ "hostile" ], - "effect": "target_attack", - "base_energy_cost": 0, - "final_energy_cost": 0, - "energy_cost_increment": 500, - "energy_source": "MANA", "spell_class": "VAMP_BLOOD_spellcaster", "difficulty": 5, "max_level": 5, - "min_damage": 0, - "max_damage": 0, - "damage_increment": 125, + "energy_source": "MANA", + "base_energy_cost": 50, + "energy_cost_increment": 50, + "final_energy_cost": 250, + "effect": "target_attack", + "valid_targets": [ "hostile" ], + "min_damage": 25, + "damage_increment": 25, + "max_damage": 125, + "damage_type": "bio", "min_range": 1, "max_range": 1, - "flags": [ "SOMATIC", "NO_LEGS" ], "base_casting_time": 125, - "damage_type": "bio" + "flags": [ "SOMATIC", "NO_LEGS" ] } ] -- cgit v1.2.1