From a93e935280c840e35ee11c428a4f667ec77d46ef Mon Sep 17 00:00:00 2001 From: Drewscriver Date: Sat, 18 Apr 2020 02:37:51 -0700 Subject: [PATCH] Balance crafting time for dilute fruit juice recipe (#39662) The two recipes for fruit juice took the same amount of time to craft, even though one was 100% juice, and the other 50% juice and 50% water. This change cuts the 50% water recipe crafting time from 5 minutes to 3 minutes to reflect the reduced amount of effort. --- data/json/recipes/recipe_food.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index f62ef019fe383..1062407a04673 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -4927,7 +4927,7 @@ "subcategory": "CSC_FOOD_DRINKS", "skill_used": "cooking", "difficulty": 1, - "time": "5 m", + "time": "3 m", "autolearn": true, "qualities": [ { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ], "tools": [ [ [ "rag", -1 ] ] ],