[
  {
    "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" ] ]
    ]
  }
]