diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-23 02:16:42 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-23 02:16:42 -0800 |
commit | 1518d5b6e0ab735f314ec5b1becf51995269a399 (patch) | |
tree | 8f35f613390625ea90b9b8af20496950f2dc9fc2 /vamp_stuff/Modification_Files | |
parent | Add Blood Bomb, new tier 6 Hemomancer spell. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-1518d5b6e0ab735f314ec5b1becf51995269a399.tar.xz |
Add Blood Bomb scroll.
Also fix Purge scroll granting Flow Suppression.
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.", |