From 54d268b0eef4356c2d5cf9fb7ba726878060e478 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 8 Apr 2020 22:22:12 -0700 Subject: Initial commit --- martial_arts_manuals.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 martial_arts_manuals.json (limited to 'martial_arts_manuals.json') diff --git a/martial_arts_manuals.json b/martial_arts_manuals.json new file mode 100644 index 0000000..fd466bc --- /dev/null +++ b/martial_arts_manuals.json @@ -0,0 +1,25 @@ +[ + { + "id": "manual_maid", + "type": "GENERIC", + "category": "books", + "symbol": "?", + "color": "green", + "name": { "str": "101 ways to protect my Mistress" }, + "description": "A manual penned by different maids, listing all of their ideas on physical ways to protect their Mistresses.", + "price": 20000, + "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 + } + } +] -- cgit v1.2.1