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_books.json | 155 +++++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Books/v_books.json (limited to 'vamp_stuff/Modification_Files/Books/v_books.json') 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 + } +] -- cgit v1.2.1