Skip to content

Commit

Permalink
added batch time saving for all sugar recipes (#36959)
Browse files Browse the repository at this point in the history
  • Loading branch information
8ctopus authored Apr 2, 2020
1 parent db5ba71 commit 9dcb880
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -3697,6 +3697,7 @@
"time": "24 m",
"charges": 10,
"autolearn": true,
"batch_time_factors": [ 20, 1 ],
"qualities": [ { "id": "CHEM", "level": 2 } ],
"tools": [ [ [ "surface_heat", 50, "LIST" ] ] ],
"components": [
Expand Down Expand Up @@ -3731,6 +3732,7 @@
"skill_used": "cooking",
"difficulty": 7,
"time": "1 h",
"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" ] ] ],
Expand All @@ -3749,6 +3751,7 @@
"skill_used": "cooking",
"difficulty": 5,
"time": "1 h 30 m",
"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" ] ] ],
Expand Down Expand Up @@ -4954,7 +4957,7 @@
"skill_used": "cooking",
"time": "1 h 30 m",
"autolearn": true,
"batch_time_factors": [ 50, 4 ],
"batch_time_factors": [ 20, 1 ],
"qualities": [ { "id": "BOIL", "level": 1 } ],
"tools": [ [ [ "water_boiling_heat", 3, "LIST" ] ] ],
"components": [ [ [ "sweet_water", 10 ] ] ]
Expand Down

0 comments on commit 9dcb880

Please sign in to comment.