summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Books/v_scrolls.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-21 17:12:43 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-21 17:12:43 -0700
commit873bd00487a751cf396481b3187def998eb1c3e8 (patch)
tree1bfa40b7092fc78147d0ba8416e80eb0b1ed1eb2 /vamp_stuff/Modification Files/Books/v_scrolls.json
parentInitial commit (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-873bd00487a751cf396481b3187def998eb1c3e8.tar.xz
Fix folder layout
Diffstat (limited to 'vamp_stuff/Modification Files/Books/v_scrolls.json')
-rw-r--r--vamp_stuff/Modification Files/Books/v_scrolls.json55
1 files changed, 0 insertions, 55 deletions
diff --git a/vamp_stuff/Modification Files/Books/v_scrolls.json b/vamp_stuff/Modification Files/Books/v_scrolls.json
deleted file mode 100644
index 232407a..0000000
--- a/vamp_stuff/Modification Files/Books/v_scrolls.json
+++ /dev/null
@@ -1,55 +0,0 @@
-[
- {
- "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"
- ]
- }
- }
-]