From a88f2298e94603ebb76c876f96548592306548d7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 29 Dec 2023 15:21:36 -0800 Subject: Reduce biodiesel crafting time as per upstream. Convert prices to cent/USD. --- json/items/fuel.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'json/items/fuel.json') diff --git a/json/items/fuel.json b/json/items/fuel.json index ce26822..1c956c2 100644 --- a/json/items/fuel.json +++ b/json/items/fuel.json @@ -8,8 +8,8 @@ "description": "This is a sealed jerrycan containing biodiesel. Use to open.", "weight": "15870 g", "volume": "10 L", - "price": 2750, - "price_postapoc": 15050, + "price": "2750 cent", + "price_postapoc": "15050 cent", "to_hit": -2, "material": [ "plastic", "hydrocarbons" ], "symbol": ")", @@ -32,8 +32,8 @@ "description": "This is a sealed plastic bottle containing denatured alcohol. Use to open.", "weight": "513 g", "volume": "500 ml", - "price": 250, - "price_postapoc": 750, + "price": "250 cent", + "price_postapoc": "750 cent", "to_hit": -2, "material": [ "plastic", "alcohol" ], "symbol": ")", -- cgit v1.2.1