diff options
-rw-r--r-- | vamp_stuff/Modification_Files/Books/v_scrolls.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Books/v_scrolls.json b/vamp_stuff/Modification_Files/Books/v_scrolls.json index 7b6a996..3e77e0d 100644 --- a/vamp_stuff/Modification_Files/Books/v_scrolls.json +++ b/vamp_stuff/Modification_Files/Books/v_scrolls.json @@ -132,6 +132,14 @@ { "type": "GENERIC", "copy-from": "v_spell_scroll", + "id": "v_spell_scroll_t3_blood_purge", + "name": { "str": "Scroll of Purge", "str_pl": "Scrolls of Purge" }, + "description": "Expend a small amount of your life force to expel contaminants from your body.", + "use_action": { "type": "learn_spell", "spells": [ "t3_blood_suppress" ] } + }, + { + "type": "GENERIC", + "copy-from": "v_spell_scroll", "id": "v_spell_scroll_t4_blood_riptide", "name": { "str": "Scroll of Blood Tide", "str_pl": "Scrolls of Blood Tide" }, "description": "Expel some of your blood to strike all targets inside a wide cone.", |