diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-08 19:42:43 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-08 19:42:43 -0800 |
commit | 4bdd23831bc83c8792d80be1417f00ffe5c0e200 (patch) | |
tree | 8e6023eb4310ca97c3822a0dfcdc88907b73b68d | |
parent | Somehow this didn't get added last commit. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-4bdd23831bc83c8792d80be1417f00ffe5c0e200.tar.xz |
Rebalance Blood Sting using the Magiclysm Necrotic Gaze spell as a guideline for power vs HP cost.
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json index 1abc740..9f2e5c5 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json @@ -39,20 +39,19 @@ "max_level": 30, "energy_source": "HP", "base_energy_cost": 1, - "energy_increment": 0.2, - "final_energy_cost": 5, + "final_energy_cost": 1, "effect": "projectile_attack", "valid_targets": [ "hostile", "ally", "ground" ], - "min_damage": 0, + "min_damage": 10, "damage_increment": 1, - "max_damage": 30, + "max_damage": 40, "damage_type": "stab", "min_range": 10, "range_increment": 0.5, "max_range": 20, - "base_casting_time": 125, + "base_casting_time": 100, "casting_time_increment": -2, - "final_casting_time": 65, + "final_casting_time": 40, "flags": [ "SOMATIC", "NO_LEGS" ] }, { |