diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-16 22:11:03 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-16 22:11:03 -0700 |
commit | aabcd0682a815588f76c2a8a338cd898692c3bc7 (patch) | |
tree | 5a8f58cb308b667cac269cf1a654c92e90812a81 /vamp_stuff/Modification_Files/Spells | |
parent | Convert the stock mutations to copy-from and extend, instead of replace. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-aabcd0682a815588f76c2a8a338cd898692c3bc7.tar.xz |
Slightly reduce the HP cost of crimson haze.
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells')
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json index d58387b..a06784a 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json @@ -8,9 +8,9 @@ "difficulty": 3, "max_level": 15, "energy_source": "HP", - "base_energy_cost": 7, - "energy_increment": 0.72, - "final_energy_cost": 17, + "base_energy_cost": 5, + "energy_increment": 0.7, + "final_energy_cost": 15, "effect": "projectile_attack", "effect_str": "v_spell_crimsonhaze", "extra_effects": [ { "id": "t3_blood_crimsonhaze_blind", "hit_self": true } ], |