From 495b4c78701c9ae8c9be1579d61720f48e934300 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 15 Mar 2023 20:36:00 -0700 Subject: Backport fixes/optimizations found when porting to DDA. --- book.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'book.json') diff --git a/book.json b/book.json index 4b9171d..e29a8c4 100644 --- a/book.json +++ b/book.json @@ -1,4 +1,19 @@ [ + { + "id": "manual_maid", + "type": "GENERIC", + "category": "books", + "symbol": "?", + "color": "green", + "name": { "str": "A Maid's Memoirs" }, + "description": "A collection of letters written by various maids, detailing the things they do for their Mistresses.", + "price": "200 USD", + "material": [ "paper" ], + "weight": "150 g", + "volume": "250 ml", + "use_action": "MA_MANUAL", + "book_data": { "max_level": 0, "intelligence": 5, "time": 10, "fun": 0, "skill": "none", "required_level": 0, "chapters": 5 } + }, { "id": "book_shoggoth", "type": "BOOK", -- cgit v1.2.1