Skip to content

Commit

Permalink
Balance crafting time for dilute fruit juice recipe (#39662)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Drewscriver authored Apr 18, 2020
1 parent 747f095 commit a93e935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] ] ],
Expand Down

0 comments on commit a93e935

Please sign in to comment.