diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 02:38:22 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 02:38:22 -0700 |
commit | 9c6280fcd1c57267b88112e8f8e786986527f7d7 (patch) | |
tree | daa5c7cccb543355212c74e82b7c3a510dde45a6 /vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json | |
parent | Rebalance hemomancer spell difficulties. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-9c6280fcd1c57267b88112e8f8e786986527f7d7.tar.xz |
Reorder hemomancer spells to make their sorting more predictable.
-They appear in the spellbook by load order, not by tier or alphanumeric naming.
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json')
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json | 52 |
1 files changed, 26 insertions, 26 deletions
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 @@ -37,32 +37,6 @@ "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 <color_light_red>tier 4</color> 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", "name": { "str": "Blood Wave" }, @@ -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 <color_light_red>tier 4</color> 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" ] } ] |