1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
[
{
"id": "fish_soup_ingredients",
"type": "requirement",
"components": [
[ [ "broth", 2 ], [ "broth_bone", 2 ] ],
[
[ "spaghetti_raw", 1 ],
[ "macaroni_raw", 1 ],
[ "noodles_fast", 1 ],
[ "veggy_any", 1, "LIST" ],
[ "sauerkraut", 1 ],
[ "can_corn", 1 ],
[ "hominy", 1 ],
[ "dry_veggy", 1 ],
[ "con_milk", 1 ],
[ "flatbread", 1 ],
[ "tortilla_corn", 1 ],
[ "bread", 1 ],
[ "brioche", 1 ],
[ "cornbread", 1 ],
[ "biscuit", 1 ],
[ "hardtack", 1 ],
[ "wastebread", 1 ],
[ "sourdough_bread", 1 ],
[ "flour", 2 ],
[ "cornmeal", 2 ],
[ "milk_powder", 1 ],
[ "crackers", 1 ],
[ "powder_eggs", 1 ],
[ "eggs_bird", 1, "LIST" ],
[ "egg_reptile", 1 ],
[ "dry_beans", 1 ],
[ "raw_beans", 1 ],
[ "dry_lentils", 1 ],
[ "raw_lentils", 1 ],
[ "dry_rice", 1 ],
[ "can_beans", 1 ],
[ "beans_cooked", 1 ],
[ "mushroom", 1 ],
[ "dry_mushroom", 1 ],
[ "mushroom_cooked", 1 ],
[ "morel_cooked", 1 ],
[ "acorns_cooked", 1 ]
],
[
[ "fish", 2 ],
[ "dry_fish", 2 ],
[ "fish_smoked", 2 ],
[ "fish_pickled", 2 ],
[ "salted_fish", 2 ],
[ "fish_canned", 2 ],
[ "can_salmon", 2 ],
[ "can_tuna", 2 ]
]
]
}
]
|