summaryrefslogtreecommitdiff
path: root/json/recipes/food/canned.json
blob: acf1863a58243922c79b764a43c2fec5cd1c0ebd (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
[
  {
    "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,
    "autolearn": true,
    "qualities": [ { "id": "COOK", "level": 3 } ],
    "tools": [ [ [ "food_processor", 40 ] ], [ [ "vac_sealer", 10 ], [ "makeshift_sealer", 20 ] ] ],
    "components": [
        [ [ "peanut_unshelled", 12 ] ],
        [ [ "sugar", 40 ], [ "honey_bottled", 4 ], [ "honey_glassed", 4 ] ],
        [ [ "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",
    "autolearn": true,
    "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", 50 ], [ "honeycomb", 5 ], [ "honey_bottled", 5 ], [ "honey_glassed", 5 ], [ "syrup", 5 ] ],
      [ [ "jar_glass", 1 ] ]
    ]
  }
]