diff options
-rw-r--r-- | vamp_stuff/Modification_Files/Books/v_scrolls.json | 9 | ||||
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json | 23 |
2 files changed, 32 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Books/v_scrolls.json b/vamp_stuff/Modification_Files/Books/v_scrolls.json index 5e3bd46..243a112 100644 --- a/vamp_stuff/Modification_Files/Books/v_scrolls.json +++ b/vamp_stuff/Modification_Files/Books/v_scrolls.json @@ -24,6 +24,7 @@ "t1_blood_clot", "t2_blood_bloodpuddle", "t2_blood_bloodsting", + "t2_blood_bloodsynthesis", "t3_blood_crimsonhaze", "t3_blood_suppress", "t4_blood_riptide", @@ -106,6 +107,14 @@ { "type": "GENERIC", "copy-from": "v_spell_scroll", + "id": "v_spell_scroll_t2_blood_bloodsynthesis", + "name": { "str": "Scroll of Blood Synthesis", "str_pl": "Scrolls of Blood Synthesis" }, + "description": "Expend a portion of your life force to heal tissue damage in others.", + "use_action": { "type": "learn_spell", "spells": [ "t2_blood_bloodsynthesis" ] } + }, + { + "type": "GENERIC", + "copy-from": "v_spell_scroll", "id": "v_spell_scroll_t3_blood_crimsonhaze", "name": { "str": "Scroll of Crimson Haze", "str_pl": "Scrolls of Crimson Haze" }, "description": "Expel and vaporize some of your blood to create a disorienting haze.", 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" ] } ] |