From 15e497aa9cd5c998589267de6c37872408f35d81 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 17 Oct 2021 00:14:57 -0700 Subject: Change batch quantity for biodiesel jerrys to 1. Since these are in 10L batches, it already passes the 5 unit batch size. --- json/recipes/chem/fuel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/recipes/chem/fuel.json b/json/recipes/chem/fuel.json index 0d338fd..e1a1717 100644 --- a/json/recipes/chem/fuel.json +++ b/json/recipes/chem/fuel.json @@ -7,7 +7,7 @@ "skill_used": "cooking", "difficulty": 6, "time": "420 m", - "batch_time_factors": [ 83, 5 ], + "batch_time_factors": [ 83, 1 ], "qualities": [ { "id": "CHEM", "level": 2 } ], "tools": [ [ [ "surface_heat", 100, "LIST" ] ] ], "components": [ -- cgit v1.2.1