From f4a8abf970a7bffba00d0d558e3468648a329f8b Mon Sep 17 00:00:00 2001 From: 8ctopus Date: Sun, 12 Jan 2020 17:13:33 +0500 Subject: [PATCH 1/2] added batch time factor for all sugar recipes --- data/json/recipes/recipe_food.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index ed71f8644f5ca..aa785391c4d90 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -3693,6 +3693,7 @@ "time": "24 m", "charges": 10, "autolearn": true, + "batch_time_factors": [ 80, 1 ], "qualities": [ { "id": "CHEM", "level": 2 } ], "tools": [ [ [ "surface_heat", 50, "LIST" ] ] ], "components": [ @@ -3727,6 +3728,7 @@ "skill_used": "cooking", "difficulty": 7, "time": "1 h", + "batch_time_factors": [ 80, 1 ], "book_learn": [ [ "adv_chemistry", 7 ], [ "textbook_chemistry", 8 ], [ "recipe_labchem", 6 ] ], "qualities": [ { "id": "CHEM", "level": 2 } ], "tools": [ [ [ "surface_heat", 50, "LIST" ] ] ], @@ -3745,6 +3747,7 @@ "skill_used": "cooking", "difficulty": 5, "time": "1 h 30 m", + "batch_time_factors": [ 80, 1 ], "book_learn": [ [ "adv_chemistry", 6 ], [ "textbook_chemistry", 6 ], [ "cookbook_foodfashions", 5, "Natural Beet Sugar" ] ], "qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 1 } ], "tools": [ [ [ "surface_heat", 40, "LIST" ] ] ], @@ -4962,7 +4965,7 @@ "skill_used": "cooking", "time": "1 h 30 m", "autolearn": true, - "batch_time_factors": [ 50, 4 ], + "batch_time_factors": [ 50, 1 ], "qualities": [ { "id": "BOIL", "level": 1 } ], "tools": [ [ [ "water_boiling_heat", 3, "LIST" ] ] ], "components": [ [ [ "sweet_water", 10 ] ] ] From b599c9af6f1535bebffd700587f2ce841bdd4c02 Mon Sep 17 00:00:00 2001 From: 8ctopus Date: Mon, 10 Feb 2020 17:24:17 +0500 Subject: [PATCH 2/2] updated batch time factors from 80 to 20 following review --- data/json/recipes/recipe_food.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index 21c747693c969..9512b8425c29f 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -3711,7 +3711,7 @@ "time": "24 m", "charges": 10, "autolearn": true, - "batch_time_factors": [ 80, 1 ], + "batch_time_factors": [ 20, 1 ], "qualities": [ { "id": "CHEM", "level": 2 } ], "tools": [ [ [ "surface_heat", 50, "LIST" ] ] ], "components": [ @@ -3746,7 +3746,7 @@ "skill_used": "cooking", "difficulty": 7, "time": "1 h", - "batch_time_factors": [ 80, 1 ], + "batch_time_factors": [ 20, 1 ], "book_learn": [ [ "adv_chemistry", 7 ], [ "textbook_chemistry", 8 ], [ "recipe_labchem", 6 ] ], "qualities": [ { "id": "CHEM", "level": 2 } ], "tools": [ [ [ "surface_heat", 50, "LIST" ] ] ], @@ -3765,7 +3765,7 @@ "skill_used": "cooking", "difficulty": 5, "time": "1 h 30 m", - "batch_time_factors": [ 80, 1 ], + "batch_time_factors": [ 20, 1 ], "book_learn": [ [ "adv_chemistry", 6 ], [ "textbook_chemistry", 6 ], [ "cookbook_foodfashions", 5, "Natural Beet Sugar" ] ], "qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 1 } ], "tools": [ [ [ "surface_heat", 40, "LIST" ] ] ], @@ -4988,7 +4988,7 @@ "skill_used": "cooking", "time": "1 h 30 m", "autolearn": true, - "batch_time_factors": [ 50, 1 ], + "batch_time_factors": [ 20, 1 ], "qualities": [ { "id": "BOIL", "level": 1 } ], "tools": [ [ [ "water_boiling_heat", 3, "LIST" ] ] ], "components": [ [ [ "sweet_water", 10 ] ] ]