From 9c6280fcd1c57267b88112e8f8e786986527f7d7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 12 Mar 2024 02:38:22 -0700 Subject: Reorder hemomancer spells to make their sorting more predictable. -They appear in the spellbook by load order, not by tier or alphanumeric naming. --- .../Spells/Hemomancer/v_blood_T4.json | 52 +++++++++++----------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json') diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json index 136b336..fe63f0e 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json @@ -36,32 +36,6 @@ "field_chance": 65, "flags": [ "NO_LEGS" ] }, - { - "id": "t4_blood_bloodsurge", - "type": "SPELL", - "name": { "str": "Blood Surge" }, - "description": "Expend some of your life force to greatly accelerate your blood flow and physical abilties for a short time.\n\nThis is a tier 4 spell.", - "sound_id": "misc", - "sound_variant": "inhale", - "sprite": "overlay_female_mutation_bio_blood_filter", - "spell_class": "VAMP_BLOOD_spellcaster", - "difficulty": 5, - "max_level": 10, - "energy_source": "HP", - "base_energy_cost": 12, - "energy_increment": -0.6, - "final_energy_cost": 6, - "effect": "target_attack", - "effect_str": "v_spell_bloodsurge", - "valid_targets": [ "self" ], - "base_casting_time": 180, - "casting_time_increment": -3, - "final_casting_time": 90, - "min_duration": 36000, - "duration_increment": 14400, - "max_duration": 180000, - "flags": [ "NO_LEGS", "CONCENTRATE" ] - }, { "id": "t4_blood_bloodwave", "type": "SPELL", @@ -95,5 +69,31 @@ "casting_time_increment": -3, "final_casting_time": 90, "flags": [ "NO_LEGS" ] + }, + { + "id": "t4_blood_bloodsurge", + "type": "SPELL", + "name": { "str": "Blood Surge" }, + "description": "Expend some of your life force to greatly accelerate your blood flow and physical abilties for a short time.\n\nThis is a tier 4 spell.", + "sound_id": "misc", + "sound_variant": "inhale", + "sprite": "overlay_female_mutation_bio_blood_filter", + "spell_class": "VAMP_BLOOD_spellcaster", + "difficulty": 5, + "max_level": 10, + "energy_source": "HP", + "base_energy_cost": 12, + "energy_increment": -0.6, + "final_energy_cost": 6, + "effect": "target_attack", + "effect_str": "v_spell_bloodsurge", + "valid_targets": [ "self" ], + "base_casting_time": 180, + "casting_time_increment": -3, + "final_casting_time": 90, + "min_duration": 36000, + "duration_increment": 14400, + "max_duration": 180000, + "flags": [ "NO_LEGS", "CONCENTRATE" ] } ] -- cgit v1.2.1