From 9cf915b0f8c2d32e5784389021406c2474e446e0 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 11 Sep 2021 22:00:27 -0700 Subject: Add a scroll for purge. --- vamp_stuff/Modification_Files/Books/v_scrolls.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'vamp_stuff/Modification_Files/Books') 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 @@ -129,6 +129,14 @@ "description": "Command the target's life force to heavily restrict the flow of blood.", "use_action": { "type": "learn_spell", "spells": [ "t3_blood_suppress" ] } }, + { + "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", -- cgit v1.2.1