summaryrefslogtreecommitdiff
path: root/json/recipes/food/snack.json
blob: 456e51cd9f4fc5d8c04242ff85bf155946d62e44 (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
[
  {
    "type": "recipe",
    "result": "sandwich_cucumber",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_SNACK",
    "skill_used": "cooking",
    "time": "1 m",
    "autolearn": true,
    "batch_time_factors": [ 50, 3 ],
    "qualities": [ { "id": "CUT", "level": 1 } ],
    "components": [
      [
        [ "flatbread", 2 ],
        [ "bread", 2 ],
        [ "cornbread", 2 ],
        [ "wastebread", 2 ],
        [ "sourdough_bread", 2 ],
        [ "brioche", 2 ]
      ],
      [ [ "cucumber", 1 ], [ "irradiated_cucumber", 1 ] ],
      [ [ "mayonnaise", 1 ], [ "mustard", 1 ], [ "horseradish", 1 ], [ "seasoning_salt", 1 ] ]
    ]
  }
]