summaryrefslogtreecommitdiff
path: root/json/recipes/food/canned.json
blob: 1a8a400a2e4be20e1db43ecc76f8bb1d534ddc8b (plain)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
[
  {
    "type": "recipe",
    "result": "peanutbutter",
    "id_suffix": "jarred",
    "container": "jar_glass_sealed",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_OTHER",
    "skill_used": "cooking",
    "difficulty": 4,
    "time": "30 m",
    "charges": 16,
    "book_learn": [ [ "cookbook_eatyrway", 5 ], [ "manual_canning", 3 ] ],
    "batch_time_factors": [ 80, 5 ],
    "qualities": [ { "id": "COOK", "level": 3 } ],
    "tools": [
      [ [ "food_processor", 40 ] ],
      [ [ "vac_sealer", 10 ], [ "makeshift_sealer", 20 ] ]
    ],
    "components": [
      [ [ "peanut_unshelled", 12 ] ],
      [ [ "sugar_standard", 3, "LIST" ] ],
      [ [ "jar_glass", 1 ] ]
    ]
  },
  {
    "type": "recipe",
    "result": "peanutbutter_imitation",
    "id_suffix": "jarred",
    "container": "jar_glass_sealed",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_OTHER",
    "skill_used": "cooking",
    "difficulty": 4,
    "charges": 16,
    "time": "30 m",
    "book_learn": [ [ "cookbook_eatyrway", 5 ], [ "manual_canning", 3 ] ],
    "batch_time_factors": [ 80, 5 ],
    "qualities": [ { "id": "COOK", "level": 3 } ],
    "tools": [
      [ [ "food_processor", 40 ] ],
      [ [ "vac_sealer", 10 ], [ "makeshift_sealer", 20 ] ]
    ],
    "components": [
      [
        [ "pine_nuts", 25 ],
        [ "pecan_unshelled", 25 ],
        [ "cashews", 25 ],
        [ "pistachio_unshelled", 25 ],
        [ "almond_unshelled", 25 ],
        [ "beech_nuts", 25 ],
        [ "hickory_nut_unshelled", 25 ],
        [ "chestnut_unshelled", 25 ],
        [ "hazelnut_unshelled", 25 ],
        [ "walnut_unshelled", 25 ],
        [ "acorns", 25 ]
      ],
      [ [ "sugar_standard", 4, "LIST" ] ],
      [ [ "jar_glass", 1 ] ]
    ]
  },
  {
    "type": "recipe",
    "result": "sauce_pesto",
    "id_suffix": "jarred",
    "container": "jar_glass_sealed",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_VEGGI",
    "skill_used": "cooking",
    "difficulty": 4,
    "charges": 8,
    "time": "20 m",
    "book_learn": [ [ "cookbook_italian", 2 ] ],
    "batch_time_factors": [ 80, 5 ],
    "qualities": [ { "id": "COOK", "level": 3 } ],
    "tools": [
      [ [ "vac_sealer", 10 ], [ "makeshift_sealer", 20 ] ]
    ],
    "components": [
      [ [ "pine_nuts", 4 ] ],
      [ [ "seasoning_italian", 20 ], [ "wild_herbs", 40 ] ],
      [ [ "salt", 20 ], [ "seasoning_salt", 20 ] ],
      [ [ "cooking_oil", 8 ], [ "cooking_oil2", 8 ] ],
      [ [ "jar_glass", 1 ] ]
    ]
  },
  {
    "type": "recipe",
    "result": "chili",
    "id_suffix": "canned",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_MEAT",
    "skill_used": "cooking",
    "difficulty": 4,
    "time": "20 m",
    "charges": 2,
    "batch_time_factors": [ 80, 5 ],
    "book_learn": [ [ "cookbook_italian", 2 ], [ "manual_canning", 3 ] ],
    "contained": true,
    "qualities": [
      { "id": "SAW_M", "level": 1 },
      { "id": "HAMMER", "level": 1 },
      { "id": "CUT", "level": 1 },
      { "id": "COOK", "level": 3 }
    ],
    "tools": [
      [ [ "surface_heat", 8, "LIST" ] ],
      [ [ "can_sealer", -1 ] ]
    ],
    "components": [
      [
        [ "veggy", 2 ],
        [ "veggy_wild", 2 ],
        [ "veggy_salted", 2 ],
        [ "rehydrated_veggy", 2 ],
        [ "mushroom", 2 ],
        [ "dry_mushroom", 2 ],
        [ "morel_cooked", 2 ],
        [ "mushroom_cooked", 2 ],
        [ "dry_veggy", 2 ]
      ],
      [ [ "tomato", 1 ], [ "irradiated_tomato", 1 ], [ "can_tomato", 1 ] ],
      [ [ "meat_red", 1, "LIST" ], [ "dry_meat", 1 ], [ "can_chicken", 1 ] ],
      [ [ "can_beans", 1 ], [ "beans_cooked", 1 ] ],
      [ [ "chilly-p", 2 ], [ "chili_pepper", 1 ] ],
      [ [ "can_medium_unsealed", 1 ] ],
      [ [ "scrap", 1 ] ]
    ]
  }
]