From 1518d5b6e0ab735f314ec5b1becf51995269a399 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 23 Feb 2022 02:16:42 -0800 Subject: Add Blood Bomb scroll. Also fix Purge scroll granting Flow Suppression. --- vamp_stuff/Modification_Files/Books/v_scrolls.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'vamp_stuff') diff --git a/vamp_stuff/Modification_Files/Books/v_scrolls.json b/vamp_stuff/Modification_Files/Books/v_scrolls.json index 54ef312..5c94155 100644 --- a/vamp_stuff/Modification_Files/Books/v_scrolls.json +++ b/vamp_stuff/Modification_Files/Books/v_scrolls.json @@ -136,7 +136,7 @@ "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" ] } + "use_action": { "type": "learn_spell", "spells": [ "t3_blood_purge" ] } }, { "type": "GENERIC", @@ -186,6 +186,14 @@ "description": "Convert a portion of your blood into a thick flexible armour.", "use_action": { "type": "learn_spell", "spells": [ "t5_blood_crimsoncoat" ] } }, + { + "type": "GENERIC", + "copy-from": "v_spell_scroll", + "id": "v_spell_scroll_t6_blood_bloodbomb", + "name": { "str": "Scroll of Blood Bomb", "str_pl": "Scrolls of Blood Bomb" }, + "description": "Compress and throw a portion of your blood. Upon impact it will burst into a maelstrom of crystalized blood daggers.", + "use_action": { "type": "learn_spell", "spells": [ "t6_blood_bloodbomb" ] } + }, { "type": "GENERIC", "copy-from": "v_spell_scroll", -- cgit v1.2.1