Skip to content

Commit

Permalink
Update offal_dishes.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KorGgenT committed Dec 26, 2018
1 parent a8a6727 commit 81bc049
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/json/recipes/food/offal_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,32 @@
"type": "recipe",
"copy-from": "brain_cooked",
"result": "lung_cooked",
"qualities": [ { "id": "COOK", "level": 1 } ],
"tools": [ [ [ "surface_heat", 100, "LIST" ] ] ],
"components": [ [ [ "lung", 1 ] ] ]
},
{
"type": "recipe",
"copy-from": "brain_cooked",
"result": "kidney_cooked",
"qualities": [ { "id": "COOK", "level": 1 } ],
"tools": [ [ [ "surface_heat", 100, "LIST" ] ] ],
"components": [ [ [ "kidney", 1 ] ] ]
},
{
"type": "recipe",
"copy-from": "brain_cooked",
"result": "sweetbread_cooked",
"qualities": [ { "id": "COOK", "level": 1 } ],
"tools": [ [ [ "surface_heat", 100, "LIST" ] ] ],
"components": [ [ [ "sweetbread", 1 ] ] ]
},
{
"type": "recipe",
"copy-from": "brain_cooked",
"result": "liver_cooked",
"qualities": [ { "id": "COOK", "level": 1 } ],
"tools": [ [ [ "surface_heat", 100, "LIST" ] ] ],
"components": [ [ [ "liver", 1 ] ] ]
},
{
Expand Down

0 comments on commit 81bc049

Please sign in to comment.