From 5bc8eb5237c7eb570cc1586e75c4c3f51d9bb443 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 00:49:50 -0700 Subject: Clean up formatting to make syncing against another repo easier --- martial_arts_manuals.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'martial_arts_manuals.json') diff --git a/martial_arts_manuals.json b/martial_arts_manuals.json index 0c48f98..f6c3993 100644 --- a/martial_arts_manuals.json +++ b/martial_arts_manuals.json @@ -8,18 +8,10 @@ "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", + "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 - } + "book_data": { "max_level": 0, "intelligence": 5, "time": 10, "fun": 0, "skill": "none", "required_level": 0, "chapters": 5 } } ] -- cgit v1.2.1