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/chemicals_and_resurces.json | 4 ++-- json/items/fuel.json | 8 ++++---- json/recipes/chem/fuel.json | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/json/items/chemicals_and_resurces.json b/json/items/chemicals_and_resurces.json index e648dd0..c7b0081 100644 --- a/json/items/chemicals_and_resurces.json +++ b/json/items/chemicals_and_resurces.json @@ -8,8 +8,8 @@ "description": "This is a sealed plastic bottle containing lye. Use to open.", "weight": "263 g", "volume": "500 ml", - "price": 200, - "price_postapoc": 210, + "price": "2 USD", + "price_postapoc": "210 cent", "to_hit": -2, "material": [ "plastic" ], "symbol": ")", 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": ")", diff --git a/json/recipes/chem/fuel.json b/json/recipes/chem/fuel.json index 82b6277..34bedf1 100644 --- a/json/recipes/chem/fuel.json +++ b/json/recipes/chem/fuel.json @@ -8,8 +8,8 @@ "autolearn": false, "never_learn": true, "difficulty": 6, - "time": "420 m", - "batch_time_factors": [ 83, 1 ], + "time": "4 h", + "batch_time_factors": [ 99, 1 ], "qualities": [ { "id": "CHEM", "level": 2 } ], "tools": [ [ [ "surface_heat", 100, "LIST" ] ] ], "components": [ -- cgit v1.2.1