diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-11 22:00:27 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-11 22:00:27 -0700 |
commit | 9cf915b0f8c2d32e5784389021406c2474e446e0 (patch) | |
tree | b6cb96bfb529ea539410f48bad140cd7d60a9af2 | |
parent | Reduce the massive crimson haze radius. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-9cf915b0f8c2d32e5784389021406c2474e446e0.tar.xz |
Add a scroll for purge.
-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.", |