diff options
Diffstat (limited to 'vamp_stuff/Modification_Files')
-rw-r--r-- | vamp_stuff/Modification_Files/Books/v_scrolls.json | 10 |
1 files changed, 9 insertions, 1 deletions
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", @@ -189,6 +189,14 @@ { "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", "id": "v_spell_scroll_t6_blood_desolation", "name": { "str": "Scroll of Desolation", "str_pl": "Scrolls of Desolation" }, "description": "Expend a large amount of your life force to summon a ravenous mist.", |