diff --git a/data/json/recipes/food/dairy_products.json b/data/json/recipes/food/dairy_products.json index dd8f2928a1709..5d3f9c5541e93 100644 --- a/data/json/recipes/food/dairy_products.json +++ b/data/json/recipes/food/dairy_products.json @@ -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 ] ] + ], + "components": [ [ [ "raw_butter", 1 ], [ "butter", 1 ] ] ] } ]