From 9adbe6e49abb4c479e8c51a407cd6de3f0d3c69d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 01:28:38 -0700 Subject: Clean up formatting Add some missing assets --- book.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 book.json (limited to 'book.json') diff --git a/book.json b/book.json new file mode 100644 index 0000000..5aa0b5c --- /dev/null +++ b/book.json @@ -0,0 +1,20 @@ +[ + { + "id": "book_shoggoth", + "type": "BOOK", + "name": { "str": "impossible scribbles", "str_pl": "impossible scribbles" }, + "description": "A thin leaflet that's filled with chaotic handwriting, disturbing visuals, impossible mathematical equations, languages not known to anyone on Earth and lists of what appears to be names with all of them crossed out. The leaflet has more pages than possible, each and every one of them getting more and more chaotic and giving you a splitting headache as the fabric of reality seems to collapse around your vision. Suddenly, it's all clear to you. On the final page, you read a complex formula on how to summon a shoggoth, seemingly written in your handwriting.", + "weight": "150 g", + "volume": "250 ml", + "price": 20000, + "material": [ "paper" ], + "symbol": "?", + "color": "green", + "skill" : "cooking", + "required_level" : 9, + "max_level" : 9, + "intelligence" : 13, + "time" : "55 m", + "fun" : -50 + } +] -- cgit v1.2.1