Wurm Recipes List
674/1465
Foreward#
- This page is going through a restructure because tables are just… so bad for this format xD It will be formatted as a list of recipes with sub-lists of ingredients, this will just take time.
- I did initially make all recipes in table format. The table format works very well for things like dough, it works less well for most container-based recipes though. As a compromise I’ll use tbales for the recipe types where legibility isn’t sacrificed, and list format for everything else.
- If you see (+X) after the name of the item, and it’s in the “Optional” category, it means it adds that much to the difficulty if added
- The number in parentheses following the name of the recipe is the base difficulty, which may be modified by optional ingredients.
- If you’re wondering why some items say raw and some don’t, ask wurmdev, this is their info, I’m just copying it for now. I’ll reformat it so it makes more sense later on
- All percentages are how much of a liquid you should put (by weight) in comparison to solids.
- This is technically a draft, but I’m releasing it now because I don’t wanna have to write close to a thousand recipes before I release it.
- The number above the foreward isn’t how many recipes I’ve written, or how many there are. It’s which recipe I’m on from the game’s code, which isn’t consistent with how they number the recipes.
- An eventual plan I have is to link the recipes together so that it’ll be easy to see what you need to do to make a recipe. For now that creates problems with ox-hugo exporting my entire blog, so I’ll be working on that once I’m done with the full list.
- “XXX%r” is the ratio of that particular liquid to all solids present in the recipe
- XXX%l means how much of the liquid’s weight will be lost. Unless otherwise stated, loss can be assumed to be 0%,
- Also please be patient. This is all being done by hand, since I can’t find any way to easily convert about a thousand JSONs to anything readable.
TODO List of plans#
TODO Baking#
TODO Beverages#
TODO Butchering#
TODO Cooking#
TODO Dairy Food Making#
TODO Hot Food Cooking#
TODO Milling#
TODO Correct titles#
TODO Correct ingredients#
TODO Add links#
[5/111]
Baking#
- The number in front of the item name is the base difficulty for creation.
DONE C bacon butty#
- description
- Hot fried bacon, dripping fat into bread; the perfect start to a day.
- difficulty
- 20
- active
- hand
- containers
- plate
- mandatory
- slice of bread
- raw
- 2
- bacon
- slice of bread
- optional
- tomato ketchup
- 5 difficulty
- butter
- 5 difficulty
- white sauce
- 20%
- 5 difficulty
- tomato ketchup
DONE C bacon, lettuce and tomato sandwich#
- description
- Bacon, lettuce and tomato stuffed between 2 pieces of bread.
- difficulty
- 20
- active
- hand
- containers
- plate
- mandatory
- slice of bread
- raw
- 2
- bacon
- cooked
- lettuce
- tomato
- slice of bread
- optional
- butter
- 5 difficulty
- salt
- 5 difficulty
- tomato ketchup
- 5 difficulty
- white sauce
- 20% ratio
- 5 difficulty
- butter
DONE H baked berry cheesecake#
- difficulty
- 30
- cookers
- oven
- containers
- cake tin
- mandatory
- biscuit mix
- any cheese
- gelatine
- 25%
- any berry
- raw
- optional
- any herb
- chopped
- 5 difficulty
- any herb
DONE H baked cheesecake#
- difficulty
- 25
- cookers
- oven
- containers
- cake tin
- mandatory
- biscuit mix
- any cheese
- gelatine
- 25% ratio
- optional
- any herb
- chopped
- 5 difficulty
- any herb
There is no listed ifficulty for this in the game files???
DONE H baked chocolate cheesecake#
- difficulty
- 35
- description
- A sweet dessert using biscuit as a base, and covered with a chocolate filling, then baked.
- cookers
- oven
- containers
- cake tin
- mandatory
- biscuit mix
- sugar
- butter
- any cheese
- egg
- raw
- chocolate
- cocoa
- optional
- any herb
- chopped
- 5 difficulty
- any herb
TODO H baked fruit cheesecake#
- ———————————————————————————————|
- cookers.1.id |
- oven |
- ———————————————————————————————|
- containers.1.id |
- cake tin |
- ———————————————————————————————|
- ingredients.mandatory.1.id |
- biscuit mix |
- ———————————————————————————————|
- ingredients.mandatory.2.id |
- any cheese |
- ———————————————————————————————|
- ingredients.mandatory.3.id |
- gelatine |
- ———————————————————————————————|
- ingredients.mandatory.3.ratio |
- 25 |
- ———————————————————————————————|
- ingredients.mandatory.3.loss |
- 0 |
- ———————————————————————————————|
- ingredients.mandatory.4.id |
- any fruit |
- ———————————————————————————————|
- ingredients.mandatory.4.cstate |
- raw |
- ———————————————————————————————|
- ingredients.optional.1.id |
- any herb |
- ———————————————————————————————|
- ingredients.optional.1.pstate |
- chopped |
- ———————————————————————————————|
- ingredients.optional.1.difficulty |
- 5 |
- ———————————————————————————————|
- result.id |
- cheesecake |
- ———————————————————————————————|
- result.name |
- baked # cheesecake |
- ———————————————————————————————|
- result.refrealtemplate |
- any fruit |
- ———————————————————————————————|
- result.difficulty |
- 30 |
- ———————————————————————————————|
- result.description |
- A sweet dessert using biscuit as a base, and covered with a # flavoured filling, then baked. |
- ———————————————————————————————|
TODO baked lemon cheesecake#
————————————————————————————————-| recipeid |
1189 |
---|
skill |
baking |
————————————————————————————————- |
trigger |
heat |
————————————————————————————————- |
cookers.1.id |
oven |
————————————————————————————————- |
containers.1.id |
cake tin |
————————————————————————————————- |
ingredients.mandatory.1.id |
biscuit mix |
————————————————————————————————- |
ingredients.mandatory.2.id |
sugar |
————————————————————————————————- |
ingredients.mandatory.3.id |
butter |
————————————————————————————————- |
ingredients.mandatory.4.id |
any cheese |
————————————————————————————————- |
ingredients.mandatory.5.id |
egg |
————————————————————————————————- |
ingredients.mandatory.5.cstate |
raw |
————————————————————————————————- |
ingredients.mandatory.6.id |
lemon |
————————————————————————————————- |
ingredients.optional.1.id |
any herb |
————————————————————————————————- |
ingredients.optional.1.pstate |
chopped |
————————————————————————————————- |
ingredients.optional.1.difficulty |
5 |
————————————————————————————————- |
result.id |
cheesecake |
————————————————————————————————- |
result.name |
baked lemon cheesecake |
————————————————————————————————- |
result.difficulty |
30 |
————————————————————————————————- |
result.description |
A sweet dessert using biscuit as a base, and covered with a lemon flavoured filling, then baked. |
————————————————————————————————- |
TODO batter#
recipeid |
---|
611 |
skill |
baking |
active.id |
spoon |
containers.1.id |
pottery bowl |
ingredients.mandatory.1.id |
flour |
ingredients.mandatory.2.id |
any milk |
ingredients.mandatory.2.ratio |
100 |
ingredients.mandatory.2.loss |
0 |
ingredients.mandatory.3.id |
egg |
ingredients.mandatory.3.cstate |
raw |
ingredients.optional.1.id |
salt |
ingredients.optional.1.difficulty |
5 |
result.id |
batter |
result.difficulty |
10 |
result.usetemplateweight |
true |
TODO berry biscuits#
recipeid |
---|
802 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
biscuit mix |
ingredients.mandatory.2.id |
any berry |
ingredients.mandatory.2.cstate |
raw |
result.id |
biscuit |
result.name |
# biscuit |
result.refrealtemplate |
any berry |
result.difficulty |
20 |
result.description |
A golden-brown biscuit with added berries. |
TODO berry muffin#
recipeid |
---|
1063 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
cake mix |
ingredients.mandatory.2.id |
any berry |
ingredients.mandatory.2.cstate |
raw |
ingredients.mandatory.2.pstate |
none |
result.id |
muffin |
result.name |
# muffin |
result.refrealtemplate |
any berry |
result.difficulty |
30 |
result.description |
Small, fluffy cake-like treats, studded with berries. |
TODO berry pie#
recipeid |
---|
956 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
pie dish |
ingredients.mandatory.1.id |
any berry |
ingredients.mandatory.1.cstate |
raw |
ingredients.mandatory.2.id |
pastry |
ingredients.optional.1.id |
sugar |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
any spice |
ingredients.optional.2.pstate |
ground |
ingredients.optional.2.difficulty |
5 |
result.id |
pie |
result.name |
# pie |
result.refrealtemplate |
any berry |
result.difficulty |
25 |
result.achievement |
berry pie |
result.description |
A pie with # in it, normally sweetened, possibly spiced too. |
TODO berry tart#
recipeid |
---|
963 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
any berry |
ingredients.mandatory.1.cstate |
raw |
ingredients.mandatory.2.id |
pastry |
ingredients.optional.1.id |
sugar |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
any spice |
ingredients.optional.2.pstate |
ground |
ingredients.optional.2.difficulty |
5 |
result.id |
tart |
result.name |
# tart |
result.refrealtemplate |
any berry |
result.difficulty |
40 |
result.description |
A tart with # in it, and a hatched pattern on top. |
TODO berry trifle#
recipeid |
---|
658 |
skill |
baking |
active.id |
spoon |
containers.1.id |
pottery bowl |
ingredients.mandatory.1.id |
cake |
ingredients.mandatory.1.realtemplate |
cake mix |
ingredients.mandatory.2.id |
custard |
ingredients.mandatory.2.ratio |
50 |
ingredients.mandatory.2.loss |
0 |
ingredients.mandatory.3.id |
jelly |
ingredients.mandatory.4.id |
any berry |
ingredients.mandatory.4.cstate |
raw |
ingredients.mandatory.5.id |
cream |
ingredients.mandatory.5.pstate |
whipped |
ingredients.mandatory.5.ratio |
50 |
ingredients.mandatory.5.loss |
0 |
result.id |
pudding |
result.name |
# trifle |
result.refrealtemplate |
any berry |
result.difficulty |
20 |
result.description |
A tasty dessert with berries, custard and cream. |
TODO biscuit mix#
recipeid |
---|
609 |
skill |
baking |
active.id |
spoon |
containers.1.id |
pottery bowl |
ingredients.mandatory.1.id |
flour |
ingredients.mandatory.2.id |
butter |
ingredients.mandatory.3.id |
sugar |
ingredients.mandatory.4.id |
any milk |
ingredients.mandatory.4.ratio |
100 |
ingredients.mandatory.4.loss |
0 |
ingredients.mandatory.5.id |
egg |
ingredients.mandatory.5.cstate |
raw |
result.id |
biscuit mix |
result.refmaterial |
flour |
result.name |
$ biscuit mix |
result.difficulty |
10 |
TODO black forest gateau#
recipeid |
---|
794 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
cake tin |
ingredients.mandatory.1.id |
cake mix |
ingredients.mandatory.2.id |
cherries |
ingredients.mandatory.3.id |
cocoa |
ingredients.mandatory.4.id |
chocolate |
ingredients.mandatory.5.id |
moonshine |
ingredients.mandatory.5.pstate |
none |
ingredients.mandatory.5.ratio |
10 |
ingredients.mandatory.5.loss |
50 |
ingredients.mandatory.6.id |
cream |
ingredients.mandatory.6.pstate |
whipped |
ingredients.mandatory.6.ratio |
25 |
ingredients.mandatory.6.loss |
0 |
ingredients.optional.1.id |
sweet |
ingredients.optional.1.cstate |
chocolate coated |
ingredients.optional.1.realtemplate |
chocolate |
ingredients.optional.1.difficulty |
5 |
result.id |
cake |
result.name |
black forest gateau |
result.realtemplate |
cherries |
result.difficulty |
60 |
result.achievement |
black forest gateau |
result.description |
A cake that consists of several layers of chocolate sponge cake sandwiched with whipped cream and cherries. |
TODO boiled egg sandwich#
recipeid |
---|
671 |
skill |
baking |
active.id |
hand |
containers.1.id |
plate |
ingredients.mandatory.1.id |
slice of bread |
ingredients.mandatory.1.cstate |
raw |
ingredients.mandatory.1.amount |
2 |
ingredients.mandatory.2.id |
egg |
ingredients.mandatory.2.cstate |
boiled |
ingredients.optional.1.id |
butter |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
salt |
ingredients.optional.2.difficulty |
5 |
ingredients.optional.3.id |
tomato ketchup |
ingredients.optional.3.difficulty |
5 |
ingredients.optional.4.id |
white sauce |
ingredients.optional.4.realtemplate |
egg |
ingredients.optional.4.ratio |
20 |
ingredients.optional.4.loss |
0 |
ingredients.optional.4.difficulty |
5 |
result.id |
sandwich |
result.name |
boiled egg sandwich |
result.realtemplate |
egg |
result.difficulty |
20 |
result.description |
Cooked, mashed egg that has been made into a sandwich. |
TODO bread#
recipeid |
---|
764 |
known |
true |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
cookers.2.id |
campfire |
cookers.2.difficulty |
5 |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
dough |
result.id |
bread |
result.realtemplate |
dough |
result.refmaterial |
dough |
result.difficulty |
15 |
result.achievement |
bread maker |
result.description |
A round loaf of crunchy bread, baked to perfection. |
TODO breakfast muffin#
recipeid |
---|
1069 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
cake mix |
ingredients.mandatory.2.id |
egg |
ingredients.mandatory.3.id |
bacon |
result.id |
muffin |
result.name |
breakfast muffin |
result.realtemplate |
bacon |
result.difficulty |
30 |
result.description |
This isn’t a muffin, despite appearances. Still, since it includes bacon, lead on McDonald! |
TODO buttercream icing#
recipeid |
---|
681 |
skill |
baking |
active.id |
fork |
containers.1.id |
pottery bowl |
ingredients.mandatory.1.id |
sugar |
ingredients.mandatory.2.id |
butter |
ingredients.mandatory.3.id |
any milk |
ingredients.mandatory.3.ratio |
33 |
ingredients.mandatory.3.loss |
0 |
result.id |
icing |
result.name |
buttercream icing |
result.realtemplate |
cream |
result.difficulty |
20 |
result.description |
A type of icing or filling used inside cakes, as a coating, and as decoration. |
TODO cake mix#
recipeid |
---|
610 |
skill |
baking |
active.id |
spoon |
containers.1.id |
pottery bowl |
ingredients.mandatory.1.id |
flour |
ingredients.mandatory.2.id |
butter |
ingredients.mandatory.3.id |
sugar |
ingredients.mandatory.4.id |
any milk |
ingredients.mandatory.4.ratio |
100 |
ingredients.mandatory.4.loss |
0 |
ingredients.mandatory.5.id |
salt |
result.id |
cake mix |
result.difficulty |
10 |
TODO campaign bread#
recipeid |
---|
866 |
skill |
baking |
trigger |
heat |
cookers.1.id |
campfire |
containers.1.id |
open helm |
ingredients.mandatory.1.id |
barley |
ingredients.mandatory.2.id |
wheat |
ingredients.mandatory.3.id |
lovage |
ingredients.mandatory.4.id |
water |
ingredients.mandatory.4.ratio |
100 |
ingredients.mandatory.4.loss |
0 |
ingredients.mandatory.5.id |
any meat |
ingredients.optional.1.id |
any nut |
ingredients.optional.1.cstate |
raw |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
salt |
ingredients.optional.2.difficulty |
5 |
result.id |
bread |
result.name |
campaign bread |
result.realtemplate |
lovage |
result.refmaterial |
any meat |
result.difficulty |
20 |
result.achievement |
bread maker |
result.description |
A coarse bread often made by soldiers in the field. No gravel was harmed in the making of this loaf. |
TODO carrot cake#
recipeid |
---|
788 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
cake tin |
ingredients.mandatory.1.id |
cake mix |
ingredients.mandatory.2.id |
carrot |
ingredients.mandatory.2.pstate |
chopped |
ingredients.mandatory.3.id |
icing |
ingredients.mandatory.3.realtemplate |
cream |
ingredients.mandatory.4.id |
walnut |
ingredients.optional.1.id |
pineapple |
ingredients.optional.1.cstate |
raw |
ingredients.optional.2.id |
sweet |
ingredients.optional.2.cstate |
chocolate coated |
ingredients.optional.2.realtemplate |
chocolate |
ingredients.optional.2.difficulty |
5 |
result.id |
cake |
result.name |
carrot cake |
result.realtemplate |
carrot |
result.difficulty |
30 |
result.description |
A cake that has mainly carrots in it, but can have extras too. |
TODO cheese and tomato swirls#
recipeid |
---|
768 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
pastry |
ingredients.mandatory.2.id |
passata |
ingredients.mandatory.2.ratio |
20 |
ingredients.mandatory.2.loss |
0 |
ingredients.mandatory.3.id |
cheese |
ingredients.mandatory.4.id |
onion |
ingredients.mandatory.4.pstate |
chopped |
ingredients.optional.1.id |
any herb |
ingredients.optional.1.pstate |
chopped |
ingredients.optional.2.id |
salt |
ingredients.optional.2.difficulty |
5 |
ingredients.optional.3.id |
tomato ketchup |
ingredients.optional.3.difficulty |
5 |
ingredients.optional.4.id |
white sauce |
ingredients.optional.4.realtemplate |
egg |
ingredients.optional.4.ratio |
20 |
ingredients.optional.4.loss |
0 |
ingredients.optional.4.difficulty |
5 |
result.id |
pasty |
result.name |
cheese and tomato swirls |
result.difficulty |
55 |
result.description |
Delicious cheese and tomato swirls great for a picnic, lunch or a party treat |
TODO cheese muffin#
recipeid |
---|
1068 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
cake mix |
ingredients.mandatory.2.id |
any cheese |
result.id |
muffin |
result.name |
# muffin |
result.refrealtemplate |
any cheese |
result.difficulty |
30 |
result.description |
Small, fluffy cakes containing savoury cheese. |
TODO cheese sandwich#
recipeid |
---|
670 |
skill |
baking |
active.id |
hand |
containers.1.id |
plate |
ingredients.mandatory.1.id |
slice of bread |
ingredients.mandatory.1.cstate |
raw |
ingredients.mandatory.1.amount |
2 |
ingredients.mandatory.2.id |
any cheese |
ingredients.optional.1.id |
butter |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
salt |
ingredients.optional.2.difficulty |
5 |
ingredients.optional.3.id |
tomato ketchup |
ingredients.optional.3.difficulty |
5 |
ingredients.optional.4.id |
white sauce |
ingredients.optional.4.realtemplate |
egg |
ingredients.optional.4.ratio |
20 |
ingredients.optional.4.loss |
0 |
ingredients.optional.4.difficulty |
5 |
result.id |
sandwich |
result.name |
# sandwich |
result.refrealtemplate |
any cheese |
result.difficulty |
15 |
result.description |
Slices of bread with cheese in the middle, a favourate for many. |
TODO cheese scone#
recipeid |
---|
816 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
scone mix |
ingredients.mandatory.2.id |
any cheese |
result.id |
scone |
result.name |
cheese scone |
result.realtemplate |
cheese |
result.difficulty |
35 |
result.description |
A savoury baked scone with added cheese. |
TODO cheese toast#
recipeid |
---|
777 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
cookers.1.difficulty |
5 |
cookers.2.id |
campfire |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
toast |
ingredients.mandatory.1.realtemplate |
slice of bread |
ingredients.mandatory.2.id |
butter |
ingredients.mandatory.3.id |
any cheese |
result.id |
toast |
result.refrealtemplate |
any cheese |
result.name |
# toast |
result.refmaterial |
toast |
result.difficulty |
20 |
result.description |
Toast, covered in cheese and baked until golden and crunchy on top. |
TODO choc chip muffin#
recipeid |
---|
1064 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
cake mix |
ingredients.mandatory.2.id |
chocolate |
ingredients.optional.1.id |
any nut |
ingredients.optional.1.cstate |
raw |
ingredients.optional.1.difficulty |
5 |
result.id |
muffin |
result.name |
choc chip muffin |
result.realtemplate |
chocolate |
result.difficulty |
35 |
result.description |
Fluffy sponge muffins, studded with small pieces of chocolate. |
TODO chocolate biscuit#
recipeid |
---|
806 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
biscuit mix |
ingredients.mandatory.2.id |
cocoa |
result.id |
biscuit |
result.name |
chocolate biscuit |
result.realtemplate |
cocoa |
result.difficulty |
40 |
result.achievement |
chocolate biscuit |
result.description |
Dark brown biscuits that tast strongly of chocolate. |
TODO chocolate buttercream icing#
recipeid |
---|
683 |
skill |
baking |
active.id |
fork |
containers.1.id |
pottery bowl |
ingredients.mandatory.1.id |
sugar |
ingredients.mandatory.2.id |
cocoa |
ingredients.mandatory.3.id |
butter |
ingredients.mandatory.4.id |
any milk |
ingredients.mandatory.4.ratio |
33 |
ingredients.mandatory.4.loss |
0 |
result.id |
icing |
result.name |
chocolate buttercream icing |
result.realtemplate |
chocolate |
result.difficulty |
25 |
result.achievement |
chocolate icing |
result.description |
An easy chocolate buttercream that tastes better than the usual, because of the real chocolate. |
TODO chocolate cake#
recipeid |
---|
795 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
cake tin |
ingredients.mandatory.1.id |
cake mix |
ingredients.mandatory.2.id |
cocoa |
ingredients.mandatory.3.id |
icing |
ingredients.mandatory.3.realtemplate |
cocoa |
ingredients.optional.1.id |
sweet |
ingredients.optional.1.cstate |
chocolate coated |
ingredients.optional.1.realtemplate |
chocolate |
ingredients.optional.1.difficulty |
5 |
result.id |
cake |
result.name |
chocolate cake |
result.realtemplate |
cocoa |
result.difficulty |
20 |
result.achievement |
chocolate cake |
result.description |
Chocolate cake with chocolate icing, what more do you want! |
TODO chocolate chip biscuit#
recipeid |
---|
809 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
biscuit mix |
ingredients.mandatory.2.id |
chocolate |
result.id |
biscuit |
result.name |
chocolate chip biscuit |
result.realtemplate |
chocolate |
result.difficulty |
40 |
result.achievement |
chocolate chip biscuit |
result.description |
Chocolate biscuits with added chocolate. Because chocolate! |
TODO chocolate chip cookie#
recipeid |
---|
1137 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
flour |
ingredients.mandatory.2.id |
butter |
ingredients.mandatory.3.id |
egg |
ingredients.mandatory.3.cstate |
raw |
ingredients.mandatory.4.id |
sugar |
ingredients.mandatory.5.id |
chocolate |
result.id |
cookie |
result.name |
chocolate chip cookie |
result.realtemplate |
chocolate |
result.difficulty |
30 |
result.achievement |
chocolate chip cookie |
result.description |
A cookie with chunks of chocolate in it. |
TODO chocolate cookie#
recipeid |
---|
1138 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
flour |
ingredients.mandatory.2.id |
butter |
ingredients.mandatory.3.id |
egg |
ingredients.mandatory.3.cstate |
raw |
ingredients.mandatory.4.id |
sugar |
ingredients.mandatory.5.id |
cocoa |
result.id |
cookie |
result.name |
chocolate cookie |
result.realtemplate |
cocoa |
result.difficulty |
30 |
result.achievement |
chocolate cookie |
result.description |
A cookie tasting of chocolate. |
TODO chocolate icing#
recipeid |
---|
682 |
skill |
baking |
active.id |
fork |
containers.1.id |
pottery bowl |
ingredients.mandatory.1.id |
sugar |
ingredients.mandatory.2.id |
cocoa |
ingredients.mandatory.3.id |
water |
ingredients.mandatory.3.ratio |
50 |
ingredients.mandatory.3.loss |
0 |
result.id |
icing |
result.name |
chocolate icing |
result.realtemplate |
cocoa |
result.difficulty |
20 |
result.achievement |
chocolate icing |
result.description |
A yummy, chocolate icing which is perfect for cupcakes and cakes. |
TODO chocolate toffee trifle#
recipeid |
---|
656 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
pottery bowl |
ingredients.mandatory.1.id |
cake |
ingredients.mandatory.1.realtemplate |
cocoa |
ingredients.mandatory.2.id |
fudge sauce |
ingredients.mandatory.2.ratio |
50 |
ingredients.mandatory.2.loss |
0 |
ingredients.mandatory.3.id |
cream |
ingredients.mandatory.3.pstate |
whipped |
ingredients.mandatory.3.ratio |
50 |
ingredients.mandatory.3.loss |
0 |
result.id |
pudding |
result.name |
chocolate toffee trifle |
result.difficulty |
60 |
result.achievement |
chocolate fudge trifle |
result.description |
A delicious layered dessert with chocolate cake, whipped cream and hot fudge sauce. |
TODO christmas cake#
recipeid |
---|
796 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
cake tin |
ingredients.mandatory.1.id |
cake mix |
ingredients.mandatory.2.id |
any fruit |
ingredients.mandatory.2.cstate |
raw |
ingredients.mandatory.3.id |
icing |
ingredients.optional.1.id |
any nut |
ingredients.optional.1.cstate |
raw |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
brandy |
ingredients.optional.2.pstate |
none |
ingredients.optional.2.ratio |
25 |
ingredients.optional.2.loss |
0 |
ingredients.optional.2.difficulty |
10 |
ingredients.optional.3.id |
sweet |
ingredients.optional.3.cstate |
chocolate coated |
ingredients.optional.3.realtemplate |
chocolate |
ingredients.optional.3.difficulty |
5 |
result.id |
cake |
result.name |
christmas cake |
result.refrealtemplate |
any fruit |
result.difficulty |
70 |
result.description |
A cake made with chopped candied fruit and/or dried fruit, nuts, and spices, and (occasionally) soaked in spirits and with icing on top. |
TODO cookie#
recipeid |
---|
1136 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
flour |
ingredients.mandatory.2.id |
butter |
ingredients.mandatory.3.id |
egg |
ingredients.mandatory.3.cstate |
raw |
ingredients.mandatory.4.id |
sugar |
result.id |
cookie |
result.name |
cookie |
result.realtemplate |
cookie |
result.difficulty |
20 |
result.achievement |
cookies |
result.description |
A plain cookie! |
TODO corn dough#
recipeid |
---|
607 |
skill |
baking |
active.id |
hand |
containers.1.id |
pottery bowl |
ingredients.mandatory.1.id |
cornflour |
ingredients.mandatory.2.id |
any milk |
ingredients.mandatory.2.ratio |
100 |
ingredients.mandatory.2.loss |
0 |
ingredients.mandatory.3.id |
egg |
ingredients.mandatory.3.cstate |
raw |
ingredients.optional.1.id |
salt |
ingredients.optional.1.difficulty |
5 |
result.id |
corn dough |
result.difficulty |
20 |
result.description |
A dough made primarily from ground corn. |
TODO cornbread#
recipeid |
---|
1026 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
corn dough |
result.id |
bread |
result.name |
cornbread |
result.realtemplate |
corn |
result.difficulty |
25 |
result.achievement |
bread maker |
result.description |
A heavier, crumbly loaf made from ground corn. |
TODO cottage pie#
recipeid |
---|
941 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
pie dish |
ingredients.mandatory.1.id |
any meat |
ingredients.mandatory.1.pstate |
diced |
ingredients.mandatory.2.id |
potato |
ingredients.mandatory.2.cstate |
raw |
ingredients.mandatory.2.pstate |
mashed |
ingredients.mandatory.3.id |
gravy |
ingredients.mandatory.3.ratio |
100 |
ingredients.mandatory.3.loss |
0 |
ingredients.optional.1.id |
cheese |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
pastry |
ingredients.optional.2.difficulty |
5 |
ingredients.optional.3.id |
any veg |
ingredients.optional.3.pstate |
chopped |
ingredients.optional.3.difficulty |
5 |
ingredients.optional.4.id |
salt |
ingredients.optional.4.difficulty |
5 |
ingredients.optional.5.id |
tomato ketchup |
ingredients.optional.5.difficulty |
5 |
ingredients.optional.6.id |
white sauce |
ingredients.optional.6.realtemplate |
egg |
ingredients.optional.6.ratio |
20 |
ingredients.optional.6.loss |
0 |
ingredients.optional.6.difficulty |
5 |
result.id |
pie |
result.name |
cottage pie |
result.refmaterial |
any meat |
result.difficulty |
40 |
result.achievement |
cottage pie |
result.description |
A pie containing chunky $ with gravy, topped with mashed potato, made to look like a cottage. |
TODO custard creams#
recipeid |
---|
804 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
biscuit mix |
ingredients.mandatory.2.id |
custard |
ingredients.mandatory.2.ratio |
75 |
ingredients.mandatory.2.loss |
25 |
result.id |
biscuit |
result.name |
custard creams |
result.realtemplate |
custard |
result.difficulty |
30 |
result.achievement |
custard creams |
result.description |
Two thin biscuits laminated together with a wierd, yellow gunk. |
TODO custard pie#
recipeid |
---|
957 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
pie dish |
ingredients.mandatory.1.id |
custard |
ingredients.mandatory.1.ratio |
100 |
ingredients.mandatory.1.loss |
10 |
ingredients.mandatory.2.id |
pastry |
ingredients.optional.1.id |
nutmeg |
ingredients.optional.1.pstate |
ground |
ingredients.optional.1.difficulty |
5 |
result.id |
pie |
result.name |
custard pie |
result.realtemplate |
custard |
result.difficulty |
35 |
result.achievement |
custard pie |
result.description |
A pie with custard in it, normally sweetened, possibly spiced too. |
TODO dagwood#
recipeid |
---|
668 |
skill |
baking |
active.id |
hand |
containers.1.id |
plate |
ingredients.mandatory.1.id |
slice of bread |
ingredients.mandatory.1.cstate |
raw |
ingredients.mandatory.1.amount |
3 |
ingredients.oneormore.1.list.1.id |
any veg |
ingredients.oneormore.1.list.1.difficulty |
2 |
ingredients.oneormore.1.list.2.id |
any herb |
ingredients.oneormore.1.list.2.difficulty |
2 |
ingredients.oneormore.1.list.3.id |
any cheese |
ingredients.oneormore.1.list.3.difficulty |
2 |
ingredients.oneormore.1.list.4.id |
any nut |
ingredients.oneormore.1.list.4.cstate |
raw |
ingredients.oneormore.1.list.4.difficulty |
2 |
ingredients.oneormore.1.list.5.id |
any spice |
ingredients.oneormore.1.list.5.difficulty |
2 |
ingredients.oneormore.1.list.6.id |
bacon |
ingredients.oneormore.1.list.6.cstate |
cooked |
ingredients.oneormore.1.list.6.difficulty |
2 |
ingredients.oneormore.1.list.7.id |
sausage |
ingredients.oneormore.1.list.7.difficulty |
2 |
ingredients.oneormore.1.list.8.id |
fries |
ingredients.oneormore.1.list.8.difficulty |
2 |
ingredients.oneormore.1.list.9.id |
pesto |
ingredients.oneormore.1.list.9.ratio |
50 |
ingredients.oneormore.1.list.9.loss |
0 |
ingredients.oneormore.1.list.9.difficulty |
2 |
ingredients.oneormore.1.list.10.id |
haggis |
ingredients.oneormore.1.list.10.difficulty |
2 |
ingredients.oneormore.1.list.11.id |
slice of bread |
ingredients.oneormore.1.list.11.cstate |
fried |
ingredients.oneormore.1.list.11.difficulty |
2 |
ingredients.oneormore.1.list.12.id |
croutons |
ingredients.oneormore.1.list.12.difficulty |
2 |
ingredients.oneormore.1.list.13.id |
tomato ketchup |
ingredients.oneormore.1.list.13.difficulty |
2 |
ingredients.oneormore.1.list.14.id |
pineapple |
ingredients.oneormore.1.list.14.cstate |
raw |
ingredients.oneormore.1.list.14.difficulty |
2 |
ingredients.oneormore.1.list.15.id |
chocolate nut spread |
ingredients.oneormore.1.list.15.difficulty |
2 |
ingredients.oneormore.1.list.16.id |
jam |
ingredients.oneormore.1.list.16.difficulty |
2 |
ingredients.oneormore.1.list.17.id |
kielbasa |
ingredients.oneormore.1.list.17.difficulty |
2 |
ingredients.oneormore.1.list.18.id |
any berry |
ingredients.oneormore.1.list.18.cstate |
raw |
ingredients.oneormore.1.list.18.difficulty |
2 |
ingredients.oneormore.1.list.19.id |
honey |
ingredients.oneormore.1.list.19.ratio |
50 |
ingredients.oneormore.1.list.19.loss |
0 |
ingredients.oneormore.1.list.19.difficulty |
2 |
ingredients.oneormore.1.list.20.id |
salt |
ingredients.oneormore.1.list.20.difficulty |
2 |
ingredients.oneormore.1.list.21.id |
white sauce |
ingredients.oneormore.1.list.21.realtemplate |
egg |
ingredients.oneormore.1.list.21.ratio |
0 |
ingredients.oneormore.1.list.21.loss |
0 |
ingredients.oneormore.1.list.21.difficulty |
2 |
ingredients.zeroorone.1.list.1.id |
meat |
ingredients.zeroorone.1.list.1.cstate |
cooked |
ingredients.zeroorone.1.list.1.difficulty |
5 |
ingredients.zeroorone.1.list.2.id |
meat fillet |
ingredients.zeroorone.1.list.2.cstate |
cooked |
ingredients.zeroorone.1.list.2.difficulty |
5 |
ingredients.zeroorone.1.list.3.id |
any fish |
ingredients.zeroorone.1.list.3.cstate |
cooked |
ingredients.zeroorone.1.list.3.difficulty |
5 |
ingredients.zeroorone.1.list.4.id |
fish fillet |
ingredients.zeroorone.1.list.4.cstate |
cooked |
ingredients.zeroorone.1.list.4.difficulty |
5 |
ingredients.optional.1.id |
butter |
ingredients.optional.1.difficulty |
5 |
result.id |
sandwich |
result.name |
dagwood |
result.difficulty |
30 |
result.description |
A marvel of engineering, in sandwich form. |
TODO digestive biscuit#
recipeid |
---|
808 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
biscuit mix |
result.id |
biscuit |
result.name |
digestive biscuit |
result.realtemplate |
biscuit mix |
result.difficulty |
25 |
result.description |
A coarse, rich biscuit, perfect with a cup of tea. |
TODO double chocolate muffin#
recipeid |
---|
1065 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
cake mix |
ingredients.mandatory.2.id |
chocolate |
ingredients.mandatory.3.id |
cocoa |
result.id |
muffin |
result.name |
double chocolate muffin |
result.realtemplate |
cocoa |
result.difficulty |
40 |
result.description |
Fluffy chocolate muffins, studded with added chocolate. |
TODO dough#
recipeid 507
known true
skill baking
active.id water
active.ratio 100
active.loss 0
target.id flour
result.id dough
result.refmaterial flour
result.name $ dough
result.difficulty 10
name
TODO egg nog#
recipeid |
---|
649 |
skill |
baking |
active.id |
spoon |
containers.1.id |
pottery bowl |
ingredients.mandatory.1.id |
milk |
ingredients.mandatory.1.ratio |
500 |
ingredients.mandatory.1.loss |
0 |
ingredients.mandatory.2.id |
cream |
ingredients.mandatory.2.pstate |
none |
ingredients.mandatory.2.ratio |
100 |
ingredients.mandatory.2.loss |
0 |
ingredients.mandatory.3.id |
whisky |
ingredients.mandatory.3.pstate |
none |
ingredients.mandatory.3.realtemplate |
none |
ingredients.mandatory.3.ratio |
100 |
ingredients.mandatory.3.loss |
0 |
ingredients.mandatory.4.id |
egg |
ingredients.mandatory.4.cstate |
raw |
ingredients.mandatory.5.id |
nutmeg |
ingredients.mandatory.5.pstate |
ground |
result.id |
whisky |
result.name |
egg nog |
result.realtemplate |
egg |
result.difficulty |
30 |
result.description |
A slightly slimy alcoholic beverage, brimming with festive good cheer. Merry hangover! |
TODO egg salad crostini#
recipeid |
---|
660 |
skill |
baking |
active.id |
hand |
containers.1.id |
plate |
ingredients.mandatory.1.id |
slice of bread |
ingredients.mandatory.1.cstate |
raw |
ingredients.mandatory.1.amount |
1 |
ingredients.mandatory.2.id |
egg |
ingredients.mandatory.2.cstate |
boiled |
ingredients.mandatory.3.id |
vinegar |
ingredients.mandatory.3.realtemplate |
red wine |
ingredients.mandatory.3.ratio |
50 |
ingredients.mandatory.3.loss |
0 |
ingredients.mandatory.4.id |
bouquet of white flowers |
ingredients.optional.1.id |
tomato ketchup |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
white sauce |
ingredients.optional.2.realtemplate |
egg |
ingredients.optional.2.difficulty |
5 |
ingredients.optional.2.ratio |
20 |
ingredients.optional.2.loss |
0 |
result.id |
sandwich |
result.name |
egg salad crostini |
result.difficulty |
30 |
result.description |
A sandwich containing a tangy egg salad. |
TODO english tea scone#
recipeid |
---|
814 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
scone mix |
ingredients.mandatory.2.id |
jam |
ingredients.mandatory.2.realtemplate |
raspberries |
ingredients.mandatory.3.id |
cream |
ingredients.mandatory.3.pstate |
clotted |
ingredients.mandatory.3.ratio |
25 |
ingredients.mandatory.3.loss |
0 |
result.id |
scone |
result.name |
english tea scone |
result.realtemplate |
tea |
result.difficulty |
25 |
result.description |
Crunchy baked scones with raspberry jam and clotted cream. Just the thing, old boy! |
TODO fairy cakes#
recipeid |
---|
1070 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
cake mix |
ingredients.mandatory.2.id |
any flower |
ingredients.mandatory.3.id |
icing |
result.id |
muffin |
result.name |
fairy cakes |
result.refrealtemplate |
any flower |
result.difficulty |
35 |
result.description |
Tiny cakes, fit for fairy princesses. |
TODO fish pasty#
recipeid |
---|
933 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
pastry |
ingredients.mandatory.2.id |
fish fillet |
ingredients.mandatory.2.pstate |
chopped |
ingredients.optional.1.id |
any veg |
ingredients.optional.1.pstate |
chopped |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
any herb |
ingredients.optional.2.pstate |
chopped |
ingredients.optional.2.difficulty |
5 |
ingredients.optional.3.id |
white sauce |
ingredients.optional.3.realtemplate |
milk |
ingredients.optional.3.ratio |
25 |
ingredients.optional.3.loss |
10 |
ingredients.optional.3.difficulty |
5 |
ingredients.optional.4.id |
salt |
ingredients.optional.4.difficulty |
5 |
ingredients.optional.5.id |
tomato ketchup |
ingredients.optional.5.difficulty |
5 |
ingredients.optional.6.id |
white sauce |
ingredients.optional.6.realtemplate |
egg |
ingredients.optional.6.ratio |
20 |
ingredients.optional.6.loss |
0 |
ingredients.optional.6.difficulty |
5 |
result.id |
pasty |
result.name |
# pasty |
result.refrealtemplate |
fish fillet |
result.difficulty |
30 |
result.description |
Chopped #, normally with rough chunks of vegetable, in a white sauce with a light peppery seasoning, enclosed in pastry. |
TODO focaccia#
recipeid |
---|
1025 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
cookers.2.id |
campfire |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
dough |
ingredients.mandatory.2.id |
any herb |
ingredients.mandatory.2.pstate |
chopped |
ingredients.optional.1.id |
salt |
ingredients.optional.1.difficulty |
5 |
result.id |
bread |
result.name |
focaccia |
result.refrealtemplate |
any herb |
result.difficulty |
30 |
result.achievement |
focaccia |
result.description |
A flat, square loaf with herbs on top. |
TODO fried egg sandwich#
recipeid |
---|
672 |
skill |
baking |
active.id |
hand |
containers.1.id |
plate |
ingredients.mandatory.1.id |
slice of bread |
ingredients.mandatory.1.cstate |
raw |
ingredients.mandatory.1.amount |
2 |
ingredients.mandatory.2.id |
egg |
ingredients.mandatory.2.cstate |
fried |
ingredients.optional.1.id |
butter |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
white sauce |
ingredients.optional.2.realtemplate |
egg |
ingredients.optional.2.difficulty |
5 |
ingredients.optional.2.ratio |
20 |
ingredients.optional.2.loss |
0 |
ingredients.optional.3.id |
tomato ketchup |
ingredients.optional.3.difficulty |
5 |
ingredients.optional.4.id |
salt |
result.id |
sandwich |
result.name |
fried egg sandwich |
result.realtemplate |
egg |
result.difficulty |
20 |
result.description |
A hot fried egg between two slices of bread. |
TODO fruit biscuits#
recipeid |
---|
801 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
biscuit mix |
ingredients.mandatory.2.id |
any fruit |
ingredients.mandatory.2.cstate |
raw |
result.id |
biscuit |
result.name |
# biscuit |
result.refrealtemplate |
any fruit |
result.difficulty |
15 |
result.description |
A golden-brown biscuit with added fruit. |
TODO fruit bread#
recipeid |
---|
766 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
cookers.2.id |
campfire |
cookers.2.difficulty |
5 |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
dough |
ingredients.mandatory.2.id |
any fruit |
ingredients.mandatory.2.cstate |
raw |
result.id |
bread |
result.name |
fruit bread |
result.refmaterial |
dough |
result.refrealtemplate |
any fruit |
result.difficulty |
30 |
result.achievement |
bread maker |
result.description |
A rich loaf with added fruity goodness. |
TODO fruit cake#
recipeid |
---|
790 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
cake tin |
ingredients.mandatory.1.id |
cake mix |
ingredients.mandatory.2.id |
any fruit |
ingredients.mandatory.2.cstate |
raw |
ingredients.optional.1.id |
any nut |
ingredients.optional.1.cstate |
raw |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
brandy |
ingredients.optional.2.pstate |
none |
ingredients.optional.2.ratio |
25 |
ingredients.optional.2.loss |
0 |
ingredients.optional.2.difficulty |
10 |
ingredients.optional.3.id |
sweet |
ingredients.optional.3.cstate |
chocolate coated |
ingredients.optional.3.realtemplate |
chocolate |
ingredients.optional.3.difficulty |
5 |
result.id |
cake |
result.name |
fruit cake |
result.refrealtemplate |
any fruit |
result.difficulty |
20 |
result.description |
A cake made with chopped candied fruit and/or dried fruit, nuts, and spices, and (occasionally) soaked in spirits. |
TODO fruit muffin#
recipeid |
---|
1067 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
cake mix |
ingredients.mandatory.2.id |
any fruit |
ingredients.mandatory.2.cstate |
raw |
ingredients.mandatory.2.pstate |
none |
ingredients.optional.1.id |
icing |
ingredients.optional.1.difficulty |
5 |
result.id |
muffin |
result.name |
# muffin |
result.refrealtemplate |
any fruit |
result.difficulty |
30 |
result.description |
Small, fluffy cake-like treats, studded with cooked fruit. |
TODO fruit pie#
recipeid |
---|
955 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
pie dish |
ingredients.mandatory.1.id |
any fruit |
ingredients.mandatory.1.cstate |
raw |
ingredients.mandatory.2.id |
pastry |
ingredients.optional.1.id |
sugar |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
any spice |
ingredients.optional.2.pstate |
ground |
ingredients.optional.2.difficulty |
5 |
result.id |
pie |
result.name |
# pie |
result.refrealtemplate |
any fruit |
result.difficulty |
25 |
result.achievement |
fruit pie |
result.description |
A pie with # in it, normally sweetened, possibly spiced too. |
TODO fruit scone#
recipeid |
---|
817 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
scone mix |
ingredients.mandatory.2.id |
any fruit |
ingredients.mandatory.2.cstate |
raw |
ingredients.optional.1.id |
cream |
ingredients.optional.1.pstate |
whipped |
ingredients.optional.1.ratio |
25 |
ingredients.optional.1.loss |
0 |
ingredients.optional.1.difficulty |
5 |
result.id |
scone |
result.name |
# scone |
result.refrealtemplate |
any fruit |
result.difficulty |
20 |
result.description |
Scones studded with fruit and finished with whipped cream. |
TODO fruit tart#
recipeid |
---|
962 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
any fruit |
ingredients.mandatory.1.cstate |
raw |
ingredients.mandatory.2.id |
pastry |
ingredients.optional.1.id |
sugar |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
any spice |
ingredients.optional.2.pstate |
ground |
ingredients.optional.2.difficulty |
5 |
result.id |
tart |
result.name |
# tart |
result.refrealtemplate |
any fruit |
result.difficulty |
40 |
result.description |
A tart with # in it, and a hatched pattern on top. |
TODO fruity cookie#
——————————-| recipeid |
1142 |
---|
skill |
baking |
——————————- |
trigger |
heat |
——————————- |
cookers.1.id |
oven |
——————————- |
containers.1.id |
baking stone |
——————————- |
ingredients.mandatory.1.id |
flour |
——————————- |
ingredients.mandatory.2.id |
butter |
——————————- |
ingredients.mandatory.3.id |
egg |
——————————- |
ingredients.mandatory.3.cstate |
raw |
——————————- |
ingredients.mandatory.4.id |
sugar |
——————————- |
ingredients.mandatory.5.id |
any fruit |
——————————- |
result.id |
cookie |
——————————- |
result.difficulty |
45 |
——————————- |
result.name |
fruity cookie |
——————————- |
result.refrealtemplate |
any fruit |
——————————- |
result.achievement |
cookies |
——————————- |
result.description |
A cookie tasting of #. |
——————————- |
TODO game pie#
recipeid |
---|
940 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
pie dish |
ingredients.mandatory.1.id |
pastry |
ingredients.mandatory.2.id |
any meat |
ingredients.mandatory.2.pstate |
diced |
ingredients.mandatory.2.material |
game |
ingredients.mandatory.3.id |
gravy |
ingredients.mandatory.3.ratio |
100 |
ingredients.mandatory.3.loss |
0 |
ingredients.optional.1.id |
any veg |
ingredients.optional.1.pstate |
chopped |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
any herb |
ingredients.optional.2.pstate |
chopped |
ingredients.optional.2.difficulty |
5 |
ingredients.optional.3.id |
salt |
ingredients.optional.3.difficulty |
5 |
ingredients.optional.4.id |
tomato ketchup |
ingredients.optional.4.difficulty |
5 |
ingredients.optional.5.id |
white sauce |
ingredients.optional.5.realtemplate |
egg |
ingredients.optional.5.ratio |
20 |
ingredients.optional.5.loss |
0 |
ingredients.optional.5.difficulty |
5 |
result.id |
pie |
result.name |
game pie |
result.refmaterial |
any meat |
result.difficulty |
30 |
result.achievement |
meat pie |
result.description |
A pie that is game. |
TODO garlic bread#
recipeid |
---|
1023 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
cookers.2.id |
campfire |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
dough |
ingredients.mandatory.2.id |
garlic |
ingredients.mandatory.2.pstate |
chopped |
ingredients.mandatory.3.id |
butter |
ingredients.optional.1.id |
any herb |
ingredients.optional.1.pstate |
chopped |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
salt |
ingredients.optional.2.difficulty |
5 |
result.id |
bread |
result.name |
garlic bread |
result.realtemplate |
garlic |
result.difficulty |
20 |
result.achievement |
bread maker |
result.description |
Partially-sliced bread, baked with garlic and butter. |
TODO ginger cake#
recipeid |
---|
792 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
cake tin |
ingredients.mandatory.1.id |
cake mix |
ingredients.mandatory.2.id |
ginger |
ingredients.mandatory.2.pstate |
ground |
ingredients.optional.1.id |
icing |
ingredients.optional.1.difficulty |
7 |
ingredients.optional.2.id |
sweet |
ingredients.optional.2.cstate |
chocolate coated |
ingredients.optional.2.realtemplate |
chocolate |
ingredients.optional.2.difficulty |
5 |
result.id |
cake |
result.name |
ginger cake |
result.realtemplate |
ginger |
result.difficulty |
30 |
result.description |
A dark cake with a distinctive taste of ginger. |
TODO ginger cookie#
———————————| recipeid |
1139 |
---|
skill |
baking |
——————————— |
trigger |
heat |
——————————— |
cookers.1.id |
oven |
——————————— |
containers.1.id |
baking stone |
——————————— |
ingredients.mandatory.1.id |
flour |
——————————— |
ingredients.mandatory.2.id |
butter |
——————————— |
ingredients.mandatory.3.id |
egg |
——————————— |
ingredients.mandatory.3.cstate |
raw |
——————————— |
ingredients.mandatory.4.id |
maple syrup |
——————————— |
ingredients.mandatory.4.ratio |
50 |
——————————— |
ingredients.mandatory.4.loss |
0 |
——————————— |
ingredients.mandatory.5.id |
ginger |
——————————— |
ingredients.mandatory.5.pstate |
ground |
——————————— |
result.id |
cookie |
——————————— |
result.name |
ginger cookie |
——————————— |
result.realtemplate |
ginger |
——————————— |
result.difficulty |
35 |
——————————— |
result.achievement |
cookies |
——————————— |
result.description |
A soft cookie tasting of ginger. |
——————————— |
TODO haggis with whisky sauce#
recipeid |
---|
1019 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
pie dish |
ingredients.mandatory.1.id |
potato |
ingredients.mandatory.1.cstate |
raw |
ingredients.mandatory.1.pstate |
none |
ingredients.mandatory.2.id |
haggis |
ingredients.mandatory.2.cstate |
raw |
ingredients.mandatory.3.id |
butter |
ingredients.mandatory.4.id |
cream |
ingredients.mandatory.4.ratio |
40 |
ingredients.mandatory.4.loss |
0 |
ingredients.mandatory.5.id |
fennel seed |
ingredients.mandatory.5.pstate |
none |
ingredients.mandatory.6.id |
whisky |
ingredients.mandatory.6.pstate |
none |
ingredients.mandatory.6.ratio |
10 |
ingredients.mandatory.6.loss |
0 |
ingredients.optional.1.id |
salt |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
tomato ketchup |
ingredients.optional.2.difficulty |
5 |
ingredients.optional.3.id |
white sauce |
ingredients.optional.3.realtemplate |
egg |
ingredients.optional.3.ratio |
20 |
ingredients.optional.3.loss |
0 |
ingredients.optional.3.difficulty |
5 |
result.id |
meal |
result.name |
haggis with whisky sauce |
result.difficulty |
80 |
result.description |
Celebrate Burns Night with a recipe of haggis, tatties and whisky sauce. |
TODO ham sandwich#
recipeid |
---|
662 |
skill |
baking |
active.id |
hand |
containers.1.id |
plate |
ingredients.mandatory.1.id |
slice of bread |
ingredients.mandatory.1.cstate |
raw |
ingredients.mandatory.1.amount |
2 |
ingredients.mandatory.2.id |
any meat |
ingredients.mandatory.2.cstate |
roasted |
ingredients.mandatory.2.material |
pork |
ingredients.optional.1.id |
butter |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
salt |
ingredients.optional.2.difficulty |
5 |
ingredients.optional.3.id |
tomato ketchup |
ingredients.optional.3.difficulty |
5 |
ingredients.optional.4.id |
white sauce |
ingredients.optional.4.realtemplate |
egg |
ingredients.optional.4.ratio |
20 |
ingredients.optional.4.loss |
0 |
ingredients.optional.4.difficulty |
5 |
result.id |
sandwich |
result.name |
ham sandwich |
result.difficulty |
20 |
result.description |
Sliced bread, containing ham. |
TODO hawaiian pasty#
recipeid |
---|
935 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
pastry |
ingredients.mandatory.2.id |
any cheese |
ingredients.mandatory.3.id |
pineapple |
ingredients.mandatory.3.cstate |
raw |
ingredients.mandatory.4.id |
bacon |
ingredients.optional.1.id |
tomato ketchup |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
white sauce |
ingredients.optional.2.realtemplate |
egg |
ingredients.optional.2.ratio |
20 |
ingredients.optional.2.loss |
0 |
ingredients.optional.2.difficulty |
5 |
result.id |
pasty |
result.name |
hawaiian pasty |
result.difficulty |
60 |
result.description |
A hawiian pizza made into a pasty. |
TODO Hot cross bun#
———————————————————| recipeid |
1465 |
---|
trigger |
heat |
——————————————————— |
cookers.1.id |
oven |
——————————————————— |
containers.1.id |
baking stone |
——————————————————— |
ingredients.mandatory.1.id |
flour |
——————————————————— |
ingredients.mandatory.2.id |
any milk |
——————————————————— |
ingredients.mandatory.2.ratio |
10 |
——————————————————— |
ingredients.mandatory.3.id |
lingonberry |
——————————————————— |
ingredients.mandatory.4.id |
sugar |
——————————————————— |
ingredients.mandatory.5.id |
egg |
——————————————————— |
ingredients.mandatory.5.cstate |
raw |
——————————————————— |
ingredients.mandatory.6.id |
nutmeg |
——————————————————— |
ingredients.mandatory.6.pstate |
ground |
——————————————————— |
ingredients.oneof.1.list.1.id |
blue grapes |
——————————————————— |
ingredients.oneof.1.list.1.cstate |
raw |
——————————————————— |
ingredients.oneof.1.list.2.id |
green grapes |
——————————————————— |
ingredients.oneof.1.list.2.cstate |
raw |
——————————————————— |
result.id |
bread |
——————————————————— |
result.name |
Hot cross bun |
——————————————————— |
result.realtemplate |
sugar |
——————————————————— |
result.difficulty |
15 |
——————————————————— |
result.achievement |
bread maker |
——————————————————— |
result.description |
Hot cross buns, one a penny two a penny, hot cross buns! |
——————————————————— |
TODO hot dog#
recipeid |
---|
661 |
skill |
baking |
active.id |
hand |
containers.1.id |
plate |
ingredients.mandatory.1.id |
slice of bread |
ingredients.mandatory.1.cstate |
raw |
ingredients.mandatory.1.amount |
1 |
ingredients.mandatory.2.id |
sausage |
ingredients.mandatory.2.material |
canine |
ingredients.optional.1.id |
tomato ketchup |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
onion |
ingredients.optional.2.difficulty |
5 |
ingredients.optional.3.id |
butter |
ingredients.optional.3.difficulty |
5 |
ingredients.optional.4.id |
white sauce |
ingredients.optional.4.realtemplate |
egg |
ingredients.optional.4.ratio |
20 |
ingredients.optional.4.loss |
0 |
ingredients.optional.4.difficulty |
5 |
result.id |
sandwich |
result.name |
hot dog |
result.difficulty |
15 |
result.description |
A bun containing a sausage. It won’t come when you whistle, though. |
TODO iced biscuits#
recipeid |
---|
807 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
biscuit mix |
ingredients.mandatory.2.id |
icing |
result.id |
biscuit |
result.name |
iced biscuits |
result.realtemplate |
icing |
result.difficulty |
25 |
result.description |
A golden biscuit with sugar icing on top. No cherry, alas. |
TODO iced muffin#
recipeid |
---|
1066 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
cake mix |
ingredients.mandatory.2.id |
icing |
result.id |
muffin |
result.name |
iced muffin |
result.realtemplate |
icing |
result.difficulty |
35 |
result.description |
Muffins glazed with a sugar icing. |
TODO icing#
recipeid |
---|
680 |
skill |
baking |
active.id |
fork |
containers.1.id |
pottery bowl |
ingredients.mandatory.1.id |
sugar |
ingredients.mandatory.2.id |
water |
ingredients.mandatory.2.ratio |
50 |
ingredients.mandatory.2.loss |
0 |
result.id |
icing |
result.realtemplate |
water |
result.difficulty |
15 |
result.description |
A sweet, creamy spread, as of sugar and butter, for covering cakes,cookies, etc. |
TODO jaffa cake#
recipeid |
---|
798 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
cake mix |
ingredients.mandatory.2.id |
jelly |
ingredients.mandatory.2.realtemplate |
orange |
ingredients.mandatory.3.id |
chocolate |
ingredients.optional.1.id |
sweet |
ingredients.optional.1.cstate |
chocolate coated |
ingredients.optional.1.realtemplate |
chocolate |
ingredients.optional.1.difficulty |
5 |
result.id |
biscuit |
result.name |
jaffa cake |
result.realtemplate |
orange |
result.difficulty |
40 |
result.description |
A biscuit-sized cakes with three layers, cake, orange jelly and chocolate on top. |
TODO jam and cream scone#
recipeid |
---|
815 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
scone mix |
ingredients.mandatory.2.id |
jam |
ingredients.mandatory.3.id |
cream |
ingredients.mandatory.3.pstate |
clotted |
ingredients.mandatory.3.ratio |
25 |
ingredients.mandatory.3.loss |
0 |
result.id |
scone |
result.name |
jam and cream scone |
result.realtemplate |
milk |
result.difficulty |
20 |
result.description |
Fresh scones with jam and thick, clotted cream. |
TODO jam sandwich#
recipeid |
---|
669 |
skill |
baking |
active.id |
hand |
containers.1.id |
plate |
ingredients.mandatory.1.id |
slice of bread |
ingredients.mandatory.1.cstate |
raw |
ingredients.mandatory.1.amount |
2 |
ingredients.mandatory.2.id |
jam |
ingredients.optional.1.id |
butter |
ingredients.optional.1.difficulty |
5 |
result.id |
sandwich |
result.name |
jam sandwich |
result.refrealtemplate |
jam |
result.difficulty |
15 |
result.description |
Slices of bread with jam in the middle, scrummy. |
TODO jam scone#
recipeid |
---|
818 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
scone mix |
ingredients.mandatory.2.id |
jam |
ingredients.optional.1.id |
cream |
ingredients.optional.1.pstate |
whipped |
ingredients.optional.1.ratio |
25 |
ingredients.optional.1.loss |
0 |
ingredients.optional.1.difficulty |
5 |
result.id |
scone |
result.name |
jam scone |
result.refrealtemplate |
jam |
result.difficulty |
20 |
result.description |
Fresh scones with jam and cream. |
TODO jammy dodgers#
recipeid |
---|
805 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
biscuit mix |
ingredients.mandatory.2.id |
jam |
result.id |
biscuit |
result.name |
jammy dodgers |
result.refrealtemplate |
jam |
result.difficulty |
50 |
result.description |
A round biscuit with a dollop of jam in the middle. |
TODO kalakukko#
recipeid |
---|
931 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
pastry |
ingredients.mandatory.1.material |
rye |
ingredients.mandatory.2.id |
bacon |
ingredients.oneof.1.list.1.id |
roach |
ingredients.oneof.1.list.2.id |
perch |
ingredients.optional.1.id |
salt |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
tomato ketchup |
ingredients.optional.2.difficulty |
5 |
ingredients.optional.3.id |
white sauce |
ingredients.optional.3.realtemplate |
egg |
ingredients.optional.3.ratio |
20 |
ingredients.optional.3.loss |
0 |
ingredients.optional.3.difficulty |
5 |
result.id |
pasty |
result.name |
kalakukko |
result.difficulty |
50 |
result.description |
A traditional food from the Finnish region of Savonia made from fish baked in rye pastry. |
TODO lavender honey cake#
recipeid |
---|
797 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
cake tin |
ingredients.mandatory.1.id |
cake mix |
ingredients.mandatory.2.id |
lavender flower |
ingredients.mandatory.3.id |
custard |
ingredients.mandatory.3.ratio |
25 |
ingredients.mandatory.3.loss |
0 |
ingredients.mandatory.4.id |
honey |
ingredients.mandatory.4.ratio |
25 |
ingredients.mandatory.4.loss |
10 |
ingredients.mandatory.5.id |
sweet |
ingredients.mandatory.5.cstate |
chocolate coated |
ingredients.mandatory.5.realtemplate |
chocolate |
ingredients.mandatory.5.difficulty |
5 |
result.id |
biscuit |
result.name |
lavender honey cake |
result.realtemplate |
lavender flower |
result.difficulty |
50 |
result.description |
A cake with honey in, hope the bees were removed. |
TODO lemon drizzle cake#
recipeid |
---|
793 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
cake tin |
ingredients.mandatory.1.id |
cake mix |
ingredients.mandatory.2.id |
lemon |
ingredients.mandatory.2.cstate |
raw |
ingredients.optional.1.id |
icing |
ingredients.optional.1.difficulty |
7 |
ingredients.optional.2.id |
sweet |
ingredients.optional.2.cstate |
chocolate coated |
ingredients.optional.2.realtemplate |
chocolate |
ingredients.optional.2.difficulty |
5 |
result.id |
cake |
result.name |
lemon drizzle cake |
result.realtemplate |
lemon |
result.difficulty |
30 |
result.description |
A sponge cake made with whole lemon juice and zest. |
TODO mayonnaise#
recipeid |
---|
677 |
skill |
baking |
active.id |
fork |
containers.1.id |
pottery bowl |
ingredients.mandatory.1.id |
egg |
ingredients.mandatory.1.cstate |
raw |
ingredients.mandatory.2.id |
fennel seed |
ingredients.mandatory.2.pstate |
none |
ingredients.mandatory.3.id |
any oil |
ingredients.mandatory.3.ratio |
50 |
ingredients.mandatory.3.loss |
0 |
ingredients.oneof.1.list.1.id |
vinegar |
ingredients.oneof.1.list.1.ratio |
25 |
ingredients.oneof.1.list.1.loss |
0 |
ingredients.oneof.1.list.2.id |
fruit juice |
ingredients.oneof.1.list.2.realtemplate |
lemon |
ingredients.oneof.1.list.2.ratio |
25 |
ingredients.oneof.1.list.2.loss |
0 |
ingredients.optional.1.id |
salt |
result.id |
white sauce |
result.name |
mayonnaise |
result.realtemplate |
egg |
result.difficulty |
10 |
result.description |
A thick, creamy sauce or dressing that is made of oil, egg yolks, lemon juice or vinegar. |
TODO meat pasty#
recipeid |
---|
932 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
pastry |
ingredients.mandatory.2.id |
any meat |
ingredients.mandatory.2.pstate |
diced |
ingredients.optional.1.id |
any veg |
ingredients.optional.1.pstate |
chopped |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
any herb |
ingredients.optional.2.pstate |
chopped |
ingredients.optional.2.difficulty |
5 |
ingredients.optional.3.id |
gravy |
ingredients.optional.3.ratio |
25 |
ingredients.optional.3.loss |
10 |
ingredients.optional.3.difficulty |
5 |
ingredients.optional.4.id |
salt |
ingredients.optional.4.difficulty |
5 |
ingredients.optional.5.id |
tomato ketchup |
ingredients.optional.5.difficulty |
5 |
ingredients.optional.6.id |
white sauce |
ingredients.optional.6.realtemplate |
egg |
ingredients.optional.6.ratio |
20 |
ingredients.optional.6.loss |
0 |
ingredients.optional.6.difficulty |
5 |
result.id |
pasty |
result.name |
$ pasty |
result.refmaterial |
any meat |
result.difficulty |
30 |
result.description |
Diced $, often with rough chunks of vegetable, in a light peppery seasoning, enclosed in pastry. |
TODO meat pie#
recipeid |
---|
942 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
pie dish |
ingredients.mandatory.1.id |
pastry |
ingredients.mandatory.2.id |
any meat |
ingredients.mandatory.2.pstate |
diced |
ingredients.mandatory.2.difficulty |
5 |
ingredients.mandatory.3.id |
gravy |
ingredients.mandatory.3.ratio |
100 |
ingredients.mandatory.3.loss |
0 |
ingredients.optional.1.id |
any veg |
ingredients.optional.1.pstate |
chopped |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
salt |
ingredients.optional.2.difficulty |
5 |
ingredients.optional.3.id |
tomato ketchup |
ingredients.optional.3.difficulty |
5 |
ingredients.optional.4.id |
white sauce |
ingredients.optional.4.realtemplate |
egg |
ingredients.optional.4.ratio |
20 |
ingredients.optional.4.loss |
0 |
ingredients.optional.4.difficulty |
5 |
result.id |
pie |
result.name |
$ pie |
result.difficulty |
35 |
result.refmaterial |
any meat |
result.achievement |
meat pie |
result.description |
A pie containing chunky $ with gravy. |
TODO nutty cookie#
——————————-| recipeid |
1141 |
---|
skill |
baking |
——————————- |
trigger |
heat |
——————————- |
cookers.1.id |
oven |
——————————- |
containers.1.id |
baking stone |
——————————- |
ingredients.mandatory.1.id |
flour |
——————————- |
ingredients.mandatory.2.id |
butter |
——————————- |
ingredients.mandatory.3.id |
egg |
——————————- |
ingredients.mandatory.3.cstate |
raw |
——————————- |
ingredients.mandatory.4.id |
sugar |
——————————- |
ingredients.mandatory.5.id |
any nut |
——————————- |
ingredients.mandatory.5.cstate |
raw |
——————————- |
result.id |
cookie |
——————————- |
result.difficulty |
45 |
——————————- |
result.name |
nutty cookie |
——————————- |
result.refrealtemplate |
any nut |
——————————- |
result.achievement |
cookies |
——————————- |
result.description |
A cookie tasting of #. |
——————————- |
TODO olive bread#
recipeid |
---|
765 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
cookers.2.id |
campfire |
cookers.2.difficulty |
5 |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
dough |
ingredients.mandatory.2.id |
olives |
result.id |
bread |
result.name |
olive bread |
result.refmaterial |
dough |
result.realtemplate |
olives |
result.difficulty |
20 |
result.achievement |
bread maker |
result.description |
A loaf of bread studded with olives. |
TODO open sandwich#
recipeid |
---|
663 |
skill |
baking |
active.id |
hand |
containers.1.id |
plate |
ingredients.mandatory.1.id |
slice of bread |
ingredients.mandatory.1.cstate |
raw |
ingredients.mandatory.1.amount |
1 |
ingredients.oneormore.1.list.1.id |
any mushroom |
ingredients.oneormore.1.list.1.cstate |
raw |
ingredients.oneormore.1.list.1.difficulty |
5 |
ingredients.oneormore.1.list.2.id |
any veg |
ingredients.oneormore.1.list.2.cstate |
raw |
ingredients.oneormore.1.list.2.pstate |
none |
ingredients.oneormore.1.list.2.difficulty |
5 |
ingredients.oneormore.1.list.3.id |
any herb |
ingredients.oneormore.1.list.3.pstate |
chopped |
ingredients.oneormore.1.list.3.difficulty |
5 |
ingredients.oneormore.1.list.4.id |
any cheese |
ingredients.oneormore.1.list.4.difficulty |
5 |
ingredients.oneormore.1.list.5.id |
pesto |
ingredients.oneormore.1.list.5.ratio |
10 |
ingredients.oneormore.1.list.5.loss |
0 |
ingredients.oneormore.1.list.5.difficulty |
5 |
ingredients.oneormore.1.list.6.id |
egg |
ingredients.oneormore.1.list.6.cstate |
boiled |
ingredients.oneormore.1.list.6.difficulty |
5 |
ingredients.oneormore.1.list.7.id |
egg |
ingredients.oneormore.1.list.7.cstate |
fried |
ingredients.oneormore.1.list.7.difficulty |
5 |
ingredients.oneormore.1.list.8.id |
butter |
ingredients.oneormore.1.list.8.difficulty |
5 |
ingredients.zeroorone.1.list.1.id |
meat |
ingredients.zeroorone.1.list.1.cstate |
cooked |
ingredients.zeroorone.1.list.1.difficulty |
5 |
ingredients.zeroorone.1.list.2.id |
meat fillet |
ingredients.zeroorone.1.list.2.cstate |
cooked |
ingredients.zeroorone.1.list.2.difficulty |
5 |
ingredients.zeroorone.1.list.3.id |
any fish |
ingredients.zeroorone.1.list.3.cstate |
cooked |
ingredients.zeroorone.1.list.3.difficulty |
5 |
ingredients.zeroorone.1.list.4.id |
fish fillet |
ingredients.zeroorone.1.list.4.cstate |
cooked |
ingredients.zeroorone.1.list.4.difficulty |
5 |
ingredients.zeroorone.2.list.1.id |
sausage |
ingredients.zeroorone.2.list.1.difficulty |
5 |
ingredients.zeroorone.2.list.2.id |
bacon |
ingredients.zeroorone.2.list.2.difficulty |
5 |
result.id |
sandwich |
result.name |
open sandwich |
result.difficulty |
15 |
result.description |
A single slice of bread, piled with a variety of delicious things. |
TODO pain au chocolat#
———————————————————–| recipeid |
1262 |
---|
lootable.creature |
rift ogre |
———————————————————– |
lootable.rarity |
supreme |
———————————————————– |
skill |
baking |
———————————————————– |
trigger |
heat |
———————————————————– |
cookers.1.id |
oven |
———————————————————– |
containers.1.id |
baking stone |
———————————————————– |
ingredients.mandatory.1.id |
flour |
———————————————————– |
ingredients.mandatory.2.id |
butter |
———————————————————– |
ingredients.mandatory.3.id |
egg |
———————————————————– |
ingredients.mandatory.3.cstate |
raw |
———————————————————– |
ingredients.mandatory.4.id |
milk |
———————————————————– |
ingredients.mandatory.4.ratio |
50 |
———————————————————– |
ingredients.mandatory.4.loss |
10 |
———————————————————– |
ingredients.mandatory.5.id |
sugar |
———————————————————– |
ingredients.mandatory.6.id |
chocolate |
———————————————————– |
result.id |
pudding |
———————————————————– |
result.name |
pain au chocolat |
———————————————————– |
result.difficulty |
50 |
———————————————————– |
result.description |
This delicate pastry is so delicious, it’s almost painful. |
———————————————————– |
TODO pastry#
- known
- true
- active.id
- hand
- containers.1.id
- pottery bowl
- ingredients.mandatory.1.id
- flour
- ingredients.mandatory.2.id
- salt
- ingredients.mandatory.3.id
- water
- ingredients.mandatory.3.ratio
- 100
- ingredients.mandatory.3.loss
- 0
- ingredients.mandatory.4.id
- butter
- result.id
- pastry
- result.refmaterial
- flour
- result.difficulty
- 10
- result.description
- A dough of flour, water and shortening
name |
TODO plain muffin#
recipeid |
---|
1071 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
cake mix |
result.id |
muffin |
result.name |
plain muffin |
result.realtemplate |
cake mix |
result.difficulty |
20 |
result.description |
Plain, unadorned muffins. So sad. |
TODO plain scone#
recipeid |
---|
819 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
scone mix |
ingredients.optional.1.id |
cream |
ingredients.optional.1.pstate |
whipped |
ingredients.optional.1.ratio |
25 |
ingredients.optional.1.loss |
0 |
ingredients.optional.1.difficulty |
5 |
result.id |
scone |
result.name |
plain scone |
result.realtemplate |
scone mix |
result.difficulty |
15 |
result.description |
Plain scones, uncontaminated with any distractions. The whipped cream goes without saying, of course. |
TODO plain sponge cake#
recipeid |
---|
789 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
cake tin |
ingredients.mandatory.1.id |
cake mix |
ingredients.optional.1.id |
jam |
ingredients.optional.2.id |
cream |
ingredients.optional.2.pstate |
whipped |
ingredients.optional.2.ratio |
25 |
ingredients.optional.2.loss |
0 |
ingredients.optional.3.id |
sweet |
ingredients.optional.3.cstate |
chocolate coated |
ingredients.optional.3.realtemplate |
chocolate |
ingredients.optional.3.difficulty |
5 |
result.id |
cake |
result.name |
plain sponge cake |
result.realtemplate |
cake mix |
result.difficulty |
15 |
result.description |
A cake made with love! |
TODO pork pie#
recipeid |
---|
938 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
pie dish |
ingredients.mandatory.1.id |
pastry |
ingredients.mandatory.2.id |
any meat |
ingredients.mandatory.2.pstate |
diced |
ingredients.mandatory.2.material |
pork |
ingredients.mandatory.3.id |
gelatine |
ingredients.mandatory.3.ratio |
50 |
ingredients.mandatory.3.loss |
0 |
ingredients.optional.1.id |
egg |
ingredients.optional.1.cstate |
boiled |
ingredients.optional.1.difficulty |
15 |
ingredients.optional.2.id |
salt |
ingredients.optional.2.difficulty |
5 |
ingredients.optional.3.id |
tomato ketchup |
ingredients.optional.3.difficulty |
5 |
ingredients.optional.4.id |
white sauce |
ingredients.optional.4.realtemplate |
egg |
ingredients.optional.4.ratio |
20 |
ingredients.optional.4.loss |
0 |
ingredients.optional.4.difficulty |
5 |
result.id |
pie |
result.name |
pork pie |
result.difficulty |
35 |
result.achievement |
pork pie |
result.description |
A traditional British cold meat pie. It consists of roughly chopped pork and pork jelly sealed in a hot water crust pastry. |
TODO quiche#
recipeid |
---|
943 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
pie dish |
ingredients.mandatory.1.id |
pastry |
ingredients.mandatory.2.id |
egg |
ingredients.mandatory.2.cstate |
raw |
ingredients.optional.1.id |
any meat |
ingredients.optional.1.pstate |
diced |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
any veg |
ingredients.optional.2.pstate |
chopped |
ingredients.optional.2.difficulty |
5 |
ingredients.optional.3.id |
any herb |
ingredients.optional.3.pstate |
chopped |
ingredients.optional.3.difficulty |
5 |
ingredients.optional.4.id |
any cheese |
ingredients.optional.4.difficulty |
10 |
ingredients.optional.5.id |
salt |
ingredients.optional.5.difficulty |
5 |
ingredients.optional.6.id |
tomato ketchup |
ingredients.optional.6.difficulty |
5 |
ingredients.optional.7.id |
white sauce |
ingredients.optional.7.realtemplate |
egg |
ingredients.optional.7.ratio |
20 |
ingredients.optional.7.loss |
0 |
ingredients.optional.7.difficulty |
5 |
result.id |
pie |
result.name |
quiche |
result.difficulty |
40 |
result.description |
A savoury, open-faced pastry crust filled with one or more of cheese, meat or vegetables. |
TODO raspberry pi#
recipeid |
---|
950 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
pie dish |
ingredients.mandatory.1.id |
raspberries |
ingredients.mandatory.1.cstate |
raw |
ingredients.mandatory.2.id |
pastry |
ingredients.optional.1.id |
sugar |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
custard |
ingredients.optional.2.ratio |
20 |
ingredients.optional.2.loss |
0 |
ingredients.optional.2.difficulty |
5 |
result.id |
pie |
result.name |
raspberry pi |
result.difficulty |
50 |
result.achievement |
raspberry pi |
result.description |
A series of credit card-sized single-board computers…no, wait, its just a pie with raspberries in it. |
TODO raspberry trifle#
recipeid |
---|
657 |
skill |
baking |
active.id |
spoon |
containers.1.id |
pottery bowl |
ingredients.mandatory.1.id |
cake |
ingredients.mandatory.1.realtemplate |
cake mix |
ingredients.mandatory.2.id |
custard |
ingredients.mandatory.2.ratio |
50 |
ingredients.mandatory.2.loss |
0 |
ingredients.mandatory.3.id |
jelly |
ingredients.mandatory.3.realtemplate |
raspberries |
ingredients.mandatory.4.id |
raspberries |
ingredients.mandatory.4.cstate |
raw |
ingredients.mandatory.5.id |
cream |
ingredients.mandatory.5.pstate |
whipped |
ingredients.mandatory.5.ratio |
50 |
ingredients.mandatory.5.loss |
0 |
result.id |
pudding |
result.name |
raspberry trifle |
result.difficulty |
30 |
result.description |
A delectable raspberry dessert with custard, cream and a sponge base. |
TODO Retrograde pie#
recipeid |
---|
1018 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
cookers.2.id |
forge |
containers.1.id |
pie dish |
ingredients.mandatory.1.id |
any meat |
ingredients.mandatory.1.cstate |
raw |
ingredients.mandatory.1.material |
snake |
ingredients.mandatory.2.id |
salt |
ingredients.mandatory.3.id |
onion |
ingredients.mandatory.3.pstate |
chopped |
ingredients.mandatory.4.id |
gravy |
ingredients.mandatory.4.ratio |
50 |
ingredients.mandatory.4.loss |
0 |
ingredients.optional.1.id |
garlic |
ingredients.optional.1.pstate |
chopped |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
tomato ketchup |
ingredients.optional.2.difficulty |
5 |
ingredients.optional.3.id |
white sauce |
ingredients.optional.3.realtemplate |
egg |
ingredients.optional.3.ratio |
20 |
ingredients.optional.3.loss |
0 |
ingredients.optional.3.difficulty |
5 |
result.id |
pie |
result.name |
Retrograde pie |
result.difficulty |
75 |
result.description |
The kind of pie you’d write about once a week. |
TODO Rolf’s favourite sandwich#
recipeid |
---|
666 |
skill |
baking |
active.id |
hand |
containers.1.id |
plate |
ingredients.mandatory.1.id |
slice of bread |
ingredients.mandatory.1.cstate |
raw |
ingredients.mandatory.1.amount |
2 |
ingredients.mandatory.2.id |
buffalo cheese |
ingredients.mandatory.3.id |
cucumber |
ingredients.mandatory.4.id |
butter |
result.id |
sandwich |
result.name |
Rolf’s favourite sandwich |
result.difficulty |
50 |
result.description |
A sandwich that Rolf, our creator, likes to eat. |
TODO sandwich#
recipeid |
---|
674 |
known |
true |
skill |
baking |
active.id |
hand |
containers.1.id |
plate |
ingredients.mandatory.1.id |
slice of bread |
ingredients.mandatory.1.cstate |
raw |
ingredients.mandatory.1.amount |
2 |
ingredients.oneormore.1.list.1.id |
egg |
ingredients.oneormore.1.list.1.cstate |
boiled |
ingredients.oneormore.1.list.1.difficulty |
5 |
ingredients.oneormore.1.list.2.id |
egg |
ingredients.oneormore.1.list.2.cstate |
fried |
ingredients.oneormore.1.list.2.difficulty |
5 |
ingredients.oneormore.1.list.3.id |
any mushroom |
ingredients.oneormore.1.list.3.cstate |
raw |
ingredients.oneormore.1.list.3.difficulty |
5 |
ingredients.oneormore.1.list.4.id |
any veg |
ingredients.oneormore.1.list.4.cstate |
raw |
ingredients.oneormore.1.list.4.pstate |
none |
ingredients.oneormore.1.list.4.difficulty |
5 |
ingredients.oneormore.1.list.5.id |
any herb |
ingredients.oneormore.1.list.5.pstate |
chopped |
ingredients.oneormore.1.list.5.difficulty |
5 |
ingredients.oneormore.1.list.6.id |
any cheese |
ingredients.oneormore.1.list.6.difficulty |
2 |
ingredients.oneormore.1.list.7.id |
bacon |
ingredients.oneormore.1.list.7.cstate |
cooked |
ingredients.oneormore.1.list.7.difficulty |
5 |
ingredients.oneormore.1.list.8.id |
sausage |
ingredients.oneormore.1.list.8.difficulty |
5 |
ingredients.oneormore.1.list.9.id |
pesto |
ingredients.oneormore.1.list.9.ratio |
50 |
ingredients.oneormore.1.list.9.loss |
0 |
ingredients.oneormore.1.list.9.difficulty |
5 |
ingredients.oneormore.1.list.10.id |
butter |
ingredients.oneormore.1.list.10.difficulty |
5 |
ingredients.zeroorone.1.list.1.id |
meat |
ingredients.zeroorone.1.list.1.cstate |
cooked |
ingredients.zeroorone.1.list.1.difficulty |
5 |
ingredients.zeroorone.1.list.2.id |
meat fillet |
ingredients.zeroorone.1.list.2.cstate |
cooked |
ingredients.zeroorone.1.list.2.difficulty |
5 |
ingredients.zeroorone.1.list.3.id |
any fish |
ingredients.zeroorone.1.list.3.cstate |
cooked |
ingredients.zeroorone.1.list.3.difficulty |
5 |
ingredients.zeroorone.1.list.4.id |
fish fillet |
ingredients.zeroorone.1.list.4.cstate |
cooked |
ingredients.zeroorone.1.list.4.difficulty |
5 |
result.id |
sandwich |
result.difficulty |
15 |
result.description |
Two slices of bread enclosing various wonderful things. |
TODO scone mix#
recipeid |
---|
608 |
skill |
baking |
active.id |
spoon |
containers.1.id |
pottery bowl |
ingredients.mandatory.1.id |
butter |
ingredients.mandatory.2.id |
salt |
ingredients.mandatory.3.id |
any milk |
ingredients.mandatory.3.ratio |
100 |
ingredients.mandatory.3.loss |
0 |
ingredients.oneof.1.list.1.id |
flour |
ingredients.oneof.1.list.1.material |
wheat |
ingredients.oneof.1.list.2.id |
flour |
ingredients.oneof.1.list.2.material |
barley |
ingredients.oneof.1.list.3.id |
flour |
ingredients.oneof.1.list.3.material |
oat |
result.id |
scone mix |
result.difficulty |
10 |
TODO spiced apple#
——————————————————————————| recipeid |
1162 |
---|
skill |
baking |
—————————————————————————— |
trigger |
heat |
—————————————————————————— |
cookers.1.id |
oven |
—————————————————————————— |
cookers.2.id |
campfire |
—————————————————————————— |
containers.1.id |
pottery bowl |
—————————————————————————— |
ingredients.mandatory.1.id |
green apple |
—————————————————————————— |
ingredients.mandatory.1.cstate |
raw |
—————————————————————————— |
ingredients.mandatory.2.id |
butter |
—————————————————————————— |
ingredients.mandatory.3.id |
sugar |
—————————————————————————— |
ingredients.mandatory.4.id |
nutmeg |
—————————————————————————— |
ingredients.mandatory.4.pstate |
ground |
—————————————————————————— |
ingredients.mandatory.5.id |
ginger |
—————————————————————————— |
ingredients.mandatory.5.pstate |
ground |
—————————————————————————— |
result.id |
green apple |
—————————————————————————— |
result.name |
spiced apple |
—————————————————————————— |
result.cstate |
cooked |
—————————————————————————— |
result.difficulty |
25 |
—————————————————————————— |
result.icon |
baked apple |
—————————————————————————— |
result.description |
A baked apple is one that has been baked in an oven until it has become soft. |
—————————————————————————— |
TODO spiced biscuits#
recipeid |
---|
803 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
biscuit mix |
ingredients.mandatory.2.id |
any spice |
ingredients.mandatory.2.pstate |
ground |
result.id |
biscuit |
result.name |
# biscuit |
result.refrealtemplate |
any spice |
result.difficulty |
20 |
result.description |
A spicy, golden-brown biscuit with a pleasant, warming smell. |
TODO spiced cookie#
——————————-| recipeid |
1140 |
---|
skill |
baking |
——————————- |
trigger |
heat |
——————————- |
cookers.1.id |
oven |
——————————- |
containers.1.id |
baking stone |
——————————- |
ingredients.mandatory.1.id |
flour |
——————————- |
ingredients.mandatory.2.id |
butter |
——————————- |
ingredients.mandatory.3.id |
egg |
——————————- |
ingredients.mandatory.3.cstate |
raw |
——————————- |
ingredients.mandatory.4.id |
sugar |
——————————- |
ingredients.mandatory.5.id |
any spice |
——————————- |
ingredients.mandatory.5.pstate |
ground |
——————————- |
result.id |
cookie |
——————————- |
result.difficulty |
45 |
——————————- |
result.name |
spiced cookie |
——————————- |
result.refrealtemplate |
any spice |
——————————- |
result.achievement |
cookies |
——————————- |
result.description |
A cookie tasting of #. |
——————————- |
TODO sponge cake#
recipeid |
---|
791 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
cake tin |
ingredients.mandatory.1.id |
cake mix |
ingredients.mandatory.2.id |
any berry |
ingredients.mandatory.2.cstate |
raw |
ingredients.oneormore.1.list.1.id |
jam |
ingredients.oneormore.1.list.1.difficulty |
5 |
ingredients.oneormore.1.list.2.id |
cream |
ingredients.oneormore.1.list.2.pstate |
whipped |
ingredients.oneormore.1.list.2.ratio |
50 |
ingredients.oneormore.1.list.2.loss |
0 |
ingredients.oneormore.1.list.2.difficulty |
5 |
ingredients.optional.1.id |
icing |
ingredients.optional.1.difficulty |
7 |
ingredients.optional.2.id |
sweet |
ingredients.optional.2.cstate |
chocolate coated |
ingredients.optional.2.realtemplate |
chocolate |
ingredients.optional.2.difficulty |
5 |
result.id |
cake |
result.name |
sponge cake |
result.refrealtemplate |
any berry |
result.difficulty |
20 |
result.description |
A sponge cake with # throughout. |
TODO steak and ale pie#
recipeid |
---|
939 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
pie dish |
ingredients.mandatory.1.id |
pastry |
ingredients.mandatory.2.id |
any meat |
ingredients.mandatory.2.pstate |
diced |
ingredients.mandatory.2.material |
beef |
ingredients.mandatory.3.id |
beer |
ingredients.mandatory.3.ratio |
100 |
ingredients.mandatory.3.loss |
0 |
ingredients.optional.1.id |
any veg |
ingredients.optional.1.pstate |
chopped |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
salt |
ingredients.optional.2.difficulty |
5 |
ingredients.optional.3.id |
tomato ketchup |
ingredients.optional.3.difficulty |
5 |
ingredients.optional.4.id |
white sauce |
ingredients.optional.4.realtemplate |
egg |
ingredients.optional.4.ratio |
20 |
ingredients.optional.4.loss |
0 |
ingredients.optional.4.difficulty |
5 |
result.id |
pie |
result.name |
steak and ale pie |
result.difficulty |
25 |
result.achievement |
steak and ale pie |
result.description |
A pie that has beef and beer inside, and maybe a veg. |
TODO strawberry trifle#
recipeid |
---|
655 |
skill |
baking |
active.id |
spoon |
containers.1.id |
pottery bowl |
ingredients.mandatory.1.id |
cake |
ingredients.mandatory.1.realtemplate |
cake mix |
ingredients.mandatory.2.id |
custard |
ingredients.mandatory.2.ratio |
50 |
ingredients.mandatory.2.loss |
0 |
ingredients.mandatory.3.id |
jelly |
ingredients.mandatory.3.realtemplate |
strawberries |
ingredients.mandatory.4.id |
strawberries |
ingredients.mandatory.4.cstate |
raw |
ingredients.mandatory.5.id |
cream |
ingredients.mandatory.5.pstate |
whipped |
ingredients.mandatory.5.ratio |
50 |
ingredients.mandatory.5.loss |
0 |
result.id |
pudding |
result.name |
strawberry trifle |
result.difficulty |
30 |
result.description |
A delectable strawberry dessert with custard, cream and a sponge base. |
TODO syrup sandwich#
recipeid |
---|
673 |
skill |
baking |
active.id |
hand |
containers.1.id |
plate |
ingredients.mandatory.1.id |
slice of bread |
ingredients.mandatory.1.cstate |
raw |
ingredients.mandatory.1.amount |
2 |
ingredients.mandatory.2.id |
maple syrup |
ingredients.mandatory.2.ratio |
50 |
ingredients.mandatory.2.loss |
0 |
ingredients.optional.1.id |
butter |
ingredients.optional.1.difficulty |
5 |
result.id |
sandwich |
result.name |
syrup sandwich |
result.difficulty |
15 |
result.description |
Syrup and bread, when simplicity is its own reward. |
TODO toast#
recipeid |
---|
772 |
known |
true |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
cookers.1.difficulty |
5 |
cookers.2.id |
campfire |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
slice of bread |
ingredients.mandatory.1.cstate |
raw |
result.id |
toast |
result.realtemplate |
slice of bread |
result.refmaterial |
slice of bread |
result.difficulty |
5 |
TODO veg pasty#
recipeid |
---|
934 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
pastry |
ingredients.mandatory.2.id |
any veg |
ingredients.mandatory.2.pstate |
chopped |
ingredients.optional.1.id |
any herb |
ingredients.optional.1.pstate |
chopped |
ingredients.optional.1.ratio |
25 |
ingredients.optional.1.loss |
10 |
ingredients.optional.1.difficulty |
5 |
ingredients.optional.2.id |
gravy |
ingredients.optional.2.ratio |
25 |
ingredients.optional.2.loss |
10 |
ingredients.optional.2.difficulty |
5 |
ingredients.optional.3.id |
salt |
ingredients.optional.3.difficulty |
5 |
ingredients.optional.4.id |
tomato ketchup |
ingredients.optional.4.difficulty |
5 |
ingredients.optional.5.id |
white sauce |
ingredients.optional.5.realtemplate |
egg |
ingredients.optional.5.ratio |
20 |
ingredients.optional.5.loss |
0 |
ingredients.optional.5.difficulty |
5 |
result.id |
pasty |
result.name |
# pasty |
result.refrealtemplate |
any veg |
result.difficulty |
30 |
result.description |
Chopped # in gravy, in a pastry shell. |
TODO waybread#
recipeid |
---|
763 |
skill |
baking |
trigger |
heat |
cookers.1.id |
oven |
cookers.2.id |
campfire |
cookers.2.difficulty |
5 |
containers.1.id |
baking stone |
ingredients.mandatory.1.id |
dough |
ingredients.mandatory.2.id |
honey |
ingredients.mandatory.2.ratio |
33 |
ingredients.mandatory.2.loss |
0 |
ingredients.mandatory.3.id |
salt |
ingredients.mandatory.4.id |
butter |
ingredients.mandatory.5.id |
sugar |
ingredients.mandatory.6.id |
any milk |
ingredients.mandatory.6.ratio |
33 |
ingredients.mandatory.6.loss |
25 |
ingredients.mandatory.7.id |
green apple |
ingredients.mandatory.7.cstate |
raw |
ingredients.mandatory.8.id |
any nut |
ingredients.mandatory.8.cstate |
raw |
result.id |
bread |
result.name |
waybread |
result.realtemplate |
honey |
result.refmaterial |
dough |
result.difficulty |
50 |
result.achievement |
bread maker |
result.description |
Also known as lembas, one of these will keep even tall men going after a long day of grinding. |