[
  {
    "type": "recipe",
    "result": "milk_reconstituted",
    "id_suffix": "from_condensed",
    "result_mult": 4,
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRINKS",
    "skill_used": "cooking",
    "time": "1 m",
    "autolearn": true,
    "components": [
      [ [ "con_milk", 5 ], [ "milk_evap", 1 ] ],
      [ [ "water_clean", 3 ] ]
    ]
  },
  {
    "type": "recipe",
    "result": "hickory_nut_ambrosia",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRINKS",
    "skill_used": "cooking",
    "difficulty": 5,
    "time": "48 m",
    "batch_time_factors": [ 80, 5 ],
    "charges": 10,
    "book_learn": [
      [ "family_cookbook", 5 ],
      [ "survival_book", 3 ],
      [ "textbook_survival", 3 ],
      [ "cookbook_foodfashions", 6, "Shagbark Nut Ambrosia" ]
    ],
    "qualities": [ { "id": "COOK", "level": 3 }, { "id": "BOIL", "level": 2 } ],
    "tools": [ [ [ "surface_heat", 5, "LIST" ] ] ],
    "components": [
      [ [ "hickory_nut", 4 ] ],
      [
        [ "milk_standard_raw", 1, "LIST" ],
        [ "milk_powder", 1 ],
        [ "con_milk", 1 ],
        [ "milk_evap", 1 ]
      ],
      [
        [ "honeycomb", 1 ],
        [ "honey_bottled", 6 ],
        [ "honey_glassed", 6 ],
        [ "sugar", 20 ],
        [ "syrup", 8 ],
        [ "beet_syrup", 8 ]
      ],
      [ [ "water", 10 ], [ "water_clean", 10 ] ]
    ]
  },
  {
    "type": "recipe",
    "result": "chai_tea",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRINKS",
    "skill_used": "cooking",
    "difficulty": 2,
    "time": "15 m",
    "autolearn": true,
    "batch_time_factors": [ 80, 5 ],
    "qualities": [ { "id": "BOIL", "level": 1 } ],
    "tools": [ [ [ "water_boiling_heat", 2, "LIST" ] ] ],
    "components": [
      [ [ "tea_raw", 1 ] ],
      [ [ "water", 1 ], [ "water_clean", 1 ] ],
      [
        [ "milk_standard_raw", 1, "LIST" ],
        [ "milk_powder", 1 ],
        [ "con_milk", 1 ],
        [ "milk_evap", 1 ]
      ],
      [ [ "sugar", 10 ], [ "honey_bottled", 1 ], [ "honey_glassed", 2 ], [ "syrup", 1 ] ],
      [ [ "pepper", 10 ] ],
      [ [ "cinnamon", 10 ] ]
    ]
  },
  {
    "result": "hot_chocolate",
    "type": "recipe",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRINKS",
    "skill_used": "cooking",
    "difficulty": 1,
    "time": "5 m",
    "autolearn": true,
    "result_mult": 2,
    "batch_time_factors": [ 80, 5 ],
    "qualities": [ { "id": "COOK", "level": 3 } ],
    "tools": [ [ [ "surface_heat", 5, "LIST" ] ] ],
    "components": [
      [ [ "chocolate", 1 ] ],
      [
        [ "milk_standard_raw", 1, "LIST" ],
        [ "con_milk", 1 ],
        [ "milk_evap", 1 ],
        [ "milk_powder", 1 ]
      ],
      [ [ "water", 1 ], [ "water_clean", 1 ] ],
      [ [ "sugar", 5 ] ]
    ]
  },
  {
    "result": "mex_chocolate",
    "type": "recipe",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRINKS",
    "skill_used": "cooking",
    "difficulty": 1,
    "time": "5 m",
    "book_learn": [ [ "family_cookbook", 2 ] ],
    "charges": 6,
    "batch_time_factors": [ 80, 5 ],
    "qualities": [ { "id": "COOK", "level": 3 } ],
    "tools": [ [ [ "surface_heat", 5, "LIST" ] ] ],
    "components": [
      [ [ "chocolate", 2 ] ],
      [
        [ "milk_standard_raw", 1, "LIST" ],
        [ "con_milk", 1 ],
        [ "milk_evap", 1 ],
        [ "milk_powder", 1 ]
      ],
      [ [ "water", 7 ], [ "water_clean", 7 ] ],
      [ [ "sugar", 5 ] ],
      [ [ "chilly-p", 1 ] ],
      [ [ "cinnamon", 1 ] ]
    ]
  },
  {
    "type": "recipe",
    "result": "oj",
    "id_suffix": "jarred",
    "byproducts": [ [ "water", 10 ], [ "juice_pulp", 4 ] ],
    "container": "jar_glass_sealed",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRINKS",
    "skill_used": "cooking",
    "skills_required": [ "mechanics", 1 ],
    "difficulty": 4,
    "time": "30 m",
    "charges": 2,
    "book_learn": [ [ "preserving_juice", 2 ] ],
    "batch_time_factors": [ 80, 5 ],
    "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ],
    "components": [ [ [ "jar_glass", 1 ] ], [ [ "irradiated_orange", 4 ], [ "orange", 4 ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ]
  },
  {
    "type": "recipe",
    "result": "oj",
    "id_suffix": "canned",
    "byproducts": [ [ "juice_pulp", 4 ] ],
    "container": "can_medium",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRINKS",
    "skill_used": "cooking",
    "difficulty": 4,
    "time": "24 m",
    "book_learn": [ [ "preserving_juice", 2 ] ],
    "contained": true,
    "batch_time_factors": [ 80, 5 ],
    "qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "HAMMER", "level": 1 }, { "id": "COOK", "level": 3 } ],
    "tools": [ [ [ "surface_heat", 10, "LIST" ] ], [ [ "can_sealer", -1 ] ], [ [ "rag", -1 ] ] ],
    "components": [ [ [ "can_medium_unsealed", 1 ] ], [ [ "scrap", 1 ] ], [ [ "irradiated_orange", 4 ], [ "orange", 4 ] ] ]
  },
  {
    "type": "recipe",
    "result": "oj",
    "id_suffix": "jarred_3l",
    "byproducts": [ [ "water", 10 ], [ "juice_pulp", 24 ] ],
    "container": "jar_3l_glass_sealed",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRINKS",
    "skill_used": "cooking",
    "skills_required": [ "mechanics", 1 ],
    "difficulty": 4,
    "time": "40 m",
    "charges": 12,
    "book_learn": [ [ "preserving_juice", 2 ] ],
    "batch_time_factors": [ 80, 5 ],
    "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ],
    "components": [
      [ [ "jar_3l_glass", 1 ] ],
      [ [ "irradiated_orange", 24 ], [ "orange", 24 ] ],
      [ [ "water", 10 ], [ "water_clean", 10 ] ]
    ]
  },
  {
    "type": "recipe",
    "result": "apple_cider",
    "id_suffix": "jarred",
    "byproducts": [ [ "water", 10 ], [ "juice_pulp", 4 ] ],
    "container": "jar_glass_sealed",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRINKS",
    "skill_used": "cooking",
    "skills_required": [ "mechanics", 1 ],
    "difficulty": 4,
    "time": "30 m",
    "book_learn": [ [ "preserving_juice", 2 ] ],
    "batch_time_factors": [ 80, 5 ],
    "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ],
    "components": [ [ [ "jar_glass", 1 ] ], [ [ "irradiated_apple", 4 ], [ "apple", 4 ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ]
  },
  {
    "type": "recipe",
    "result": "apple_cider",
    "id_suffix": "canned",
    "byproducts": [ [ "juice_pulp", 4 ] ],
    "container": "can_medium",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRINKS",
    "skill_used": "cooking",
    "difficulty": 4,
    "time": "24 m",
    "book_learn": [ [ "preserving_juice", 2 ] ],
    "contained": true,
    "batch_time_factors": [ 80, 5 ],
    "qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "HAMMER", "level": 1 }, { "id": "COOK", "level": 3 } ],
    "tools": [ [ [ "surface_heat", 10, "LIST" ] ], [ [ "can_sealer", -1 ] ], [ [ "rag", -1 ] ] ],
    "components": [ [ [ "can_medium_unsealed", 1 ] ], [ [ "scrap", 1 ] ], [ [ "irradiated_apple", 4 ], [ "apple", 4 ] ] ]
  },
  {
    "type": "recipe",
    "result": "apple_cider",
    "id_suffix": "jarred_3l",
    "byproducts": [ [ "water", 10 ], [ "juice_pulp", 24 ] ],
    "container": "jar_3l_glass_sealed",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRINKS",
    "skill_used": "cooking",
    "skills_required": [ "mechanics", 1 ],
    "difficulty": 4,
    "time": "40 m",
    "charges": 12,
    "book_learn": [ [ "preserving_juice", 2 ] ],
    "batch_time_factors": [ 80, 5 ],
    "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ],
    "components": [
      [ [ "jar_3l_glass", 1 ] ],
      [ [ "irradiated_apple", 24 ], [ "apple", 24 ] ],
      [ [ "water", 10 ], [ "water_clean", 10 ] ]
    ]
  },
  {
    "type": "recipe",
    "result": "cranberry_juice",
    "id_suffix": "jarred",
    "byproducts": [ [ "water", 10 ], [ "juice_pulp", 4 ] ],
    "container": "jar_glass_sealed",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRINKS",
    "skill_used": "cooking",
    "skills_required": [ "mechanics", 1 ],
    "difficulty": 4,
    "time": "30 m",
    "charges": 2,
    "book_learn": [ [ "preserving_juice", 2 ] ],
    "batch_time_factors": [ 80, 5 ],
    "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ],
    "components": [
      [ [ "jar_glass", 1 ] ],
      [ [ "irradiated_cranberries", 6 ], [ "cranberries", 6 ] ],
      [ [ "water", 10 ], [ "water_clean", 10 ] ]
    ]
  },
  {
    "type": "recipe",
    "result": "cranberry_juice",
    "id_suffix": "canned",
    "byproducts": [ [ "juice_pulp", 4 ] ],
    "container": "can_medium",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRINKS",
    "skill_used": "cooking",
    "difficulty": 4,
    "time": "24 m",
    "book_learn": [ [ "preserving_juice", 2 ] ],
    "contained": true,
    "batch_time_factors": [ 80, 5 ],
    "qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "HAMMER", "level": 1 }, { "id": "COOK", "level": 3 } ],
    "tools": [ [ [ "surface_heat", 10, "LIST" ] ], [ [ "can_sealer", -1 ] ], [ [ "rag", -1 ] ] ],
    "components": [ [ [ "can_medium_unsealed", 1 ] ], [ [ "scrap", 1 ] ], [ [ "irradiated_cranberries", 6 ], [ "cranberries", 6 ] ] ]
  },
  {
    "type": "recipe",
    "result": "cranberry_juice",
    "id_suffix": "jarred_3l",
    "byproducts": [ [ "water", 10 ], [ "juice_pulp", 24 ] ],
    "container": "jar_3l_glass_sealed",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRINKS",
    "skill_used": "cooking",
    "skills_required": [ "mechanics", 1 ],
    "difficulty": 4,
    "time": "40 m",
    "charges": 12,
    "book_learn": [ [ "preserving_juice", 2 ] ],
    "batch_time_factors": [ 80, 5 ],
    "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ],
    "components": [
      [ [ "jar_3l_glass", 1 ] ],
      [ [ "irradiated_cranberries", 36 ], [ "cranberries", 36 ] ],
      [ [ "water", 10 ], [ "water_clean", 10 ] ]
    ]
  },
  {
    "type": "recipe",
    "result": "juice",
    "id_suffix": "jarred",
    "byproducts": [ [ "water", 10 ], [ "juice_pulp", 2 ] ],
    "container": "jar_glass_sealed",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRINKS",
    "skill_used": "cooking",
    "skills_required": [ "mechanics", 1 ],
    "difficulty": 4,
    "time": "30 m",
    "charges": 2,
    "book_learn": [ [ "preserving_juice", 2 ] ],
    "batch_time_factors": [ 80, 5 ],
    "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ],
    "components": [ [ [ "jar_glass", 1 ] ], [ [ "sweet_fruit", 2, "LIST" ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ]
  },
  {
    "type": "recipe",
    "result": "juice",
    "id_suffix": "canned",
    "byproducts": [ [ "juice_pulp", 2 ] ],
    "container": "can_medium",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRINKS",
    "skill_used": "cooking",
    "difficulty": 4,
    "time": "24 m",
    "book_learn": [ [ "preserving_juice", 2 ] ],
    "contained": true,
    "batch_time_factors": [ 80, 5 ],
    "qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "HAMMER", "level": 1 }, { "id": "COOK", "level": 3 } ],
    "tools": [ [ [ "surface_heat", 10, "LIST" ] ], [ [ "can_sealer", -1 ] ], [ [ "rag", -1 ] ] ],
    "components": [ [ [ "can_medium_unsealed", 1 ] ], [ [ "scrap", 1 ] ], [ [ "sweet_fruit", 2, "LIST" ] ] ]
  },
  {
    "type": "recipe",
    "result": "juice",
    "id_suffix": "jarred_3l",
    "byproducts": [ [ "water", 10 ], [ "juice_pulp", 12 ] ],
    "container": "jar_3l_glass_sealed",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRINKS",
    "skill_used": "cooking",
    "skills_required": [ "mechanics", 1 ],
    "difficulty": 4,
    "time": "40 m",
    "charges": 12,
    "book_learn": [ [ "preserving_juice", 2 ] ],
    "batch_time_factors": [ 80, 5 ],
    "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
    "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ],
    "components": [ [ [ "jar_3l_glass", 1 ] ], [ [ "sweet_fruit", 12, "LIST" ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ]
  }
]