Skip to content

Instantly share code, notes, and snippets.

@keenan-v1
Created November 28, 2016 18:25
Show Gist options
  • Save keenan-v1/be8b52f3c5dd78fd43864f9ca29350fa to your computer and use it in GitHub Desktop.
Save keenan-v1/be8b52f3c5dd78fd43864f9ca29350fa to your computer and use it in GitHub Desktop.
Casserole Recipe (WU)
{
"name":"casserole (herb)",
"recipeid":"1367",
"known":true,
"skill":"hot food cooking",
"trigger":"heat",
"cookers":[
{"id":"oven"},
{"id":"campfire","difficulty":5},
{"id":"forge","difficulty":10}
],
"containers":[
{"id":"pottery bowl"}
],
"ingredients":{
"oneormore":[
{
"list":[
{"id":"any herb"}
]
},
{
"list":[
{"id":"any fruit","cstate":"raw","difficulty":5},
{"id":"any cereal","difficulty":5},
{"id":"any veg","difficulty":5},
{"id":"any berry","cstate":"raw","difficulty":5},
{"id":"any nut","difficulty":5},
{"id":"any mushroom","difficulty":5}
]
}
],
"optional":[
{"id":"salt","difficulty":5}
]
},
"result":{
"id":"casserole",
"name":"herb casserole",
"difficulty":11,
"description":"A tasty casserole with a nice herb smell."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment