From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- vamp_stuff/Modification Files/Books/v_scrolls.json | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 vamp_stuff/Modification Files/Books/v_scrolls.json (limited to 'vamp_stuff/Modification Files/Books/v_scrolls.json') diff --git a/vamp_stuff/Modification Files/Books/v_scrolls.json b/vamp_stuff/Modification Files/Books/v_scrolls.json new file mode 100644 index 0000000..232407a --- /dev/null +++ b/vamp_stuff/Modification Files/Books/v_scrolls.json @@ -0,0 +1,55 @@ +[ + { + "abstract": "v_spell_scroll", + "name": "Spell Scroll", + "type": "GENERIC", + "weight": 475, + "volume": 2, + "price": 4000, + "material": [ "paper" ], + "symbol": "?", + "color": "light_red" + }, + { + "type": "GENERIC", + "copy-from": "v_spell_scroll", + "id": "v_spell_scroll_VAMPIRIC_DEBUG", + "name": "scroll of ancient vampiric wisdom", + "description": "Written in an unreadable language. With just a glimpse, you learn how to cast all vampiric spells!", + "use_action": { + "type": "learn_spell", + "spells": [ + "t1_blood_transfusion", + "t1_blood_bcurl", + "t1_blood_clot", + "t2_blood_bloodpuddle", + "t2_blood_bloodsting", + "t3_blood_crimsonhaze", + "t3_blood_suppress", + "t4_blood_riptide", + "t4_blood_bloodsurge", + "t4_blood_bloodwave", + "t5_blood_vampiricoutrage", + "t5_blood_essencepull", + "t6_blood_desolation", + "t6_blood_crimsoncoat", + "t6_blood_leechswhip", + "t7_blood_form_orus", + "t1_mana_darkbolt", + "t1_mana_arcanebinding", + "t2_mana_darkbeam", + "t2_mana_etherealstrike", + "t3_mana_darkblast", + "t3_mana_manasurge", + "t4_mana_darkburst", + "t5_mana_megamagic", + "t5_mana_danceofthesilhouettes", + "t6_mana_darkpillar", + "t6_mana_etherealenchantment", + "t7_mana_idol_vex", + "t1_elem_ember", + "t1_elem_frost" + ] + } + } +] -- cgit v1.2.1