Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added recipe for ghee #37913

Merged
merged 9 commits into from
Feb 11, 2020
18 changes: 18 additions & 0 deletions data/json/recipes/food/dairy_products.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,23 @@
"autolearn": true,
"qualities": [ { "id": "COOK", "level": 1 } ],
"components": [ [ [ "milk_cream_jar", 1 ] ] ]
},
{
"type": "recipe",
"result": "ghee",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_DAIRY",
"skill_used": "cooking",
"difficulty": 2,
"charges": 1,
"book_learn": [ [ "cookbook", 1 ] ],
"time": "30 m",
"batch_time_factors": [ 80, 4 ],
"qualities": [ { "id": "BOIL", "level": 1 }, { "id": "COOK", "level": 2 } ],
"tools": [
[ [ "water_boiling_heat", 2, "LIST" ] ],
[ [ "colander_steel", -1 ], [ "sieve_steel", -1 ], [ "sieve_primitive", -1 ], [ "rag", -1 ] ]
ashGlaw marked this conversation as resolved.
Show resolved Hide resolved
],
"components": [ [ [ "raw_butter", 1 ], [ "butter", 1 ] ] ]
}
]