Skip to content

Commit

Permalink
Added recipe for ghee (#37913)
Browse files Browse the repository at this point in the history
* Added recipe for ghee

I noticed we didn't have a ghee recipe, so I added one. It seemed similar to cooking_oil2 so I used that as a base. Should I add a rag to the components to represent straining through cheesecloth? Should it require a strainer?

* Now you need a strainer of some sort. added a variety

* Make craft time realistic

Co-Authored-By: I-am-Erk <[email protected]>

* Added an indian cookbook, moved curry and ghee recipes to that

Tested and things seem to be working

* Itemgroups added

The book should spawn in a number of different places now, with a fairly low distribution. Not married to those numbers, though

* Set ghee recipe to be in cookbook

* Removed Indian Cookbook from books,  itemgroups, and recipes

Co-authored-by: I-am-Erk <[email protected]>
  • Loading branch information
ashGlaw and I-am-Erk authored Feb 11, 2020
1 parent 9b081aa commit 011455f
Showing 1 changed file with 18 additions and 0 deletions.
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 ] ]
],
"components": [ [ [ "raw_butter", 1 ], [ "butter", 1 ] ] ]
}
]

0 comments on commit 011455f

Please sign in to comment.