diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 12:28:40 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 12:28:40 -0800 |
commit | 48f3a5fa9bc49e3243e18ce441dbb7aa689859ce (patch) | |
tree | f5fb69f054ea1810a9fcb94bbdaec406e1c0e2b6 | |
parent | Fix ethereal aura damage effect. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-48f3a5fa9bc49e3243e18ce441dbb7aa689859ce.tar.xz |
Another energy_cost_increment -> energy_increment
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T5.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T5.json b/vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T5.json index 0ef574d..a9f78a6 100644 --- a/vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T5.json +++ b/vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T5.json @@ -35,7 +35,7 @@ "effect": "summon", "effect_str": "mon_ether_shadow", "base_energy_cost": 375, - "energy_cost_increment": 125, + "energy_increment": 125, "energy_source": "MANA", "spell_class": "VAMP_MANA_spellcaster", "difficulty": 5, |