From 36b1756daddf8a37abc96a38983f54300cf49c12 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 29 Dec 2023 15:35:29 -0800 Subject: Convert prices tp cent/USD. Add missing price_postapoc for various items. --- book.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'book.json') diff --git a/book.json b/book.json index e29a8c4..5ab89f6 100644 --- a/book.json +++ b/book.json @@ -42,8 +42,8 @@ "description": "A leather bound tome that appears to have been handwritten. It contains various designs for modifying servants' attire to be more combat ready, as well as additional conventions on the proper conduct of a servant in battle.", "weight": "2063 g", "volume": "2 L", - "price": 9200, - "price_postapoc": 1000, + "price": "92 USD", + "price_postapoc": "10 USD", "bashing": 8, "material": [ "paper", "leather" ], "symbol": "?", @@ -64,8 +64,8 @@ "description": "This book contains various techniques for keeping a mansion in top condition. Upon closer inspection it also contains a number of hidden pages regarding the fabrication of deadly weapons disguised as otherwise ordinary cleaning tools.", "weight": "654 g", "volume": "1250 ml", - "price": 6400, - "price_postapoc": 2500, + "price": "64 USD", + "price_postapoc": "25 USD", "material": [ "paper" ], "symbol": "?", "color": "blue", -- cgit v1.2.1