summaryrefslogtreecommitdiff
path: root/json/recipes/food/bread.json
blob: 3c52867b5c1b003b0318335052d3241e72e6ee4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  {
    "type": "recipe",
    "result": "frenchtoast",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_BREAD",
    "skill_used": "cooking",
    "difficulty": 3,
    "time": "12 m",
    "charges": 3,
    "autolearn": true,
    "batch_time_factors": [ 50, 3 ],
    "qualities": [ { "id": "COOK", "level": 2 } ],
    "tools": [ [ [ "surface_heat", 8, "LIST" ] ] ],
    "components": [
      [ [ "milk_standard_raw", 1, "LIST" ] ],
      [ [ "eggs_small_dry", 1, "LIST" ] ],
      [ [ "cinnamon", 2 ] ],
      [ [ "bread_sandwich", 2, "LIST" ] ]
    ]
  }
]