summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Books
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
commit66ffd7038cf10566bd35bb6713677a5f8de3b6ef (patch)
tree1d1118242801f876c27f7566c0258184aafd440a /vamp_stuff/Modification_Files/Books
downloadcataclysm-bn-mod_vampire-stuff-redone-66ffd7038cf10566bd35bb6713677a5f8de3b6ef.tar.xz
Initial commit
Diffstat (limited to 'vamp_stuff/Modification_Files/Books')
-rw-r--r--vamp_stuff/Modification_Files/Books/v_bookloots.json64
-rw-r--r--vamp_stuff/Modification_Files/Books/v_books.json155
-rw-r--r--vamp_stuff/Modification_Files/Books/v_note.json47
-rw-r--r--vamp_stuff/Modification_Files/Books/v_scrolls.json55
4 files changed, 321 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Books/v_bookloots.json b/vamp_stuff/Modification_Files/Books/v_bookloots.json
new file mode 100644
index 0000000..bb0e79f
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Books/v_bookloots.json
@@ -0,0 +1,64 @@
+[
+ {
+ "id": "grave_memories",
+ "type": "item_group",
+ "items": [
+ [ "vamp_book1", 2 ],
+ [ "vamp_book2", 2 ],
+ [ "vamp_book3", 2 ],
+ [ "vamp_book4", 2 ],
+ [ "vamp_book5", 2 ],
+ [ "vamp_book6", 2 ],
+ [ "barrette", 5 ],
+ [ "boots_combat", 10 ],
+ [ "cassock", 1 ],
+ [ "child_book", 5 ],
+ [ "fancy_sunglasses", 5 ],
+ [ "flask_hip", 5 ],
+ [ "jedi_cloak", 1 ],
+ [ "jersey", 1 ],
+ [ "kittel", 1 ],
+ [ "kufi", 1 ],
+ [ "kippah", 1 ],
+ [ "silver_locket", 10 ],
+ [ "long_glove_white", 1 ],
+ [ "silver_necklace", 1 ],
+ [ "photo_album", 15 ],
+ [ "ref_lighter", 5 ],
+ [ "gold_ring", 10 ],
+ [ "roadmap", 3 ],
+ [ "spray_can", 5 ],
+ [ "story_book", 5 ],
+ [ "syringe", 3 ],
+ [ "tall_tales", 5 ],
+ [ "teddy", 15 ],
+ [ "teleumbrella", 2 ],
+ [ "thawb", 1 ],
+ [ "umbrella", 10 ],
+ [ "many_years_old_newspaper", 2 ],
+ [ "years_old_newspaper", 5 ],
+ [ "one_year_old_newspaper", 4 ],
+ [ "months_old_newspaper", 3 ],
+ [ "weeks_old_newspaper", 3 ],
+ [ "newest_newspaper", 1 ],
+ [ "survnote", 3 ],
+ [ "cig_butt", 5 ],
+ [ "cigar_butt", 10 ]
+ ]
+ },
+ {
+ "type": "item_group",
+ "id": "vampfashion",
+ "items": [ [ "vamp_darkfashion1", 10 ] ]
+ },
+ {
+ "type": "item_group",
+ "id": "vampupgrade",
+ "items": [ [ "vamp_upgradebook1", 10 ] ]
+ },
+ {
+ "type": "item_group",
+ "id": "vampgunner",
+ "items": [ [ "vamp_gunner1", 10 ] ]
+ }
+]
diff --git a/vamp_stuff/Modification_Files/Books/v_books.json b/vamp_stuff/Modification_Files/Books/v_books.json
new file mode 100644
index 0000000..be6c5e8
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Books/v_books.json
@@ -0,0 +1,155 @@
+[
+ {
+ "id": "vamp_darkfashion1",
+ "type": "BOOK",
+ "name": "Red Velvets - The Dark Fashion",
+ "description": "A somewhat horrifying book of sophisticated blood clothing. Much of its content are trash and filled with monochrome images.",
+ "weight": "850 g",
+ "volume": "1500 ml",
+ "material": [ "paper" ],
+ "symbol": "?",
+ "color": "red",
+ "skill": "tailor",
+ "required_level": 8,
+ "max_level": 10,
+ "intelligence": 13,
+ "time": 5,
+ "fun": 1
+ },
+ {
+ "id": "vamp_gunner1",
+ "type": "BOOK",
+ "name": "Glorious Gunnery",
+ "description": "A rather advanced gun listing with photos and descriptions. It has everything in it, including a complex, but understandable session of creation.",
+ "weight": "1250 g",
+ "volume": "2250 ml",
+ "material": [ "paper" ],
+ "symbol": "?",
+ "color": "red",
+ "skill": "gun",
+ "required_level": 8,
+ "max_level": 10,
+ "intelligence": 13,
+ "time": 17,
+ "fun": 3
+ },
+ {
+ "id": "vamp_upgradebook1",
+ "type": "BOOK",
+ "name": "The Vampiric Infusion",
+ "description": "This book holds almost all the basics of blood infusion that improves efficiency and lethality of certain items. The half of this book is written in a different language, leaving it unreadable... Unless you are able to get translations.",
+ "weight": "925 g",
+ "volume": "1500 ml",
+ "material": [ "paper" ],
+ "symbol": "?",
+ "color": "red",
+ "skill": "fabrication",
+ "required_level": 10,
+ "max_level": 10,
+ "intelligence": 13,
+ "time": 5,
+ "fun": 0
+ },
+ {
+ "id": "vamp_book1",
+ "type": "BOOK",
+ "name": "Gravedigger's page note",
+ "description": "A piece of paper with a hand drawn picture of a pale man holding a heavily blood stained sword impaled amongst the pile of corpses, which is gruesome to look at. Under the photo is a note, which is blurry and unreadable.",
+ "weight": "200 g",
+ "volume": "250 ml",
+ "material": [ "paper" ],
+ "symbol": "?",
+ "color": "red",
+ "skill": "fabrication",
+ "required_level": 8,
+ "max_level": 10,
+ "intelligence": 12,
+ "time": 5,
+ "fun": -1
+ },
+ {
+ "id": "vamp_book2",
+ "type": "BOOK",
+ "name": "Gravedigger's page note",
+ "description": "A piece of paper with a hand drawn picture of a beautiful lady on top of a cliff, holding her bow gracefully. Written under it is Invynel, with an inspiring short folklore about her.",
+ "weight": "200 g",
+ "volume": "250 ml",
+ "material": [ "paper" ],
+ "symbol": "?",
+ "color": "red",
+ "skill": "archery",
+ "required_level": 8,
+ "max_level": 10,
+ "intelligence": 12,
+ "time": 15,
+ "fun": 2
+ },
+ {
+ "id": "vamp_book3",
+ "type": "BOOK",
+ "name": "Gravedigger's page note",
+ "description": "A simple hand drawn picture of an odd dagger, with engravings of ancient language of some sort.",
+ "weight": "200 g",
+ "volume": "250 ml",
+ "material": [ "paper" ],
+ "symbol": "?",
+ "color": "red",
+ "skill": "fabrication",
+ "required_level": 8,
+ "max_level": 10,
+ "intelligence": 12,
+ "time": 5,
+ "fun": -3
+ },
+ {
+ "id": "vamp_book4",
+ "type": "BOOK",
+ "name": "Gravedigger's page note",
+ "description": "Crushed human corpses and a huge, bloody hammer, this is what you only see on this drawn picture.",
+ "weight": "200 g",
+ "volume": "250 ml",
+ "material": [ "paper" ],
+ "symbol": "?",
+ "color": "red",
+ "skill": "fabrication",
+ "required_level": 8,
+ "max_level": 10,
+ "intelligence": 12,
+ "time": 5,
+ "fun": -2
+ },
+ {
+ "id": "vamp_book5",
+ "type": "BOOK",
+ "name": "Gravedigger's page note",
+ "description": "A bloody fight between medieval humans and a vampire with odd, brawling knuckles at a castle corridor background, much like an invasion. This hand drawn picture has shown nothing else.",
+ "weight": "200 g",
+ "volume": "250 ml",
+ "material": [ "paper" ],
+ "symbol": "?",
+ "color": "red",
+ "skill": "fabrication",
+ "required_level": 8,
+ "max_level": 10,
+ "intelligence": 12,
+ "time": 5,
+ "fun": 0
+ },
+ {
+ "id": "vamp_book6",
+ "type": "BOOK",
+ "name": "Gravedigger's page note",
+ "description": "A succulent fanged sword, oddly deformed with its rusty dull blade. Its heavily burnt bottom page made it vaguely understandable of what it is.",
+ "weight": "200 g",
+ "volume": "250 ml",
+ "material": [ "paper" ],
+ "symbol": "?",
+ "color": "red",
+ "skill": "fabrication",
+ "required_level": 8,
+ "max_level": 10,
+ "intelligence": 12,
+ "time": 5,
+ "fun": 0
+ }
+]
diff --git a/vamp_stuff/Modification_Files/Books/v_note.json b/vamp_stuff/Modification_Files/Books/v_note.json
new file mode 100644
index 0000000..b9c3797
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Books/v_note.json
@@ -0,0 +1,47 @@
+[
+ {
+ "type": "GENERIC",
+ "id": "v_war_tip",
+ "category": "books",
+ "symbol": ",",
+ "color": "light_gray",
+ "name": "apprentice's note",
+ "snippet_category": "v_war_tips",
+ "description": "A torn-up paper. Something's written on it.",
+ "price": 0,
+ "material": [ "paper" ],
+ "weight": "1 g",
+ "volume": "3 ml",
+ "flags": [ "ZERO_WEIGHT" ]
+ },
+ {
+ "type": "GENERIC",
+ "id": "v_elem_tip",
+ "category": "books",
+ "symbol": ",",
+ "color": "light_gray",
+ "name": "apprentice's note",
+ "snippet_category": "v_elem_tips",
+ "description": "A torn-up paper. Something's written on it.",
+ "price": 0,
+ "material": [ "paper" ],
+ "weight": "1 g",
+ "volume": "3 ml",
+ "flags": [ "ZERO_WEIGHT" ]
+ },
+ {
+ "type": "GENERIC",
+ "id": "v_hemo_tip",
+ "category": "books",
+ "symbol": ",",
+ "color": "light_gray",
+ "name": "apprentice's note",
+ "snippet_category": "v_hemo_tips",
+ "description": "A torn-up paper. Something's written on it.",
+ "price": 0,
+ "material": [ "paper" ],
+ "weight": "1 g",
+ "volume": "3 ml",
+ "flags": [ "ZERO_WEIGHT" ]
+ }
+]
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..71918a7
--- /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 g",
+ "volume": "500 ml",
+ "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"
+ ]
+ }
+ }
+]