From a149f05910a32abf75d92c89e0703291e2ab05cc Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 29 Dec 2023 15:49:13 -0800 Subject: Convert prices to cent/USD. Also add missing price_postapoc. --- json/items/toolmod.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/json/items/toolmod.json b/json/items/toolmod.json index 764c9d5..77c22a8 100644 --- a/json/items/toolmod.json +++ b/json/items/toolmod.json @@ -7,7 +7,8 @@ "description": "This is an expansion device for use on plutonium-powered equipment. With enough electronics skill, you could attach this to an atomic tool to double the amount of plutonium it can hold. Note that this device is incompatible with the atomic battery mod.", "weight": "694 g", "volume": "750 ml", - "price": 10000, + "price": "100 USD", + "price_postapoc": "10 USD", "material": [ "superalloy", "plastic" ], "symbol": ";", "color": "dark_gray", -- cgit v1.2.1