summaryrefslogtreecommitdiff
path: root/json/recipes/recipe_food.json
blob: 0a4f321e02dccd1e2e6e17ecf3d01320b192f5e2 (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
[
  {
    "type": "recipe",
    "result": "cheeseburger",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_MEAT",
    "skill_used": "cooking",
    "difficulty": 3,
    "time": "9 m",
    "charges": 2,
    "autolearn": true,
    "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 2 } ],
    "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
    "components": [
      [ [ "meat_red", 1, "LIST" ] ],
      [
        [ "flatbread", 2 ],
        [ "bread", 2 ],
        [ "cornbread", 2 ],
        [ "wastebread", 2 ],
        [ "sourdough_bread", 2 ],
        [ "brioche", 2 ]
      ],
      [ [ "cheese", 1 ], [ "cheese_hard", 1 ], [ "can_cheese", 1 ] ],
      [
        [ "pickle", 1 ],
        [ "veggy_pickled", 1 ],
        [ "irradiated_onion", 1 ],
        [ "onion", 1 ],
        [ "can_tomato", 1 ],
        [ "irradiated_tomato", 1 ],
        [ "tomato", 1 ],
        [ "lettuce", 1 ],
        [ "irradiated_lettuce", 1 ]
      ],
      [
        [ "ketchup", 1 ],
        [ "mustard", 1 ],
        [ "horseradish", 1 ],
        [ "mayonnaise", 1 ],
        [ "bacon", 1 ],
        [ "seasoning_salt", 1 ],
        [ "soysauce", 1 ],
        [ "sauerkraut", 1 ]
      ]
    ]
  },
  {
    "type": "recipe",
    "result": "hamburger",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_MEAT",
    "skill_used": "cooking",
    "difficulty": 3,
    "time": "8 m",
    "charges": 2,
    "autolearn": true,
    "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 2 } ],
    "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
    "components": [
      [ [ "meat_red", 1, "LIST" ] ],
      [
        [ "flatbread", 2 ],
        [ "bread", 2 ],
        [ "cornbread", 2 ],
        [ "wastebread", 2 ],
        [ "sourdough_bread", 2 ],
        [ "brioche", 2 ]
      ],
      [
        [ "pickle", 1 ],
        [ "veggy_pickled", 1 ],
        [ "irradiated_onion", 1 ],
        [ "onion", 1 ],
        [ "can_tomato", 1 ],
        [ "irradiated_tomato", 1 ],
        [ "tomato", 1 ],
        [ "lettuce", 1 ],
        [ "irradiated_lettuce", 1 ]
      ],
      [
        [ "ketchup", 1 ],
        [ "mustard", 1 ],
        [ "horseradish", 1 ],
        [ "mayonnaise", 1 ],
        [ "bacon", 1 ],
        [ "seasoning_salt", 1 ],
        [ "soysauce", 1 ],
        [ "sauerkraut", 1 ]
      ]
    ]
  }
]