diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-08-03 19:13:57 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-08-03 19:13:57 -0700 |
commit | 156ace699dc4b4e27ef4165254336c053f9da2c4 (patch) | |
tree | 44dd34683b9ff695b19fe46af30d630d36aa2035 /vamp_stuff/Modification_Files/Spells | |
parent | Spells have durations with two decimal places, not three. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-156ace699dc4b4e27ef4165254336c053f9da2c4.tar.xz |
Add a heal-other spell to blood magic.
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells')
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json | 23 |
1 files changed, 23 insertions, 0 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 81ce9f1..bb42649 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json @@ -49,5 +49,28 @@ "max_range": 20, "base_casting_time": 125, "flags": [ "SOMATIC", "NO_LEGS" ] + }, + { + "id": "t2_blood_bloodsynthesis", + "type": "SPELL", + "name": { "str": "Blood Synthesis" }, + "description": "Expend a portion of your life force to heal tissue damage in others.\n\nThis is a <color_light_gray>tier 2</color> spell.", + "spell_class": "VAMP_BLOOD_spellcaster", + "difficulty": 3, + "max_level": 10, + "energy_source": "HP", + "base_energy_cost": 1, + "energy_increment": 1, + "final_energy_cost": 10, + "effect": "target_attack", + "valid_targets": [ "ally" ], + "min_damage": -5, + "damage_increment": -1, + "max_damage": -15, + "min_range": 1, + "range_increment": 0.5, + "max_range": 6, + "base_casting_time": 500, + "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ] } ] |