[
{
        "type" : "recipe",
  "result": "water_clean",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 5000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[80, 4],
  "qualities":[
    {"id":"BOIL","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 3 ],
      [ "char_smoker", 1 ],
      [ "toolset", 3 ],
      [ "coffeemaker", 3],
      [ "atomic_coffeepot", -1 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "water", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "salt",
  "id_suffix": "from_salt_water",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 90000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[80, 4],
  "qualities":[
    {"id":"BOIL","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 3 ],
      [ "char_smoker", 1 ],
      [ "toolset", 3 ],
      [ "coffeemaker", 3],
      [ "atomic_coffeepot", -1 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "salt_water", 8 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "meat_cooked",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 15000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[67, 5],
  "qualities":[
    {"id":"COOK","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 7 ],
      [ "char_smoker", 1 ],
      [ "toolset", 7 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "meat", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "fish_cooked",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 15000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[67, 5],
  "qualities":[
    {"id":"COOK","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 7 ],
      [ "char_smoker", 1 ],
      [ "toolset", 7 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "fish", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "tallow",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 10000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":2,"amount":1}
  ],
  "tools": [
    [
      [ "hotplate", 7 ],
      [ "char_smoker", 1 ],
      [ "toolset", 7 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "fat", 2 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "lard",
  "byproducts": { "id" : "cracklins", "charges_mult" : 2 },
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 10000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":2,"amount":1}
  ],
  "tools": [
    [
      [ "hotplate", 7 ],
      [ "char_smoker", 1 ],
      [ "toolset", 7 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "fat", 2 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "cooking_oil",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 10000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":2,"amount":1}
  ],
  "tools": [
    [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "plant_sac", 1 ],
      [ "seed_cotton_boll", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "rehydrated_meat",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 3000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"CONTAIN","level":1,"amount":1}
  ], "components": [
    [
      [ "dry_meat", 2 ]
    ],
    [
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "rehydrated_fish",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 3000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"CONTAIN","level":1,"amount":1}
  ], "components": [
    [
      [ "dry_fish", 2 ]
    ],
    [
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "rehydrated_hflesh",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 3000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"CONTAIN","level":1,"amount":1}
  ], "components": [
    [
      [ "dry_hflesh", 2 ]
    ],
    [
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "rehydrated_veggy",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 3000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"CONTAIN","level":1,"amount":1}
  ], "components": [
    [
      [ "dry_veggy", 2 ]
    ],
    [
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "rehydrated_fruit",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 3000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"CONTAIN","level":1,"amount":1}
  ], "components": [
    [
      [ "dry_fruit", 2 ]
    ],
    [
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "mayonnaise",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 9000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"CONTAIN","level":1,"amount":1}
  ], "components": [
    [
      [ "cooking_oil", 2 ]
    ],
    [
      [ "powder_eggs", 5 ],
      [ "egg_bird", 1 ],
      [ "egg_reptile", 1 ]
    ],
    [
      [ "lemon", 1 ],
      [ "irradiated_lemon", 1 ],
      [ "mustard", 1 ],
      [ "horseradish", 1 ],
      [ "pickle", 1],
      [ "veggy_pickled", 1],
      [ "vinegar", 1 ]
    ],
    [
      [ "salt", 1 ],
      [ "seasoning_salt", 10 ],
      [ "pepper", 15 ]
    ]

  ]
},{
        "type" : "recipe",
  "result": "meat_smoked",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 60000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[83, 3],
  "qualities" : [
     {"id":"COOK","level":1,"amount":1} ],
  "tools": [
    [
      [ "char_smoker", 2 ]
    ]
  ],
  "components": [
    [
      [ "meat", 3 ]
    ],
    [
      [ "skewer", 3 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "fish_smoked",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 60000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[83, 3],
  "qualities" : [
     {"id":"COOK","level":1,"amount":1} ],
  "tools": [
    [
      [ "char_smoker", 2 ]
    ]
  ],
  "components": [
    [
      [ "fish", 6 ]
    ],
    [
      [ "skewer", 3 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "dry_meat",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 18000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[67, 5],
  "qualities" : [
    {"id":"CUT","level":1,"amount":1}
  ],
  "tools": [
    [
      [ "dehydrator", 25 ],
      [ "char_smoker", 5 ]
    ]
  ],
  "components": [
    [
      [ "meat", 2 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "dry_fish",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 18000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[67, 5],
  "qualities" : [
    {"id":"CUT","level":1,"amount":1}
  ],
  "tools": [
    [
      [ "dehydrator", 25 ],
      [ "char_smoker", 5 ]
    ]
  ],
  "components": [
    [
      [ "fish", 2 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "dry_hflesh",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 18000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[67, 5],
  "qualities" : [
    {"id":"CUT","level":1,"amount":1}
  ],
  "tools": [
    [
      [ "dehydrator", 25 ],
      [ "char_smoker", 5 ]
    ]
  ],
  "components": [
    [
      [ "human_flesh", 2 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "dry_mushroom",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 2,
  "skills_required": [ "survival", 5 ],
  "time": 9000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[67, 5],
  "tools": [
    [
      [ "dehydrator", 20 ],
      [ "char_smoker", 4 ]
    ]
  ],
  "components": [
    [
      [ "mushroom", 4 ],
      [ "mushroom_morel", 4 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "powder_eggs",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 18000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[67, 5],
  "qualities" : [ {"id":"CUT","level":1,"amount":1} ],
  "tools": [ [ [ "dehydrator", 25 ], [ "char_smoker", 5 ] ] ],
  "components": [ [ [ "egg_bird", 12 ], [ "egg_reptile", 12 ] ] ]
},{
  "type" : "recipe",
  "result": "fish_fried",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 16000,
  "reversible": false,
  "autolearn": true,
  "note": "the cooking oil isn't supposed to be expended since you can recycle it after frying the fish",
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":2,"amount":1}
  ],
  "tools": [
    [
      [ "hotplate", 8 ],
      [ "char_smoker", 1 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ],
    [
      [ "cooking_oil", -1 ],
      [ "tallow", -1 ],
      [ "lard", -1 ]
    ]
  ],
  "components": [
    [
      [ "fish", 3 ]
    ],
    [
      [ "flour", 1 ],
      [ "cornmeal", 1 ],
      [ "bread", 1 ],
      [ "cornbread", 1 ],
      [ "hardtack", 1 ],
      [ "crackers", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "sushi_rice",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 2,
  "book_learn": [[ "cookbook_sushi", 2 ]],
  "time": 10000,
  "reversible": false,
  "autolearn": false,
  "qualities" : [
    {"id":"COOK","level":2,"amount":1},
    {"id":"CONTAIN","level":1,"amount":1}
  ],
  "tools": [
    [
      [ "hotplate", 4 ],
      [ "char_smoker", 1 ],
      [ "toolset", 4 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      [ "dry_rice", 1 ]
    ],
    [
      [ "vinegar", 1 ]
    ],
    [
      [ "sugar", 1 ],
      [ "soysauce", 1 ],
      [ "salt", 1 ],
      [ "seasoning_salt", 5 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "onigiri",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 2,
  "book_learn": [[ "cookbook_sushi", 2 ]],
  "time": 5000,
  "reversible": false,
  "autolearn": false,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"CONTAIN","level":1,"amount":1}
  ],
  "components": [
    [
      [ "sushi_rice", 1 ]
    ],
    [
      [ "lettuce", 1 ],
      [ "irradiated_lettuce", 1],
      [ "dandelion_cooked", 1 ],
      [ "veggy_wild_cooked", 1 ],
      [ "veggy_cooked", 1 ]
    ],
    [
      [ "soysauce", 1 ],
      [ "horseradish", 1 ],
      [ "salt", 1 ],
      [ "seasoning_salt", 5 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "sushi_veggyroll",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 3,
  "book_learn": [[ "cookbook_sushi", 3 ]],
  "time": 8000,
  "reversible": false,
  "autolearn": false,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"CONTAIN","level":1,"amount":1}
  ],
  "components": [
    [
      [ "sushi_rice", 1 ]
    ],
    [
      [ "cucumber", 1 ],
      [ "irradiated_cucumber", 1],
      [ "carrot", 1],
      [ "irradiated_carrot", 1],
      [ "celery", 1],
      [ "irradiated_celery", 1],
      [ "veggy_wild", 1 ],
      [ "veggy", 1 ],
      [ "rehydrated_veggy", 1 ]
    ],
    [
      [ "lettuce", 1 ],
      [ "irradiated_lettuce", 1],
      [ "dandelion_cooked", 1 ],
      [ "veggy_wild_cooked", 1 ],
      [ "veggy_cooked", 1 ]
    ],
    [
      [ "soysauce", 1 ],
      [ "horseradish", 1 ],
      [ "salt", 1 ],
      [ "seasoning_salt", 5 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "sushi_fishroll",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 3,
  "book_learn": [[ "cookbook_sushi", 3 ]],
  "time": 6000,
  "reversible": false,
  "autolearn": false,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"CONTAIN","level":1,"amount":1}
  ],
  "components": [
    [
      [ "sushi_rice", 1 ]
    ],
    [
      [ "fish", 1 ]
    ],
    [
      [ "lettuce", 1 ],
      [ "irradiated_lettuce", 1],
      [ "dandelion_cooked", 1 ],
      [ "veggy_wild_cooked", 1 ],
      [ "veggy_cooked", 1 ]
    ],
    [
      [ "soysauce", 1 ],
      [ "horseradish", 1 ],
      [ "salt", 1 ],
      [ "seasoning_salt", 5 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "sushi_meatroll",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 3,
  "book_learn": [[ "cookbook_sushi", 3 ]],
  "time": 6000,
  "reversible": false,
  "autolearn": false,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"CONTAIN","level":1,"amount":1}
  ],
  "components": [
    [
      [ "sushi_rice", 1 ]
    ],
    [
      [ "meat", 1 ]
    ],
    [
      [ "lettuce", 1 ],
      [ "irradiated_lettuce", 1],
      [ "dandelion_cooked", 1 ],
      [ "veggy_wild_cooked", 1 ],
      [ "veggy_cooked", 1 ]
    ],
    [
      [ "soysauce", 1 ],
      [ "horseradish", 1 ],
      [ "salt", 1 ],
      [ "seasoning_salt", 5 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "sashimi",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 4,
  "book_learn": [[ "cookbook_sushi", 4 ]],
  "time": 9000,
  "reversible": false,
  "autolearn": false,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"CONTAIN","level":1,"amount":1}
  ],
  "components": [
    [
      [ "fish", 2 ]
    ],
    [
      [ "cucumber", 1 ],
      [ "irradiated_cucumber", 1],
      [ "carrot", 1],
      [ "irradiated_carrot", 1],
      [ "celery", 1],
      [ "irradiated_celery", 1],
      [ "veggy_wild", 1 ],
      [ "veggy", 1 ],
      [ "rehydrated_veggy", 1 ]
    ],
    [
      [ "soysauce", 1 ],
      [ "horseradish", 1 ],
      [ "salt", 1 ],
      [ "seasoning_salt", 5 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "protein_powder",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 12000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"CHEM","level":2,"amount":1}
  ], "tools": [
    [
      [ "chemistry_set", 25 ],
      [ "hotplate", 25 ],
      [ "toolset", 25 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "dry_meat", 2 ],
      [ "dry_fish", 2 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "protein_drink",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 4000,
  "reversible": false,
  "autolearn": true,
  "components": [
    [
      [ "protein_powder", 1 ]
    ],
    [
      [ "water_clean", 1 ]
    ]
  ]
},{
  "type" : "recipe",
  "result": "protein_shake",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 4000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1}
  ],
  "components": [
    [
      [ "protein_powder", 1 ]
    ],
    [
      [ "water_clean", 1 ]
    ],
    [
      ["apple", 1],
      ["apricot", 1],
      ["banana", 1],
      ["blackberries", 1],
      ["blueberries", 1],
      ["cherries", 1],
      ["coconut", 1],
      ["cranberries", 1],
      ["dry_fruit", 1],
      ["grapefruit", 1],
      ["grapes", 1],
      ["irradiated_apple", 1],
      ["irradiated_apricot", 1],
      ["irradiated_banana", 1],
      ["irradiated_blackberries", 1],
      ["irradiated_blueberries", 1],
      ["irradiated_cherries", 1],
      ["irradiated_cranberries", 1],
      ["irradiated_grapefruit", 1],
      ["irradiated_grapes", 1],
      ["irradiated_kiwi", 1],
      ["irradiated_lemon", 1],
      ["irradiated_mango", 1],
      ["irradiated_melon", 1],
      ["irradiated_orange", 1],
      ["irradiated_papaya", 1],
      ["irradiated_peach", 1],
      ["irradiated_pear", 1],
      ["irradiated_pineapple", 1],
      ["irradiated_plums", 1],
      ["irradiated_pomegranate", 1],
      ["irradiated_raspberries", 1],
      ["irradiated_strawberries", 1],
      ["irradiated_watermelon", 1],
      ["juice_pulp", 2],
      ["kiwi", 1],
      ["lemon", 1],
      ["mango", 1],
      ["melon", 1],
      ["orange", 1],
      ["papaya", 1],
      ["peach", 1],
      ["pear", 1],
      ["pineapple", 1],
      ["plums", 1],
      ["pomegranate", 1],
      ["raspberries", 1],
      ["rehydrated_fruit", 1],
      ["strawberries", 1],
      ["watermelon", 1]
    ]
  ]
},{
        "type" : "recipe",
  "result": "dry_veggy",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 18000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1}
  ],
  "tools": [
    [
      [ "dehydrator", 25 ],
      [ "char_smoker", 5 ]
    ]
  ],
  "components": [
    [
      [ "broccoli", 2 ],
      [ "tomato", 2 ],
      [ "zucchini", 2 ],
      [ "potato_raw", 2 ],
      [ "onion", 2 ],
      [ "carrot", 2 ],
      [ "veggy", 2 ],
      [ "veggy_wild", 2 ],
      [ "plant_sac", 6 ],
      [ "dandelion_cooked", 2 ],
      [ "wild_herbs", 40 ]
    ]
  ]
},{
  "type" : "recipe",
  "result": "dry_fruit",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 18000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1}
  ],
  "tools": [
    [
      [ "dehydrator", 25 ],
      [ "char_smoker", 5 ]
    ]
  ],
  "components": [
    [
      ["apple", 2],
      ["apricot", 2],
      ["banana", 2],
      ["blackberries", 2],
      ["blueberries", 2],
      ["cherries", 2],
      ["coconut", 2],
      ["cranberries", 2],
      ["grapes", 2],
      ["kiwi", 2],
      ["lemon", 2],
      ["mango", 2],
      ["orange", 2],
      ["papaya", 2],
      ["peach", 2],
      ["pear", 2],
      ["pineapple", 2],
      ["plums", 2],
      ["pomegranate", 2],
      ["raspberries", 2],
      ["strawberries", 2],
      ["rhubarb", 2]
    ]
  ]
},{
        "type" : "recipe",
  "result": "sausage",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 60000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[83, 3],
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":1,"amount":1}
  ],
  "tools" : [
    [
      [ "char_smoker", 2 ]
    ]
  ],
  "components": [
    [
      [ "meat", 3 ]
    ],
    [
      [ "fat", 3 ],
      [ "tallow", 3 ],
      [ "lard", 3 ]
    ],
    [
      [ "salt", 1 ],
      [ "soysauce", 1 ],
      [ "seasoning_italian", 10 ],
      [ "wild_herbs", 10 ],
      [ "seasoning_salt", 10 ],
      [ "pepper", 10 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "bologna",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 60000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[83, 3],
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":1,"amount":1}
  ],
  "tools" : [
    [
      [ "char_smoker", 2 ]
    ]
  ],
  "components": [
    [
      [ "meat", 8 ]
    ],
    [
      [ "salt", 1 ],
      [ "soysauce", 1 ],
      [ "seasoning_italian", 10 ],
      [ "wild_herbs", 10 ],
      [ "seasoning_salt", 10 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "hfleshbologna",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 60000,
  "reversible": false,
  "autolearn": false,
  "batch_time_factors":[83, 3],
  "book_learn": [[ "cookbook_human", 4 ]],
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":1,"amount":1}
  ],
  "tools" : [
    [
      [ "char_smoker", 2 ]
    ]
  ],
  "components": [
    [
      [ "human_flesh", 8 ]
    ],
    [
      [ "salt", 1 ],
      [ "soysauce", 1 ],
      [ "seasoning_italian", 10 ],
      [ "wild_herbs", 10 ],
      [ "seasoning_salt", 10 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "human_cooked",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 15000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[67, 5],
  "qualities":[
    {"id":"COOK","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 7 ],
      [ "char_smoker", 1 ],
      [ "toolset", 7 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "human_flesh", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "human_smoked",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 60000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[83, 3],
  "qualities" : [
     {"id":"COOK","level":1,"amount":1} ],
  "tools": [
    [
      [ "char_smoker", 2 ]
    ]
  ],
  "components": [
    [
      [ "human_flesh", 3 ]
    ],
    [
      [ "skewer", 3 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "mannwurst",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 60000,
  "reversible": false,
  "autolearn": false,
  "batch_time_factors":[83, 3],
  "book_learn": [[ "cookbook_human", 4 ]],
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":1,"amount":1}
  ],
  "tools" : [
    [
      [ "char_smoker", 2 ]
    ]
  ],
  "components": [
    [
      [ "human_flesh", 3 ]
    ],
    [
      [ "fat", 3 ],
      [ "tallow", 3 ],
      [ "lard", 3 ]
    ],
    [
      [ "salt", 1 ],
      [ "soysauce", 1 ],
      [ "seasoning_italian", 10 ],
      [ "wild_herbs", 10 ],
      [ "seasoning_salt", 10 ],
      [ "pepper", 10 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "dogfood",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 10000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 6 ],
      [ "char_smoker", 1 ],
      [ "toolset", 6 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "meat", 1 ],
      [ "fish", 1 ]
    ],
    [
      [ "veggy", 1 ],
      [ "veggy_wild", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "catfood",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 10000,
  "reversible": false,
  "autolearn": true,
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
     {"id":"COOK","level":2,"amount":1}
  ],
  "tools": [
    [
      [ "hotplate", 6 ],
      [ "char_smoker", 1 ],
      [ "toolset", 6 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "meat", 2 ],
      [ "fish", 2 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "veggy_cooked",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 4000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 5 ],
      [ "char_smoker", 1 ],
      [ "toolset", 5 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "veggy", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "veggy_wild_cooked",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 4000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 5 ],
      [ "char_smoker", 1 ],
      [ "toolset", 5 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "veggy_wild", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "morel_cooked",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 1,
  "skills_required": [ "survival", 1 ],
  "time": 4000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 5 ],
      [ "char_smoker", 1 ],
      [ "toolset", 5 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      [ "mushroom_morel", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "morel_fried",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 8000,
  "reversible": false,
  "autolearn": true,
   "note": "the cooking oil isn't supposed to be expended since you can recycle it after frying the morel",
  "qualities" : [
    {"id":"COOK","level":2,"amount":1}
  ],
  "tools": [
    [
      [ "hotplate", 8 ],
      [ "char_smoker", 1 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ],
    [
      [ "cooking_oil", -1 ],
      [ "tallow", -1 ],
      [ "lard", -1 ]
    ]
  ],
  "components": [
    [
      [ "mushroom_morel", 1 ]
    ],
    [
      [ "flour", 1 ],
      [ "cornmeal", 1 ],
      [ "bread", 1 ],
      [ "cornbread", 1 ],
      [ "hardtack", 1 ],
      [ "crackers", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "dahlia_baked",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 12000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [["pocket_survival", 1] , ["survival_book", 1] , ["textbook_survival", 1] ,
  ["manual_survival", 1], ["survival_book", 1]],
  "qualities":[
    {"id":"COOK","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 5 ],
      [ "char_smoker", 1 ],
      [ "toolset", 5 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "dahlia_root", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "dandelion_cooked",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 2,
  "skills_required": [ "survival", 2 ],
  "time": 6000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1},
    {"id":"CUT","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 5 ],
      [ "char_smoker", 1 ],
      [ "toolset", 5 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "raw_dandelion", 2 ]
    ],
    [
      [ "water", 2 ],
      [ "water_clean", 2 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "dandelion_fried",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 3,
  "skills_required": [ "survival", 2 ],
  "time": 8000,
  "reversible": false,
  "autolearn": true,
   "note": "the cooking oil isn't supposed to be expended since you can recycle it after frying the dandelions",
  "qualities" : [
    {"id":"COOK","level":2,"amount":1},
    {"id":"CUT","level":1,"amount":1}
  ],
  "tools": [
    [
      [ "hotplate", 8 ],
      [ "char_smoker", 1 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ],
    [
      [ "cooking_oil", -1 ],
      [ "tallow", -1 ],
      [ "lard", -1 ]
    ]
  ],
  "components": [
    [
      [ "raw_dandelion", 2 ]
    ],
    [
      [ "flour", 1 ],
      [ "cornmeal", 1 ],
      [ "bread", 1 ],
      [ "cornbread", 1 ],
      [ "hardtack", 1 ],
      [ "crackers", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "acorns_cooked",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 3,
  "skills_required": [ "survival", 2 ],
  "time": 24000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1},
    {"id":"CUT","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 5 ],
      [ "char_smoker", 1 ],
      [ "toolset", 5 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "acorns", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "spaghetti_cooked",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_PASTA",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 10000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 4 ],
      [ "char_smoker", 1 ],
      [ "toolset", 4 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "spaghetti_raw", 1 ],
      [ "macaroni_raw", 1],
      [ "noodles_fast", 1]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "cooked_burrito",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 2500,
  "reversible": false,
  "autolearn": true,
  "tools": [
    [
      [ "hotplate", 3 ],
      [ "char_smoker", 1 ],
      [ "toolset", 3 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "frozen_burrito", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "cooked_dinner",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 5000,
  "reversible": false,
  "autolearn": true,
  "tools": [
    [
      [ "hotplate", 3 ],
      [ "char_smoker", 1 ],
      [ "toolset", 3 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "frozen_dinner", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "macaroni_cooked",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_PASTA",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 10000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 4 ],
      [ "char_smoker", 1 ],
      [ "toolset", 4 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "spaghetti_raw", 1 ],
      [ "macaroni_raw", 1],
      [ "noodles_fast", 1]
    ],
    [
      [ "cheese", 1 ],
      [ "can_cheese", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "macaroni_helper",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 10000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 4 ],
      [ "char_smoker", 1 ],
      [ "toolset", 4 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "spaghetti_raw", 1 ],
      [ "macaroni_raw", 1],
      [ "noodles_fast", 1]
    ],
    [
      [ "meat", 1 ],
      [ "dry_meat", 2],
      [ "rehydrated_meat", 2],
      [ "fish", 1 ],
      [ "dry_fish", 2],
      [ "rehydrated_fish", 2]
    ],
    [
      [ "cheese", 1 ],
      [ "can_cheese", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "hobo_helper",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 10000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [[ "cookbook_human", 1 ]],
  "qualities":[
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 4 ],
      [ "char_smoker", 1 ],
      [ "toolset", 4 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "spaghetti_raw", 1 ],
      [ "macaroni_raw", 1],
      [ "noodles_fast", 1]
    ],
    [
      [ "human_flesh", 1 ],
      [ "dry_hflesh", 2],
      [ "rehydrated_hflesh", 2]
    ],
    [
      [ "cheese", 1 ],
      [ "can_cheese", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "potato_baked",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 15000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 3 ],
      [ "char_smoker", 1 ],
      [ "toolset", 3 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "potato_raw", 1 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "chips2",
   "category": "CC_FOOD",
   "subcategory": "CSC_FOOD_SNACK",
   "skill_used": "cooking",
   "difficulty": 1,
   "time": 20000,
   "reversible": false,
   "autolearn": true,
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
     {"id":"COOK","level":2,"amount":1}
  ],
   "tools": [
    [
      [ "hotplate", 3 ],
      [ "char_smoker", 1 ],
      [ "toolset", 3 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "potato_raw", 1 ],
      [ "potato_irradiated", 1]
    ],
    [
      [ "salt", 1 ],
      [ "seasoning_salt", 10 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "nachos",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_SNACK",
   "skill_used": "cooking",
   "difficulty": 1,
   "time": 20000,
   "reversible": false,
   "autolearn": true,
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
     {"id":"COOK","level":2,"amount":1}
  ],
   "tools": [
    [
      [ "hotplate", 3 ],
      [ "char_smoker", 1 ],
      [ "toolset", 3 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "cornmeal", 1 ]
    ],
    [
      [ "salt", 2 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "nachosc",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_SNACK",
   "skill_used": "cooking",
   "difficulty": 0,
   "time": 20000,
   "reversible": false,
   "autolearn": true,
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
     {"id":"COOK","level":2,"amount":1}
  ],
   "tools": [
    [
      [ "hotplate", 3 ],
      [ "char_smoker", 1 ],
      [ "toolset", 3 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "cheese", 1 ],
      [ "can_cheese", 1]
    ],
    [
      [ "nachos", 3 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "nachosm",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_SNACK",
   "skill_used": "cooking",
   "difficulty": 0,
   "time": 20000,
   "reversible": false,
   "autolearn": true,
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":2,"amount":1}
  ],
   "tools": [
    [
      [ "hotplate", 3 ],
      [ "char_smoker", 1 ],
      [ "toolset", 3 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "meat", 1 ],
      [ "dry_meat", 2],
      [ "rehydrated_meat", 2]
    ],
    [
      [ "nachos", 3 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "nachosmc",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_SNACK",
   "skill_used": "cooking",
   "difficulty": 0,
   "time": 20000,
   "reversible": false,
   "autolearn": true,
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":2,"amount":1}
  ],
   "tools": [
    [
      [ "hotplate", 3 ],
      [ "char_smoker", 1 ],
      [ "toolset", 3 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "meat", 1 ],
      [ "dry_meat", 2],
      [ "rehydrated_meat", 2]
    ],
    [
      [ "cheese", 1 ],
      [ "can_cheese", 1]
    ],
    [
      [ "nachos", 3 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "nachoshf",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_SNACK",
   "skill_used": "cooking",
   "difficulty": 0,
   "time": 20000,
   "reversible": false,
   "autolearn": false,
  "book_learn": [[ "cookbook_human", 0 ]],
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":2,"amount":1}
  ],
   "tools": [
    [
      [ "hotplate", 3 ],
      [ "char_smoker", 1 ],
      [ "toolset", 3 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "human_flesh", 1 ],
      [ "dry_hflesh", 2],
      [ "rehydrated_hflesh", 2]
    ],
    [
      [ "nachos", 3 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "nachoshc",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_SNACK",
   "skill_used": "cooking",
   "difficulty": 0,
   "time": 20000,
   "reversible": false,
   "autolearn": false,
  "book_learn": [[ "cookbook_human", 0 ]],
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 3 ],
      [ "char_smoker", 1 ],
      [ "toolset", 3 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "human_flesh", 1 ],
      [ "dry_hflesh", 2],
      [ "rehydrated_hflesh", 2]
    ],
    [
      [ "cheese", 1 ],
      [ "can_cheese", 1]
    ],
    [
      [ "nachos", 3 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "cheese_fries",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_SNACK",
   "skill_used": "cooking",
   "difficulty": 0,
   "time": 10000,
   "reversible": false,
   "autolearn": true,
   "qualities" : [
     {"id":"CUT","level":1,"amount":1}
   ],
   "tools": [
    [
      [ "hotplate", 3 ],
      [ "char_smoker", 1 ],
      [ "toolset", 3 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "cheese", 1 ],
      [ "can_cheese", 1]
    ],
    [
      [ "fries", 3 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "popcorn",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_SNACK",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 3000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
      [
        [ "hotplate", 2 ],
        [ "char_smoker", 1 ],
        [ "toolset", 2 ],
        [ "fire", -1 ]
      ]
    ],
  "components": [
      [
        [ "kernels", 1 ]
      ]
  ]
},{
        "type" : "recipe",
  "result": "popcorn2",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_SNACK",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 300,
  "reversible": false,
  "autolearn": true,
  "tools": [],
  "components": [
      [
          [ "popcorn", 3 ]
      ],
      [
          [ "salt", 1 ],
          [ "seasoning_salt", 10 ]
      ]
  ]
},{
        "type" : "recipe",
  "result": "tea",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 10000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[80, 4],
  "qualities":[
    {"id":"BOIL","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "atomic_coffeepot", -1 ],
      [ "fire", -1 ],
      [ "coffeemaker", 2]
    ]
  ],
  "components": [
    [
      [ "tea_raw", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "herbal_tea",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 10000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[80, 4],
  "qualities":[
    {"id":"BOIL","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "atomic_coffeepot", -1 ],
      [ "fire", -1 ],
      [ "coffeemaker", 2]
    ]
  ],
  "components": [
    [
      [ "wild_herbs", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "pine_tea",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 2,
  "skills_required": [ "survival", 2 ],
  "time": 10000,
  "reversible": false,
  "autolearn": false,
  "batch_time_factors":[80, 4],
  "book_learn": [["pocket_survival", 1] , ["survival_book", 1] , ["textbook_survival", 1] ,
  ["manual_survival", 1], ["mag_survival", 1] , ["family_cookbook", 1]],
  "qualities":[
     {"id":"CUT","level":1,"amount":1},
    {"id":"BOIL","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "atomic_coffeepot", -1 ],
      [ "fire", -1 ],
      [ "coffeemaker", 2]
    ]
  ],
  "components": [
    [
      [ "pine_bough", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "dandelion_tea",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 12000,
  "reversible": false,
  "autolearn": false,
  "batch_time_factors":[80, 4],
  "book_learn": [["pocket_survival", 1] , ["survival_book", 1] , ["textbook_survival", 1] ,
  ["manual_survival", 1], ["mag_survival", 1] , ["family_cookbook", 1]],
  "qualities":[
    {"id":"BOIL","level":1,"amount":1},
    {"id":"CUT","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "atomic_coffeepot", -1 ],
      [ "fire", -1 ],
      [ "coffeemaker", 2]
    ]
  ],
  "components": [
    [
      [ "raw_dandelion", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "kompot",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 30000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      ["apple", 4],
      ["apple_canned", 4],
      ["apple_vac", 4],
      ["apricot", 4],
      ["blackberries", 4],
      ["blueberries", 4],
      ["cherries", 4],
      ["cranberries", 4],
      ["grapefruit", 4],
      ["grapes", 4],
      ["irradiated_apple", 4],
      ["irradiated_apricot", 4],
      ["irradiated_banana", 4],
      ["irradiated_blackberries", 4],
      ["irradiated_blueberries", 4],
      ["irradiated_cherries", 4],
      ["irradiated_cranberries", 4],
      ["irradiated_grapefruit", 4],
      ["irradiated_grapes", 4],
      ["irradiated_kiwi", 4],
      ["irradiated_lemon", 4],
      ["irradiated_mango", 4],
      ["irradiated_melon", 4],
      ["irradiated_orange", 4],
      ["irradiated_papaya", 4],
      ["irradiated_peach", 4],
      ["irradiated_pear", 4],
      ["irradiated_pineapple", 4],
      ["irradiated_plums", 4],
      ["irradiated_pomegranate", 4],
      ["irradiated_raspberries", 4],
      ["irradiated_rhubarb", 4],
      ["irradiated_strawberries", 4],
      ["irradiated_watermelon", 4],
      ["lemon", 4],
      ["mango", 4],
      ["melon", 4],
      ["orange", 4],
      ["peach", 4],
      ["pear", 4],
      ["pineapple", 4],
      ["plums", 4],
      ["pomegranate", 4],
      ["raspberries", 4],
      ["rhubarb", 4],
      ["strawberries", 4]
    ],
    [
      [ "sugar", 1 ]
    ],
    [
      [ "water", 12 ],
      [ "water_clean", 12 ]
    ]
  ]
},{
  "type" : "recipe",
  "result": "strawberries_cooked",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 5000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      ["hotplate", 2],
      [ "char_smoker", 1 ],
      ["toolset", 2],
      ["fire", -1]
    ]
  ],
  "components": [
    [
      ["strawberries", 1]
    ]
  ]
},{
        "type" : "recipe",
  "result": "blueberries_cooked",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 5000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      ["hotplate", 2],
      [ "char_smoker", 1 ],
      ["toolset", 2],
      ["fire", -1]
    ]
  ],
  "components": [
    [
       ["blueberries", 1]
    ]
  ]
},{
        "type" : "recipe",
  "result": "jam_strawberries",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 30000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      ["hotplate", 2],
      [ "char_smoker", 1 ],
      ["toolset", 2],
      ["fire", -1]
    ]
  ],
  "components": [
    [
      ["strawberries", 1]
    ],
    [
      ["sugar", 1]
    ]
  ]
},{
        "type" : "recipe",
  "result": "jam_blueberries",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 30000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      ["hotplate", 2],
      [ "char_smoker", 1 ],
      ["toolset", 2],
      ["fire", -1]
    ]
  ],
  "components": [
    [
      ["blueberries", 1]
    ],
    [
      ["sugar", 1]
    ]
  ]
},{
        "type" : "recipe",
  "result": "coffee",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 10000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[80, 4],
  "qualities":[
    {"id":"BOIL","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "atomic_coffeepot", -1 ],
      [ "coffeemaker", 2],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "coffee_raw", 1 ],
      [ "coffee_syrup", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "atomic_coffee",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 6000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[80, 4],
  "tools": [
    [
      [ "atomic_coffeepot", -1 ]
    ]
  ],
  "components": [
    [
      [ "coffee_raw", 1 ],
      [ "coffee_syrup", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "milk",
  "id_suffix": "from powder",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 1000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"CONTAIN","level":1,"amount":1}
  ], "components": [
    [
      [ "milk_powder", 1 ]
    ],
    [
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "coffee_syrup",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 12000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "coffee_raw", 1 ]
    ],
    [
      [ "sugar", 1 ],
      [ "honeycomb", 1 ],
      [ "honey_bottled", 1],
      [ "honey_glassed", 1]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "oj",
  "byproducts": "juice_pulp",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 5000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"HAMMER","level":1,"amount":1}
  ], "components": [
    [
      [ "irradiated_orange", 2 ],
      [ "orange", 2 ]
    ],
    [
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "apple_cider",
  "byproducts": "juice_pulp",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 7000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"HAMMER","level":1,"amount":1}
  ], "components": [
    [
      [ "irradiated_apple", 3 ],
      [ "apple", 3 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "lemonade",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 5000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"HAMMER","level":1,"amount":1}
  ], "components": [
    [
      [ "irradiated_lemon", 2 ],
      [ "lemon", 2 ]
    ],
    [
      [ "sugar", 1 ]
    ],
    [
      [ "water_clean", 1 ]
    ]
  ]
},{
  "type" : "recipe",
  "result": "spezi",
  "result_mult": 2,
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 7000,
  "reversible": false,
  "autolearn": true,
  "components": [
    [
      [ "orangesoda", 1 ]
    ],
    [
      [ "cola", 1 ]
    ]
  ]
},{
  "type" : "recipe",
  "result": "crispycran",
  "result_mult": 2,
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 7000,
  "reversible": false,
  "autolearn": true,
  "components": [
    [
      [ "lemonlime", 1 ]
    ],
    [
      [ "cranberry_juice", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "irish_coffee",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 7000,
  "reversible": false,
  "autolearn": true,
  "components": [
    [
      [ "whiskey", 1 ],
      [ "single_malt_whiskey", 1 ]
    ],
    [
      [ "coffee_syrup", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "long_island",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 7000,
  "reversible": false,
  "autolearn": true,
  "components": [
    [
      [ "cola", 1 ]
    ],
    [
      [ "vodka", 1 ]
    ],
    [
      [ "gin", 1 ]
    ],
    [
      [ "rum", 1 ]
    ],
    [
      [ "tequila", 1 ]
    ],
    [
      [ "triple_sec", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "drink_screwdriver",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 7000,
  "reversible": false,
  "autolearn": true,
  "components": [
    [
      [ "oj", 1 ]
    ],
    [
      [ "vodka", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "drink_wild_apple",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 7000,
  "reversible": false,
  "autolearn": true,
  "components": [
    [
      [ "apple_cider", 1 ]
    ],
    [
      [ "vodka", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "drink_rumcola",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 7000,
  "reversible": false,
  "autolearn": true,
  "components": [
    [
      [ "rum", 1 ]
    ],
    [
      [ "cola", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "meat_aspic",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 40000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[50, 5],
  "qualities" : [
     {"id":"COOK","level":2,"amount":1} ],
  "tools": [
    [
      [ "hotplate", 7 ],
      [ "char_smoker", 1 ],
      [ "toolset", 7 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "bone", 4 ]
    ],
    [
        [ "meat", 1 ],
        [ "fish", 1 ],
        [ "can_tuna", 1 ],
        [ "can_sardine", 1 ],
        [ "veggy_wild", 1 ],
        [ "zucchini", 1],
        [ "can_tomato", 1 ],
        [ "tomato", 1]

    ],
    [
        [ "water_clean", 1],
        [ "water", 1]
    ]
  ]
},{
        "type" : "recipe",
  "result": "jerky",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 60000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[83, 5],
  "tools": [
    [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "salt_water", 1 ],
      [ "salt", 1 ],
      [ "soysauce", 1 ],
      [ "seasoning_salt", 5 ],
      [ "pepper", 10 ]
    ],
    [
      [ "meat", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "salted_fish",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 30000,
  "batch_time_factors":[83, 5],
  "reversible": false,
  "autolearn": true,
  "tools": [
    [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "salt_water", 1 ],
      [ "salt", 1 ],
      [ "soysauce", 1 ],
      [ "seasoning_salt", 5 ],
      [ "pepper", 10 ]
    ],
    [
      [ "fish", 2 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "jerky_human",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 30000,
  "batch_time_factors":[83, 5],
  "reversible": false,
  "autolearn": false,
  "book_learn": [[ "cookbook_human", 3 ]],
  "tools": [
    [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "salt_water", 1 ],
      [ "salt", 1 ],
      [ "soysauce", 1 ],
      [ "seasoning_salt", 5 ],
      [ "pepper", 10 ]
    ],
    [
      [ "human_flesh", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "cracklins",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 10000,
  "reversible": false,
  "autolearn": true,
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
     {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "fat", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "pemmican",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 5,
  "time": 45000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1}
  ],
  "tools": [
    [
      [ "hotplate", 20 ],
      [ "char_smoker", 2 ],
      [ "toolset", 20 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "tallow", 2 ],
      [ "lard", 2 ]
    ],
    [
      [ "jerky", 6 ],
      [ "dry_meat", 4 ],
      [ "meat_smoked", 2 ],
      [ "dry_fish", 9 ],
      [ "salted_fish", 6 ],
      [ "fish_smoked", 3 ]
    ],
    [
      [ "dry_veggy", 2 ],
      [ "dry_fruit", 2 ],
      [ "dry_mushroom", 2 ],
      [ "juice_pulp", 4 ],
      [ "strawberries", 1 ],
      [ "blueberries", 1 ],
      [ "cherries", 1 ],
      [ "cranberries", 1 ],
      [ "raspberries", 1 ],
      [ "blackberries", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "V8",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 5000,
  "reversible": false,
  "autolearn": true,
  "components": [
    [
      [ "irradiated_tomato", 1 ],
      [ "can_tomato", 1 ],
      [ "tomato", 1 ]
    ],
    [
      [ "irradiated_broccoli", 1 ],
      [ "broccoli", 1 ]
    ],
    [
      [ "irradiated_zucchini", 1 ],
      [ "zucchini", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "broth",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 20000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[80, 4],
  "qualities":[
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 5 ],
      [ "char_smoker", 1 ],
      [ "toolset", 5 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      [ "irradiated_broccoli", 1 ],
      [ "broccoli", 1 ],
      [ "irradiated_tomato", 1 ],
      [ "can_tomato", 1 ],
      [ "tomato", 1 ],
      [ "irradiated_zucchini", 1 ],
      [ "zucchini", 1 ],
      [ "veggy", 1 ],
      [ "veggy_wild", 1 ],
      [ "seasoning_italian", 15 ],
      [ "wild_herbs", 15 ],
      [ "seasoning_salt", 15 ],
      [ "soysauce", 2 ],
      [ "pepper", 20 ],
      [ "powder_eggs", 5 ],
      [ "egg_bird", 1 ],
      [ "egg_reptile", 1 ],
      [ "dry_veggy", 1 ],
      [ "dandelion_cooked", 1 ],
      [ "dry_mushroom", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "broth_bone",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 60000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[80, 4],
  "qualities":[
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 6 ],
      [ "char_smoker", 1 ],
      [ "toolset", 6 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "bone", 10 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "soup_veggy",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 20000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[80, 4],
  "qualities":[
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 5 ],
      [ "char_smoker", 1 ],
      [ "toolset", 5 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "broth", 1 ]
    ],
    [
      [ "spaghetti_raw", 1 ],
      [ "macaroni_raw", 1],
      [ "noodles_fast", 1],
      [ "potato_irradiated", 1],
      [ "potato_raw", 1 ],
      [ "powder_eggs", 5 ],
      [ "egg_bird", 1 ],
      [ "egg_reptile", 1 ],
      [ "dry_beans", 1 ],
      [ "dry_rice", 1 ],
      [ "dandelion_cooked", 1 ],
      [ "acorns_cooked", 1 ]
    ],
    [
      [ "irradiated_tomato", 2 ],
      [ "can_tomato", 2 ],
      [ "tomato", 2 ],
      [ "irradiated_broccoli", 2 ],
      [ "broccoli", 2 ],
      [ "irradiated_zucchini", 2 ],
      [ "zucchini", 2 ],
      [ "potato_raw", 2 ],
      [ "onion", 2 ],
      [ "carrot", 2 ],
      [ "veggy", 2 ],
      [ "veggy_wild", 2 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "soup_meat",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 20000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[80, 4],
  "qualities":[
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 5 ],
      [ "char_smoker", 1 ],
      [ "toolset", 5 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "broth", 1 ],
      [ "broth_bone", 1]
    ],
    [
      [ "spaghetti_raw", 1 ],
      [ "macaroni_raw", 1],
      [ "noodles_fast", 1],
      [ "potato_irradiated", 1],
      [ "potato_raw", 1 ],
      [ "powder_eggs", 5 ],
      [ "egg_bird", 1 ],
      [ "egg_reptile", 1 ],
      [ "dry_beans", 1 ],
      [ "dry_rice", 1 ],
      [ "dandelion_cooked", 1 ],
      [ "acorns_cooked", 1 ]
    ],
    [
      [ "meat", 2 ],
      [ "dry_meat", 2]
    ]
  ]
},{
        "type" : "recipe",
  "result": "soup_fish",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 20000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[80, 4],
  "qualities":[
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 5 ],
      [ "char_smoker", 1 ],
      [ "toolset", 5 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "broth", 1 ],
      [ "broth_bone", 1]
    ],
    [
      [ "spaghetti_raw", 1 ],
      [ "macaroni_raw", 1],
      [ "noodles_fast", 1],
      [ "potato_irradiated", 1],
      [ "potato_raw", 1 ],
      [ "corn", 1 ],
      [ "can_corn", 1 ],
      [ "onion", 1 ],
      [ "carrot", 1 ],
      [ "veggy_wild", 1 ],
      [ "veggy", 1 ],
      [ "dry_veggy", 1 ],
      [ "con_milk", 1 ],
      [ "bread", 1 ],
      [ "hardtack", 1 ],
      [ "flour", 1 ],
      [ "cornmeal", 1 ],
      [ "milk_powder", 1 ],
      [ "crackers", 2 ],
      [ "powder_eggs", 5 ],
      [ "egg_bird", 1 ],
      [ "egg_reptile", 1 ],
      [ "dry_beans", 1 ],
      [ "dry_rice", 1 ],
      [ "dandelion_cooked", 1 ],
      [ "dry_mushroom", 1 ],
      [ "acorns_cooked", 1 ]
    ],
    [
      [ "fish", 2 ],
      [ "dry_fish", 2],
      [ "salted_fish", 3 ],
      [ "fish_smoked", 2],
      [ "fish_pickled", 1 ],
      [ "fish_vac", 2 ],
      [ "fish_canned", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "soup_woods",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 20000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[80, 4],
  "qualities":[
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 5 ],
      [ "char_smoker", 1 ],
      [ "toolset", 5 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "broth", 1 ],
      [ "broth_bone", 1 ],
      [ "pine_tea", 1 ]
    ],
    [
      [ "meat", 1 ],
      [ "meat_smoked", 1 ],
      [ "dry_meat", 1 ],
      [ "rehydrated_meat", 1 ],
      [ "fish", 1 ],
      [ "fish_smoked", 1 ],
      [ "dry_fish", 1 ],
      [ "rehydrated_fish", 1 ],
      [ "sausage", 1 ],
      [ "bacon", 1 ],
      [ "powder_eggs", 10 ],
      [ "egg_bird", 2 ],
      [ "egg_reptile", 2 ],
      [ "dry_mushroom", 2 ]
    ],
    [
      [ "veggy_wild", 1 ],
      [ "veggy", 1 ],
      [ "rehydrated_veggy", 1 ],
      [ "dry_veggy", 1 ],
      [ "dry_beans", 1 ],
      [ "dry_rice", 1 ],
      [ "dandelion_cooked", 1 ],
      [ "acorns_cooked", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "soup_human",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 20000,
  "reversible": false,
  "autolearn": false,
  "batch_time_factors":[80, 4],
  "book_learn": [[ "cookbook_human", 2 ]],
  "qualities":[
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 5 ],
      [ "char_smoker", 1 ],
      [ "toolset", 5 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "broth", 1 ],
      [ "broth_bone", 1]
    ],
    [
      [ "spaghetti_raw", 1 ],
      [ "macaroni_raw", 1],
      [ "noodles_fast", 1],
      [ "potato_irradiated", 1],
      [ "potato_raw", 1 ],
      [ "powder_eggs", 5 ],
      [ "egg_bird", 1 ],
      [ "egg_reptile", 1 ],
      [ "dry_beans", 1 ],
      [ "dry_rice", 1 ],
      [ "acorns_cooked", 1 ]
    ],
    [
      [ "human_flesh", 2 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "can_chowder",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 10000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 5 ],
      [ "char_smoker", 1 ],
      [ "toolset", 5 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "can_clams", 1 ]
    ],
    [
      [ "potato_irradiated", 1 ],
      [ "potato_raw", 1 ],
      [ "meat_smoked", 1 ],
      [ "dry_meat", 1 ],
      [ "rehydrated_meat", 1 ],
      [ "sausage", 1 ],
      [ "bacon", 1 ],
      [ "irradiated_onion", 1 ],
      [ "onion", 1 ]
    ],
    [
      [ "milk", 1 ],
      [ "con_milk", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "brownie_weed",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_BREAD",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 20000,
  "reversible": false,
  "autolearn": true,
  "qualities": [
  {"id":"COOK","level":3,"amount":1} ],
  "tools": [
    [
      [ "hotplate", 8 ],
      [ "char_smoker", 1 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [ [ "flour", 3 ] ],
    [ [ "water", 2 ], [ "water_clean", 2 ] ],
    [ [ "chocolate", 1] ],
    [ [ "powder_eggs", 1] ],
    [ [ "weed", 5] ]
  ]
},{
        "type" : "recipe",
  "result": "bread",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_BREAD",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 20000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 8 ],
      [ "char_smoker", 1 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "flour", 3 ]
    ],
    [
      [ "yeast", 1 ]
    ],
    [
      [ "water", 2 ],
      [ "water_clean", 2 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "beet_syrup",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 20000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1},
    {"id":"CUT","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 8 ],
      [ "char_smoker", 1 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "sugar_beet", 4 ]
    ],
    [
      [ "water_clean", 1 ],
      [ "water", 1 ]
    ]
  ]
},
{
        "type" : "recipe",
  "result": "cornbread",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_BREAD",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 18000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 8 ],
      [ "char_smoker", 1 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "cornmeal", 3 ]
    ],
    [
      [ "water", 2 ],
      [ "water_clean", 2 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "hardtack",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_BREAD",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 90000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 16 ],
      [ "char_smoker", 1 ],
      [ "toolset", 16 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "flour", 2 ]
    ],
    [
      [ "salt", 1 ],
      [ "soysauce", 1 ],
      [ "seasoning_salt", 10 ]
    ],
    [
      [ "water", 2 ],
      [ "water_clean", 2 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "biscuit",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_BREAD",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 20000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 8 ],
      [ "char_smoker", 1 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "flour", 2 ]
    ],
    [
      [ "milk", 1 ],
      [ "con_milk", 1 ],
      [ "can_coconut", 1 ],
      [ "cooking_oil", 1 ],
      [ "tallow", 1 ],
      [ "lard", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "johnnycake",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_BREAD",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 14000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
     {"id":"COOK","level":2,"amount":1} ],
  "tools": [
    [
      [ "hotplate", 8 ],
      [ "char_smoker", 1 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "cooking_oil", 1 ],
      [ "tallow", 1 ],
      [ "lard", 1 ]
    ],
    [
      [ "cornmeal", 1 ],
      [ "flour", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "beans_cooked",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 6000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "dry_beans", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "deluxe_beans",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 6000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1},
    {"id":"CUT","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "can_beans", 1 ],
      [ "beans_cooked", 1 ]
    ],
    [
      [ "meat", 1 ],
      [ "meat_smoked", 1 ],
      [ "dry_meat", 1 ],
      [ "rehydrated_meat", 1 ],
      [ "fish", 1 ],
      [ "fish_smoked", 1 ],
      [ "dry_fish", 1 ],
      [ "rehydrated_fish", 1 ],
      [ "sausage", 1 ],
      [ "bacon", 1 ],
      [ "powder_eggs", 10 ],
      [ "egg_bird", 2 ],
      [ "egg_reptile", 2 ]
    ],
    [
      [ "sugar", 1 ],
      [ "syrup", 1 ],
      [ "beet_syrup", 1],
      [ "molasses", 1 ],
      [ "honeycomb", 1 ],
      [ "honey_bottled", 1],
      [ "honey_glassed", 1]
    ]
  ]
},{
        "type" : "recipe",
  "result": "deluxe_veggy_beans",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 6000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1},
    {"id":"CUT","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "can_beans", 1 ],
      [ "beans_cooked", 1 ]
    ],
    [
      ["veggy", 1],
      ["veggy_wild", 1],
      [ "can_tomato", 1 ],
      ["tomato", 1],
      ["broccoli", 1],
      ["zucchini", 1],
      ["potato_raw", 1],
      ["corn", 1],
      ["onion", 1],
      ["carrot", 1]
    ],
    [
      [ "sugar", 1 ],
      [ "syrup", 1 ],
      [ "beet_syrup", 1],
      [ "molasses", 1 ],
      [ "honeycomb", 1 ],
      [ "honey_bottled", 1],
      [ "honey_glassed", 1]
    ]
  ]
},{
        "type" : "recipe",
  "result": "rice_cooked",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 3000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "dry_rice", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "deluxe_rice",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 3000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1},
    {"id":"CUT","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "rice_cooked", 1 ]
    ],
    [
      [ "meat", 1 ],
      [ "meat_smoked", 1 ],
      [ "dry_meat", 1 ],
      [ "rehydrated_meat", 1 ],
      [ "fish", 1 ],
      [ "fish_smoked", 1 ],
      [ "dry_fish", 1 ],
      [ "rehydrated_fish", 1 ],
      [ "sausage", 1 ],
      [ "bacon", 1 ],
      [ "powder_eggs", 10 ],
      [ "egg_bird", 2 ],
      [ "egg_reptile", 2 ]
    ],
    [
      [ "cooking_oil", 1 ],
      [ "tallow", 1 ],
      [ "lard", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "deluxe_veggy_rice",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 300,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1},
    {"id":"CUT","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "rice_cooked", 1 ]
    ],
    [
      ["veggy", 1],
      ["veggy_wild", 1],
      [ "can_tomato", 1 ],
      ["tomato", 1],
      ["broccoli", 1],
      ["zucchini", 1],
      ["potato_raw", 1],
      ["corn", 1],
      ["onion", 1],
      ["carrot", 1]
    ],
    [
      [ "cooking_oil", 1 ],
      [ "tallow", 1 ],
      [ "lard", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "beansnrice",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 6000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "dry_beans", 1 ]
    ],
    [
      [ "dry_rice", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "deluxe_beansnrice",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 9000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1},
    {"id":"CUT","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "dry_beans", 1 ]
    ],
    [
      [ "dry_rice", 1 ]
    ],
    [
      [ "meat", 1 ],
      [ "meat_smoked", 1 ],
      [ "dry_meat", 1 ],
      [ "rehydrated_meat", 1 ],
      [ "fish", 1 ],
      [ "fish_smoked", 1 ],
      [ "dry_fish", 1 ],
      [ "rehydrated_fish", 1 ],
      [ "sausage", 1 ],
      [ "bacon", 1 ],
      [ "powder_eggs", 10 ],
      [ "egg_bird", 2 ],
      [ "egg_reptile", 2 ]
    ],
    [
      [ "salt", 1 ],
      [ "soysauce", 1 ],
      [ "seasoning_salt", 5 ],
      [ "pepper", 10 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "deluxe_veggy_beansnrice",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 9000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1},
    {"id":"CUT","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "dry_beans", 1 ]
    ],
    [
      [ "dry_rice", 1 ]
    ],
    [
      ["veggy", 1],
      ["veggy_wild", 1],
      [ "can_tomato", 1 ],
      ["tomato", 1],
      ["broccoli", 1],
      ["zucchini", 1],
      ["potato_raw", 1],
      ["corn", 1],
      ["onion", 1],
      ["carrot", 1]
    ],
    [
      [ "salt", 1 ],
      [ "soysauce", 1 ],
      [ "seasoning_salt", 5 ],
      [ "pepper", 10 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "oatmeal_cooked",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 6000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "oatmeal", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "oatmeal_deluxe",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 6000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "oatmeal", 1 ]
    ],
    [
      [ "sugar", 1 ],
      [ "syrup", 1 ],
      [ "beet_syrup", 1],
      [ "molasses", 1 ],
      [ "coffee_syrup", 1 ],
      [ "con_milk", 1 ],
      [ "honeycomb", 1 ],
      [ "honey_bottled", 1],
      [ "honey_glassed", 1],
      [ "jam_strawberries", 1 ],
      [ "jam_blueberries", 1 ],
      [ "jam_fruit", 1 ],
      [ "strawberries", 1 ],
      [ "blueberries", 1 ],
      [ "cherries", 1 ],
      [ "irradiated_plums", 1],
      [ "plums", 1 ],
      [ "grapes", 1 ],
      [ "cranberries", 1 ],
      [ "raspberries", 1 ],
      [ "blackberries", 1 ],
      [ "irradiated_pomegranate", 1],
      [ "pomegranate", 1 ],
      [ "dry_fruit", 1 ],
      [ "juice_pulp", 2 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "buckwheat_cooked",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 9000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "buckwheat", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "pine_nuts",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "skills_required": [ "survival", 2 ],
  "difficulty": 1,
  "time": 3000,
  "reversible": false,
  "autolearn": true,
  "tools": [
    [
      ["hotplate", 5],
      [ "char_smoker", 1 ],
      ["toolset", 5],
      ["fire", -1]
    ]
  ],
  "components": [
    [
      ["pinecone", 1]
    ]
  ]
},{
        "type" : "recipe",
  "result": "granola",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 45000,
  "reversible": false,
  "autolearn": true,
  "tools": [
    [
      [ "hotplate", 20 ],
      [ "char_smoker", 2 ],
      [ "toolset", 20 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "oatmeal", 4 ],
      [ "dry_rice", 4 ]
    ],
    [
      [ "honeycomb", 1 ],
      [ "con_milk", 1 ],
      [ "honey_bottled", 4 ],
      [ "honey_glassed", 4],
      [ "sugar", 4 ],
      [ "syrup", 4 ],
      [ "beet_syrup", 4]
    ],
    [
      [ "apple", 1 ],
      [ "apricot", 1 ],
      [ "banana", 1 ],
      [ "blackberries", 1 ],
      [ "blueberries", 1 ],
      [ "cherries", 1 ],
      [ "coconut", 1 ],
      [ "cranberries", 1 ],
      [ "grapefruit", 1 ],
      [ "grapes", 1 ],
      [ "kiwi", 1 ],
      [ "lemon", 1 ],
      [ "mango", 1 ],
      [ "melon", 1 ],
      [ "orange", 1 ],
      [ "papaya", 1 ],
      [ "peach", 1 ],
      [ "pear", 1 ],
      [ "pineapple", 1 ],
      [ "plums", 1 ],
      [ "pomegranate", 1 ],
      [ "raspberries", 1 ],
      [ "strawberries", 1 ],
      [ "watermelon", 1 ],
      ["irradiated_apple", 1],
      ["irradiated_apricot", 1],
      ["irradiated_banana", 1],
      ["irradiated_blackberries", 1],
      ["irradiated_blueberries", 1],
      ["irradiated_cherries", 1],
      ["irradiated_cranberries", 1],
      ["irradiated_grapefruit", 1],
      ["irradiated_grapes", 1],
      ["irradiated_kiwi", 1],
      ["irradiated_lemon", 1],
      ["irradiated_mango", 1],
      ["irradiated_melon", 1],
      ["irradiated_orange", 1],
      ["irradiated_papaya", 1],
      ["irradiated_peach", 1],
      ["irradiated_pear", 1],
      ["irradiated_pineapple", 1],
      ["irradiated_plums", 1],
      ["irradiated_pomegranate", 1],
      ["irradiated_raspberries", 1],
      ["irradiated_strawberries", 1],
      ["irradiated_watermelon", 1],
      [ "dry_fruit", 1 ],
      [ "juice_pulp", 2 ],
      [ "jam_strawberries", 1 ],
      [ "jam_blueberries", 1 ],
      [ "jam_fruit", 1 ],
      [ "chocolate", 1 ],
      [ "candy", 2 ],
      [ "candy2", 2 ],
      [ "choco_coffee_beans", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "scrambled_eggs",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 6000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "powder_eggs", 10 ],
      [ "egg_bird", 2 ],
      [ "egg_reptile", 2 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "boiled_egg",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 10000,
  "batch_time_factors":[80, 4],
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"BOIL","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "egg_bird", 1 ],
      [ "egg_reptile", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "deluxe_eggs",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 6000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "powder_eggs", 10 ],
      [ "egg_bird", 2 ],
      [ "egg_reptile", 2 ]
    ],
    [
      [ "bacon", 1 ],
      [ "meat_cooked", 1 ],
      [ "meat_smoked", 1 ],
      [ "dry_meat", 2 ],
      [ "rehydrated_meat", 2 ],
      [ "sausage", 1 ],
      [ "jerky", 3 ],
      [ "salted_fish", 3 ],
      [ "meat_pickled", 1 ],
      [ "meat_vac", 1 ],
      [ "meat_canned", 1 ],
      [ "fish_pickled", 1 ],
      [ "fish_vac", 1 ],
      [ "fish_canned", 1 ],
      [ "cracklins", 4 ],
      [ "can_sardine", 1 ],
      [ "can_tuna", 1 ],
      [ "can_salmon", 1 ],
      [ "can_herring", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "pancakes",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_BREAD",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 12000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
     {"id":"COOK","level":2,"amount":1} ],
  "tools": [
    [
      [ "hotplate", 8 ],
      [ "char_smoker", 1 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "flour", 1 ]
    ],
    [
      [ "milk", 1 ],
      [ "con_milk", 1 ],
      [ "can_coconut", 1 ],
      [ "powder_eggs", 5 ],
      [ "egg_bird", 1 ],
      [ "egg_reptile", 1 ]
    ],
    [
      [ "syrup", 1 ]
    ],
    [
      [ "cooking_oil", 1 ],
      [ "tallow", 1 ],
      [ "lard", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "fruit_pancakes",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_BREAD",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 12000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
     {"id":"COOK","level":2,"amount":1} ],
  "tools": [
    [
      [ "hotplate", 8 ],
      [ "char_smoker", 1 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "flour", 1 ]
    ],
    [
      [ "milk", 1 ],
      [ "con_milk", 1 ],
      [ "can_coconut", 1 ],
      [ "powder_eggs", 5 ],
      [ "egg_bird", 1 ],
      [ "egg_reptile", 1 ]
    ],
    [
      [ "syrup", 1 ]
    ],
    [
      [ "cooking_oil", 1 ],
      [ "tallow", 1 ],
      [ "lard", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      ["apple", 1],
      ["apricot", 1],
      ["banana", 1],
      ["blackberries", 1],
      ["blueberries", 1],
      ["cherries", 1],
      ["cranberries", 1],
      ["dry_fruit", 1],
      ["grapes", 1],
      ["irradiated_apple", 1],
      ["irradiated_apricot", 1],
      ["irradiated_banana", 1],
      ["irradiated_blackberries", 1],
      ["irradiated_blueberries", 1],
      ["irradiated_cherries", 1],
      ["irradiated_cranberries", 1],
      ["irradiated_grapefruit", 1],
      ["irradiated_grapes", 1],
      ["irradiated_kiwi", 1],
      ["irradiated_lemon", 1],
      ["irradiated_mango", 1],
      ["irradiated_melon", 1],
      ["irradiated_orange", 1],
      ["irradiated_papaya", 1],
      ["irradiated_peach", 1],
      ["irradiated_pear", 1],
      ["irradiated_pineapple", 1],
      ["irradiated_plums", 1],
      ["irradiated_pomegranate", 1],
      ["irradiated_raspberries", 1],
      ["irradiated_strawberries", 1],
      ["irradiated_watermelon", 1],
      ["jam_blueberries", 1],
      ["jam_fruit", 1],
      ["jam_strawberries", 1],
      ["juice_pulp", 2],
      ["kiwi", 1],
      ["mango", 1],
      ["melon", 1],
      ["papaya", 1],
      ["peach", 1],
      ["pear", 1],
      ["pineapple", 1],
      ["plums", 1],
      ["pomegranate", 1],
      ["raspberries", 1],
      ["rehydrated_fruit", 1],
      ["strawberries", 1]
    ]
  ]
},{
        "type" : "recipe",
  "result": "choc_pancakes",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_BREAD",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 12000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
     {"id":"COOK","level":2,"amount":1} ],
  "tools": [
    [
      [ "hotplate", 8 ],
      [ "char_smoker", 1 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "flour", 1 ]
    ],
    [
      [ "milk", 1 ],
      [ "con_milk", 1 ],
      [ "can_coconut", 1 ],
      [ "powder_eggs", 5 ],
      [ "egg_bird", 1 ],
      [ "egg_reptile", 1 ]
    ],
    [
      [ "syrup", 1 ]
    ],
    [
      [ "cooking_oil", 1 ],
      [ "tallow", 1 ],
      [ "lard", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      [ "chocolate", 1 ],
      [ "choc_drink", 2]
    ]
  ]
},{
        "type" : "recipe",
  "result": "waffles",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_BREAD",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 12000,
  "reversible": false,
  "autolearn": true,
  "tools": [
    [
      [ "hotplate", 8 ],
      [ "char_smoker", 1 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ],
    [
      [ "waffleiron", -1 ]
    ]
  ],
  "components": [
    [
      [ "flour", 1 ]
    ],
    [
      [ "milk", 1 ],
      [ "con_milk", 1 ],
      [ "can_coconut", 1 ],
      [ "powder_eggs", 2 ],
      [ "egg_bird", 1 ],
      [ "egg_reptile", 1 ]
    ],
    [
      [ "syrup", 1 ]
    ],
    [
      [ "sugar", 1 ]
    ],
    [
      [ "cooking_oil", 1 ],
      [ "tallow", 1 ],
      [ "lard", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
  "type" : "recipe",
  "result": "fruit_waffles",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_BREAD",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 12000,
  "reversible": false,
  "autolearn": true,
  "tools": [
    [
      [ "hotplate", 8 ],
      [ "char_smoker", 1 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ],
    [
      [ "waffleiron", -1 ]
    ]
  ],
  "components": [
    [
      [ "flour", 1 ]
    ],
    [
      [ "milk", 1 ],
      [ "con_milk", 1 ],
      [ "can_coconut", 1 ],
      [ "powder_eggs", 2 ],
      [ "egg_bird", 1 ],
      [ "egg_reptile", 1 ]
    ],
    [
      [ "syrup", 1 ]
    ],
    [
      [ "sugar", 1 ]
    ],
    [
      [ "cooking_oil", 1 ],
      [ "tallow", 1 ],
      [ "lard", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      ["apple", 1],
      ["apricot", 1],
      ["banana", 1],
      ["blackberries", 1],
      ["blueberries", 1],
      ["cherries", 1],
      ["cranberries", 1],
      ["dry_fruit", 1],
      ["grapes", 1],
      ["irradiated_apple", 1],
      ["irradiated_apricot", 1],
      ["irradiated_banana", 1],
      ["irradiated_blackberries", 1],
      ["irradiated_blueberries", 1],
      ["irradiated_cherries", 1],
      ["irradiated_cranberries", 1],
      ["irradiated_grapefruit", 1],
      ["irradiated_grapes", 1],
      ["irradiated_kiwi", 1],
      ["irradiated_lemon", 1],
      ["irradiated_mango", 1],
      ["irradiated_melon", 1],
      ["irradiated_orange", 1],
      ["irradiated_papaya", 1],
      ["irradiated_peach", 1],
      ["irradiated_pear", 1],
      ["irradiated_pineapple", 1],
      ["irradiated_plums", 1],
      ["irradiated_pomegranate", 1],
      ["irradiated_raspberries", 1],
      ["irradiated_strawberries", 1],
      ["irradiated_watermelon", 1],
      ["jam_blueberries", 1],
      ["jam_fruit", 1],
      ["jam_strawberries", 1],
      ["juice_pulp", 2],
      ["kiwi", 1],
      ["mango", 1],
      ["melon", 1],
      ["papaya", 1],
      ["peach", 1],
      ["pear", 1],
      ["pineapple", 1],
      ["plums", 1],
      ["pomegranate", 1],
      ["raspberries", 1],
      ["rehydrated_fruit", 1],
      ["strawberries", 1]
    ]
  ]
},{
        "type" : "recipe",
  "result": "choc_waffles",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_BREAD",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 12000,
  "reversible": false,
  "autolearn": true,
  "tools": [
    [
      [ "hotplate", 8 ],
      [ "char_smoker", 1 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ],
    [
      [ "waffleiron", -1 ]
    ]
  ],
  "components": [
    [
      [ "flour", 1 ]
    ],
    [
      [ "milk", 1 ],
      [ "con_milk", 1 ],
      [ "can_coconut", 1 ],
      [ "powder_eggs", 2 ],
      [ "egg_bird", 1 ],
      [ "egg_reptile", 1 ]
    ],
    [
      [ "syrup", 1 ]
    ],
    [
      [ "cooking_oil", 1 ],
      [ "tallow", 1 ],
      [ "lard", 1 ]
    ],
    [
      [ "sugar", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      [ "chocolate", 1 ],
      [ "choc_drink", 2]
    ]
  ]
},{
        "type" : "recipe",
  "result": "fruit_leather",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 18000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
     {"id":"CUT","level":1,"amount":1},
     {"id":"COOK","level":2,"amount":1}
  ],
  "tools" : [
    [
      [ "hotplate", 8 ],
      [ "char_smoker", 1 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      ["apple", 1],
      ["apricot", 1],
      ["banana", 1],
      ["blackberries", 1],
      ["blueberries", 1],
      ["cherries", 1],
      ["cranberries", 1],
      ["grapefruit", 1],
      ["grapes", 1],
      ["irradiated_apple", 1],
      ["irradiated_apricot", 1],
      ["irradiated_banana", 1],
      ["irradiated_blackberries", 1],
      ["irradiated_blueberries", 1],
      ["irradiated_cherries", 1],
      ["irradiated_cranberries", 1],
      ["irradiated_grapefruit", 1],
      ["irradiated_grapes", 1],
      ["irradiated_kiwi", 1],
      ["irradiated_lemon", 1],
      ["irradiated_mango", 1],
      ["irradiated_melon", 1],
      ["irradiated_orange", 1],
      ["irradiated_papaya", 1],
      ["irradiated_peach", 1],
      ["irradiated_pear", 1],
      ["irradiated_pineapple", 1],
      ["irradiated_plums", 1],
      ["irradiated_pomegranate", 1],
      ["irradiated_raspberries", 1],
      ["irradiated_strawberries", 1],
      ["irradiated_watermelon", 1],
      ["kiwi", 1],
      ["lemon", 1],
      ["mango", 1],
      ["orange", 1],
      ["papaya", 1],
      ["peach", 1],
      ["pear", 1],
      ["pineapple", 1],
      ["plums", 1],
      ["pomegranate", 1],
      ["raspberries", 1],
      ["strawberries", 1]
    ],
    [
      [ "sugar", 1 ],
      [ "honeycomb", 1 ],
      [ "honey_bottled", 1],
      [ "honey_glassed", 1],
      [ "syrup", 1 ],
      [ "beet_syrup", 1]
    ]
  ]
},{
        "type" : "recipe",
  "result": "cookies",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_SNACK",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 12000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 8 ],
      [ "char_smoker", 1 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "flour", 1 ],
      [ "oatmeal", 1 ],
      [ "dry_rice", 1 ]
    ],
    [
      [ "sugar", 1 ],
      [ "syrup", 1 ],
      [ "beet_syrup", 1],
      [ "coffee_syrup", 1 ],
      [ "con_milk", 1 ],
      [ "can_coconut", 1 ],
      [ "honey_bottled", 1],
      [ "honeycomb", 1 ],
      [ "honey_glassed", 1]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      ["apple", 1],
      ["apricot", 1],
      ["banana", 1],
      ["blackberries", 1],
      ["blueberries", 1],
      ["candy", 3],
      ["candy2", 3],
      ["cherries", 1],
      ["choco_coffee_beans", 1],
      ["chocolate", 1],
      ["dry_fruit", 1],
      ["grapefruit", 1],
      ["grapes", 1],
      ["irradiated_apple", 1],
      ["irradiated_apricot", 1],
      ["irradiated_banana", 1],
      ["irradiated_blackberries", 1],
      ["irradiated_blueberries", 1],
      ["irradiated_cherries", 1],
      ["irradiated_cranberries", 1],
      ["irradiated_grapefruit", 1],
      ["irradiated_grapes", 1],
      ["irradiated_kiwi", 1],
      ["irradiated_lemon", 1],
      ["irradiated_mango", 1],
      ["irradiated_melon", 1],
      ["irradiated_orange", 1],
      ["irradiated_papaya", 1],
      ["irradiated_peach", 1],
      ["irradiated_pear", 1],
      ["irradiated_pineapple", 1],
      ["irradiated_plums", 1],
      ["irradiated_pomegranate", 1],
      ["irradiated_raspberries", 1],
      ["irradiated_strawberries", 1],
      ["irradiated_watermelon", 1],
      ["jam_blueberries", 1],
      ["jam_fruit", 1],
      ["jam_strawberries", 1],
      ["juice_pulp", 2],
      ["lemon", 1],
      ["mango", 1],
      ["melon", 1],
      ["orange", 1],
      ["peach", 1],
      ["pear", 1],
      ["pineapple", 1],
      ["plums", 1],
      ["pomegranate", 1],
      ["raspberries", 1],
      ["rehydrated_fruit", 1],
      ["strawberries", 1]
    ]
  ]
},{
        "type" : "recipe",
  "result": "seasoning_salt",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 8000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "salt", 2 ]
    ],
    [
      [ "sugar", 1 ],
      [ "honeycomb", 1 ],
      [ "honey_bottled", 1],
      [ "honey_glassed", 1],
      [ "rehydrated_fruit", 1 ],
      [ "dry_fruit", 1 ],
      [ "juice_pulp", 2 ]
    ],
    [
      [ "seasoning_italian", 20 ],
      [ "wild_herbs", 20 ],
      [ "pepper", 20 ],
      [ "rehydrated_veggy", 1 ],
      [ "dry_veggy", 1 ]
    ]
  ]
},{
  "type" : "recipe",
  "result": "pie",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_SNACK",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 25000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
     {"id":"COOK","level":2,"amount":1} ],
  "tools": [
    [
      [ "hotplate", 6 ],
      [ "char_smoker", 1 ],
      [ "toolset", 6 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "flour", 2 ]
    ],
    [
      ["apple", 2],
      ["apple_canned", 1],
      ["apple_vac", 1],
      ["apricot", 2],
      ["banana", 2],
      ["blackberries", 2],
      ["blueberries", 2],
      ["cherries", 2],
      ["coconut", 1],
      ["cranberries", 2],
      ["dry_fruit", 2],
      ["grapefruit", 2],
      ["grapes", 2],
      ["irradiated_apple", 2],
      ["irradiated_apricot", 2],
      ["irradiated_banana", 2],
      ["irradiated_blackberries", 2],
      ["irradiated_blueberries", 2],
      ["irradiated_cherries", 2],
      ["irradiated_cranberries", 2],
      ["irradiated_grapefruit", 2],
      ["irradiated_grapes", 2],
      ["irradiated_kiwi", 2],
      ["irradiated_lemon", 2],
      ["irradiated_mango", 2],
      ["irradiated_melon", 2],
      ["irradiated_orange", 2],
      ["irradiated_papaya", 2],
      ["irradiated_peach", 2],
      ["irradiated_pear", 2],
      ["irradiated_pineapple", 2],
      ["irradiated_plums", 2],
      ["irradiated_pomegranate", 2],
      ["irradiated_raspberries", 2],
      ["irradiated_rhubarb", 2],
      ["irradiated_strawberries", 2],
      ["irradiated_watermelon", 2],
      ["juice_pulp", 4],
      ["kiwi", 2],
      ["lemon", 2],
      ["mango", 2],
      ["melon", 2],
      ["orange", 2],
      ["papaya", 2],
      ["peach", 2],
      ["pear", 2],
      ["pineapple", 2],
      ["plums", 2],
      ["pomegranate", 2],
      ["raspberries", 2],
      ["rhubarb", 2],
      ["strawberries", 2],
      ["watermelon", 2]
    ],
    [
      [ "sugar", 2 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "pie_meat",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_SNACK",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 25000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
     {"id":"COOK","level":2,"amount":1} ],
  "tools": [
    [
      [ "hotplate", 6 ],
      [ "char_smoker", 1 ],
      [ "toolset", 6 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "flour", 2 ]
    ],
    [
      [ "meat", 1],
      [ "rehydrated_meat", 2 ],
      [ "dry_meat", 2 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "pie_human",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_SNACK",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 25000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [[ "cookbook_human", 3 ]],
  "qualities" : [
     {"id":"COOK","level":2,"amount":1} ],
  "tools": [
    [
      [ "hotplate", 6 ],
      [ "char_smoker", 1 ],
      [ "toolset", 6 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "flour", 2 ]
    ],
    [
      [ "human_flesh", 1],
      [ "rehydrated_hflesh", 2 ],
      [ "dry_hflesh", 2 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "curry_meat",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 20000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 8 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "veggy", 2 ],
      [ "veggy_wild", 2 ],
      [ "veggy_vac", 2 ],
      [ "rehydrated_veggy", 2 ],
      [ "dry_veggy", 2 ],
      [ "dry_beans", 1 ],
      [ "dry_rice", 1 ]
    ],
    [
      [ "tomato", 1 ],
      [ "can_tomato", 1 ]
    ],
    [
      [ "meat", 1]
    ],
    [
      [ "sauce_red", 1 ],
      [ "curry_powder", 1]
    ]
  ]
},{
        "type" : "recipe",
  "result": "curry_veggy",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 20000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 8 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "veggy", 2 ],
      [ "veggy_wild", 2 ],
      [ "veggy_vac", 2 ],
      [ "rehydrated_veggy", 2 ],
      [ "dry_veggy", 2 ],
      [ "dry_beans", 1 ],
      [ "dry_rice", 1 ]
    ],
    [
      [ "tomato", 1 ],
      [ "can_tomato", 1 ]
    ],
    [
      [ "sauce_red", 1 ],
      [ "curry_powder", 1]
    ]
  ]
},{
        "type" : "recipe",
  "result": "chili",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 20000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [[ "cookbook_italian", 2 ]],
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 8 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "veggy", 2 ],
      [ "veggy_wild", 2 ],
      [ "veggy_vac", 2 ],
      [ "rehydrated_veggy", 2 ],
      [ "dry_veggy", 2 ]
    ],
    [
      [ "tomato", 1 ],
      [ "can_tomato", 1 ]
    ],
    [
      [ "meat", 1]
    ],
    [
      [ "can_beans", 1],
      [ "dry_beans", 1 ]
    ],
    [
      [ "sauce_red", 1 ],
      [ "chilly-p", 1]
    ]
  ]
},{
        "type" : "recipe",
  "result": "chili_human",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 20000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [[ "cookbook_human", 2 ]],
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 8 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "veggy", 2 ],
      [ "veggy_wild", 2 ],
      [ "veggy_vac", 2 ],
      [ "rehydrated_veggy", 2 ],
      [ "dry_veggy", 2 ]
    ],
    [
      [ "human_flesh", 1]
    ],
    [
      [ "tomato", 1 ],
      [ "can_tomato", 1 ]
    ],
    [
      [ "can_beans", 1],
      [ "dry_beans", 1 ]
    ],
    [
      [ "sauce_red", 1 ],
      [ "chilly-p", 1]
    ]
  ]
},{
        "type" : "recipe",
  "result": "pizza_veggy",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 20000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [[ "cookbook_italian", 2 ]],
  "qualities" : [
     {"id":"COOK","level":2,"amount":1} ],
  "tools": [
    [
      [ "hotplate", 8 ],
      [ "char_smoker", 1 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "flour", 2 ]
    ],
    [
      [ "veggy", 2 ],
      [ "veggy_wild", 2 ],
      [ "veggy_vac", 2 ],
      [ "tomato", 2 ],
      [ "can_tomato", 2 ],
      [ "onion", 2 ],
      [ "broccoli", 1 ],
      [ "irradiated_tomato", 2 ],
      [ "irradiated_broccoli", 1 ],
      [ "rehydrated_veggy", 2 ],
      [ "dry_veggy", 2 ]
    ],
    [
      [ "sauce_pesto", 1 ],
      [ "sauce_red", 1 ],
      [ "seasoning_italian", 5 ],
      [ "wild_herbs", 10 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
  "type" : "recipe",
  "result": "smores",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_SNACK",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 8000,
  "reversible": false,
  "autolearn": true,
  "tools": [
    [ [ "hotplate", 8], [ "char_smoker", 1], [ "toolset", 8], [ "fire", -1] ],
    [ [ "spear_wood", -1 ], [ "spear_steel", -1 ], [ "pointy_stick", -1 ], [ "skewer", -1 ],
      [ "javelin", -1 ], [ "javelin_iron", -1 ], [ "spear_knife", -1 ], [ "tongs", -1 ] ]
   ],
  "components": [
    [ [ "grahmcrackers", 8 ] ],
    [ [ "marshmallow", 8 ] ],
    [ [ "chocolate", 1 ] ]
  ]
},{
        "type" : "recipe",
  "result": "sauce_pesto",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 5000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [[ "cookbook_italian", 2 ]],
  "qualities":[
    {"id":"CONTAIN","level":1,"amount":1}
  ],
  "components": [
    [
      [ "cooking_oil", 1 ]
    ],
    [
      [ "pine_nuts", 1 ]
    ],
    [
      [ "seasoning_italian", 5 ],
      [ "wild_herbs", 10 ]
    ],
    [
      [ "salt", 1 ],
      [ "seasoning_salt", 5 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "pizza_meat",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 20000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [[ "cookbook_italian", 2 ]],
  "qualities" : [
     {"id":"COOK","level":2,"amount":1} ],
  "tools": [
    [
      [ "hotplate", 8 ],
      [ "char_smoker", 1 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "flour", 2 ]
    ],
    [
      [ "meat", 2 ],
      [ "meat_canned", 1 ],
      [ "meat_vac", 2 ],
      [ "rehydrated_meat", 2 ],
      [ "dry_meat", 2 ]
    ],
    [
      [ "sauce_red", 1 ],
      [ "seasoning_italian", 5 ],
      [ "wild_herbs", 10 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "pizza_human",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 20000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [[ "cookbook_human", 3 ]],
  "qualities" : [
     {"id":"COOK","level":2,"amount":1} ],
  "tools": [
    [
      [ "hotplate", 8 ],
      [ "char_smoker", 1 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "flour", 2 ]
    ],
    [
      [ "human_flesh", 2 ],
      [ "human_canned", 1 ],
      [ "hflesh_vac", 2 ],
      [ "rehydrated_hflesh", 2 ],
      [ "dry_hflesh", 2 ]
    ],
    [
      [ "sauce_red", 1 ],
      [ "seasoning_italian", 5 ],
      [ "wild_herbs", 10 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "spaghetti_bolognese",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_PASTA",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 20000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [[ "cookbook_italian", 3 ]],
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 6 ],
      [ "char_smoker", 1 ],
      [ "toolset", 6 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "spaghetti_raw", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      [ "seasoning_italian", 5 ],
      [ "sauce_red", 1 ],
      [ "tomato", 2 ],
      [ "can_tomato", 2 ],
      [ "wild_herbs", 10 ]
    ],
    [
      [ "meat", 2 ],
      [ "meat_canned", 1 ],
      [ "rehydrated_meat", 2 ],
      [ "dry_meat", 2 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "lasagne",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_PASTA",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 20000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [[ "cookbook_italian", 3 ]],
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 6 ],
      [ "char_smoker", 1 ],
      [ "toolset", 6 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "lasagne_raw", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      [ "seasoning_italian", 5 ],
      [ "sauce_red", 1 ],
      [ "tomato", 2 ],
      [ "can_tomato", 2 ],
      [ "wild_herbs", 10 ]
    ],
    [
      [ "meat", 2 ],
      [ "meat_canned", 1 ],
      [ "rehydrated_meat", 2 ],
      [ "dry_meat", 2 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "luigilasagne",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_PASTA",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 20000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [[ "cookbook_human", 3 ]],
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 6 ],
      [ "char_smoker", 1 ],
      [ "toolset", 6 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "lasagne_raw", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      [ "seasoning_italian", 5 ],
      [ "sauce_red", 1 ],
      [ "tomato", 2 ],
      [ "can_tomato", 2 ],
      [ "wild_herbs", 10 ]
    ],
    [
      [ "human_flesh", 2 ],
      [ "human_canned", 1 ],
      [ "rehydrated_hflesh", 2 ],
      [ "dry_hflesh", 2 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "spaghetti_human",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_PASTA",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 20000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [[ "cookbook_human", 4 ]],
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 6 ],
      [ "char_smoker", 1 ],
      [ "toolset", 6 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "spaghetti_raw", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      [ "seasoning_italian", 5 ],
      [ "sauce_red", 1 ],
      [ "tomato", 2 ],
      [ "can_tomato", 2 ],
      [ "wild_herbs", 10 ]
    ],
    [
      [ "human_flesh", 2 ],
      [ "human_canned", 1 ],
      [ "rehydrated_hflesh", 2 ],
      [ "dry_hflesh", 2 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "spaghetti_pesto",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_PASTA",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 20000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [[ "cookbook_italian", 3 ]],
  "qualities":[
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 4 ],
      [ "char_smoker", 1 ],
      [ "toolset", 4 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "spaghetti_raw", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      [ "seasoning_italian", 5 ],
      [ "sauce_pesto", 1 ],
      [ "wild_herbs", 10 ]
    ],
    [
      [ "veggy", 2 ],
      [ "veggy_wild", 2 ],
      [ "rehydrated_veggy", 2 ],
      [ "dry_veggy", 2 ],
      [ "dry_mushroom", 2 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "royal_jelly",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 5,
  "time": 5000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [["textbook_chemistry", 6] , ["adv_chemistry", 6] , ["atomic_survival", 4] , ["survival_book", 5] , [ "recipe_labchem", 5]],
  "qualities":[
    {"id":"CHEM","level":2,"amount":1}
  ], "tools": [
  ],
  "components": [
    [
      [ "honeycomb", 1 ]
    ],
    [
      [ "bleach", 2 ],
      [ "oxy_powder", 200 ],
      [ "purifier", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "salt",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 6,
  "time": 48000,
  "reversible": false,
  "autolearn": true,
  "tools": [
    [
      [ "chemistry_set", 50 ]
    ]
  ],
  "components": [
    [
      [ "lye_powder", 100 ],
      [ "bleach", 2 ]
    ],
    [
      [ "water_clean", 1 ],
      [ "water", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "sugar",
  "id_suffix": "from_sweets",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 24000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"CHEM","level":2,"amount":1}
  ], "tools": [
    [
      [ "chemistry_set", 50 ],
      [ "hotplate", 50 ],
      [ "toolset", 50 ]
    ]
  ],
  "components": [
    [
      ["apple", 2],
      ["apricot", 2],
      ["blackberries", 2],
      ["blueberries", 2],
      ["bum_wine", 14],
      ["cherries", 2],
      ["coconut", 1],
      ["coffee_syrup", 5],
      ["cola", 6],
      ["con_milk", 1],
      ["corn", 3],
      ["cranberries", 2],
      ["grapes", 2],
      ["honey_bottled", 1],
      ["honey_glassed", 1],
      ["honeycomb", 1],
      ["irradiated_apple", 2],
      ["irradiated_apricot", 2],
      ["irradiated_banana", 2],
      ["irradiated_blackberries", 2],
      ["irradiated_blueberries", 2],
      ["irradiated_cherries", 2],
      ["irradiated_corn", 3],
      ["irradiated_cranberries", 2],
      ["irradiated_grapefruit", 2],
      ["irradiated_grapes", 2],
      ["irradiated_kiwi", 2],
      ["irradiated_lemon", 2],
      ["irradiated_mango", 2],
      ["irradiated_melon", 2],
      ["irradiated_orange", 2],
      ["irradiated_papaya", 2],
      ["irradiated_peach", 2],
      ["irradiated_pear", 2],
      ["irradiated_pineapple", 2],
      ["irradiated_plums", 2],
      ["irradiated_pomegranate", 2],
      ["irradiated_raspberries", 2],
      ["irradiated_strawberries", 2],
      ["irradiated_watermelon", 2],
      ["kiwi", 2],
      ["mango", 2],
      ["melon", 2],
      ["molasses", 1],
      ["orange", 2],
      ["papaya", 2],
      ["pear", 2],
      ["pineapple", 2],
      ["plums", 2],
      ["pomegranate", 2],
      ["purple_drink", 6],
      ["raspberries", 2],
      ["rootbeer", 6],
      ["strawberries", 2],
      ["syrup", 4],
      ["beet_syrup", 4],
      ["watermelon", 2]
    ],
    [
      [ "lye_powder", 50 ]
    ],
    [
      [ "water_clean", 1 ],
      [ "water", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "sugar",
  "id_suffix": "from_wood",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "note": "high-temperature acid hydrolysis, to extract edible wood sugars",
  "skill_used": "cooking",
  "difficulty": 7,
  "time": 60000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [["adv_chemistry", 7] , ["textbook_chemistry", 8] , ["recipe_labchem", 6]],
  "qualities":[
    {"id":"CHEM","level":2,"amount":1}
  ], "tools": [
    [
      [ "chemistry_set", 50 ],
      [ "hotplate", 50 ],
      [ "toolset", 50 ]
    ]
  ],
  "components": [
    [
      [ "pine_bough", 6 ],
      [ "2x4", 8 ],
      [ "stick", 8 ],
      [ "splinter", 16 ]
    ],
    [
      [ "water_acid_weak", 3 ],
      [ "water_acid", 2 ],
      [ "acid", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "sugar",
  "id_suffix": "from_beets",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "note": "process sugar beets into sugar",
  "skill_used": "cooking",
  "difficulty": 5,
  "time": 90000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [["adv_chemistry", 6] , ["textbook_chemistry", 6] , ["recipe_labchem", 5]],
  "qualities":[
    {"id":"BREW","level":1,"amount":1}
  ], "tools": [
    [
      [ "chemistry_set", 40 ],
      [ "hotplate", 40 ],
      [ "toolset", 40 ]
    ]
  ],
  "components": [
    [
      [ "sugar_beet", 2 ]
    ],
    [
      [ "water_clean", 1 ],
      [ "water", 1 ]
    ],
    [
      [ "lye_powder", 20 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "jar_meat_canned",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 30000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      [ "jar_glass", 1 ]
    ],
    [
      [ "meat", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "jar_fish_canned",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 30000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      [ "jar_glass", 1 ]
    ],
    [
      [ "fish", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "jar_human_canned",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 30000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [[ "cookbook_human", 4 ]],
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      [ "jar_glass", 1 ]
    ],
    [
      [ "human_flesh", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "jar_veggy_canned",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 30000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      [ "jar_glass", 1 ]
    ],
    [
      [ "veggy", 1 ],
      [ "veggy_wild", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "jar_apple_canned",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 30000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      [ "jar_glass", 1 ]
    ],
    [
      [ "apple", 3 ],
      [ "apricot", 3 ],
      [ "banana", 3 ],
      [ "blackberries", 3 ],
      [ "blueberries", 3 ],
      [ "cherries", 3 ],
      [ "cranberries", 3 ],
      [ "grapefruit", 3 ],
      [ "grapes", 3 ],
      [ "kiwi", 3 ],
      [ "lemon", 3 ],
      [ "mango", 3 ],
      [ "melon", 3 ],
      [ "orange", 3 ],
      [ "papaya", 3 ],
      [ "peach", 3 ],
      [ "pear", 3 ],
      [ "pineapple", 3 ],
      [ "plums", 3 ],
      [ "pomegranate", 3 ],
      [ "raspberries", 3 ],
      [ "strawberries", 3 ],
      [ "watermelon", 3 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "bag_meat_vac",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 20000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "vac_sealer", 10 ]
    ]
  ],
  "components": [
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      [ "bag_plastic", 1 ]
    ],
    [
      [ "meat", 2 ]
    ],
    [
      [ "salt_water", 1 ],
      [ "salt", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "bag_fish_vac",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 20000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "vac_sealer", 10 ]
    ]
  ],
  "components": [
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      [ "bag_plastic", 1 ]
    ],
    [
      [ "fish", 2 ]
    ],
    [
      [ "salt_water", 1 ],
      [ "salt", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "bag_hflesh_vac",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 20000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [[ "cookbook_human", 4 ]],
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "vac_sealer", 10 ]
    ]
  ],
  "components": [
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      [ "bag_plastic", 1 ]
    ],
    [
      [ "human_flesh", 2 ]
    ],
    [
      [ "salt_water", 1 ],
      [ "salt", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "bag_veggy_vac",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 20000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "vac_sealer", 10 ]
    ]
  ],
  "components": [
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      [ "bag_plastic", 1 ]
    ],
    [
      [ "veggy", 2 ],
      [ "veggy_wild", 2 ]
    ],
    [
      [ "salt_water", 1 ],
      [ "salt", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "bag_apple_vac",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 20000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "vac_sealer", 10 ]
    ]
  ],
  "components": [
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      [ "bag_plastic", 1 ]
    ],
    [
      [ "apple", 3 ],
      [ "strawberries", 3 ],
      [ "blueberries", 3 ],
      [ "orange", 3 ],
      [ "lemon", 3 ],
      [ "banana", 3 ],
      [ "pear", 3 ],
      [ "grapefruit", 3 ],
      [ "cherries", 3 ],
      [ "plums", 3 ],
      [ "grapes", 3 ],
      [ "pineapple", 3],
      [ "peach", 3 ],
      [ "cranberries", 3 ],
      [ "watermelon", 3 ],
      [ "melon", 3 ],
      [ "raspberries", 3 ],
      [ "blackberries", 3 ],
      [ "pomegranate", 3 ],
      [ "mango", 3 ],
      [ "papaya", 3 ],
      [ "apricot", 3 ],
      [ "kiwi", 3 ]
   ],
    [
      [ "sugar", 4 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "jar_kompot",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "skills_required": ["mechanics",1],
  "difficulty": 3,
  "time": 30100,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "fire", -1 ]
    ],
    [
      [ "vac_sealer", 10 ]
    ]
  ],
  "components": [
    [
      [ "jar_3l_glass", 1 ]
    ],
    [
      ["apple", 4],
      ["apple_canned", 4],
      ["apple_vac", 4],
      ["apricot", 4],
      ["blackberries", 4],
      ["blueberries", 4],
      ["cherries", 4],
      ["cranberries", 4],
      ["grapefruit", 4],
      ["grapes", 4],
      ["irradiated_apple", 4],
      ["irradiated_apricot", 4],
      ["irradiated_banana", 4],
      ["irradiated_blackberries", 4],
      ["irradiated_blueberries", 4],
      ["irradiated_cherries", 4],
      ["irradiated_cranberries", 4],
      ["irradiated_grapefruit", 4],
      ["irradiated_grapes", 4],
      ["irradiated_kiwi", 4],
      ["irradiated_lemon", 4],
      ["irradiated_mango", 4],
      ["irradiated_melon", 4],
      ["irradiated_orange", 4],
      ["irradiated_papaya", 4],
      ["irradiated_peach", 4],
      ["irradiated_pear", 4],
      ["irradiated_pineapple", 4],
      ["irradiated_plums", 4],
      ["irradiated_pomegranate", 4],
      ["irradiated_raspberries", 4],
      ["irradiated_rhubarb", 4],
      ["irradiated_strawberries", 4],
      ["irradiated_watermelon", 4],
      ["lemon", 4],
      ["mango", 4],
      ["melon", 4],
      ["orange", 4],
      ["peach", 4],
      ["pear", 4],
      ["pineapple", 4],
      ["plums", 4],
      ["pomegranate", 4],
      ["raspberries", 4],
      ["rhubarb", 4],
      ["strawberries", 4]
    ],
    [
      [ "sugar", 1]
    ],
    [
      ["water", 12],
      ["water_clean", 12]
    ]
  ]
},{
        "type" : "recipe",
  "result": "fried_spam",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 2750,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":2,"amount":1}
  ],
  "tools": [
    [
      ["hotplate", 5],
      [ "char_smoker", 1 ],
      ["toolset", 5],
      ["fire", -1]
    ]
  ],
  "components": [
    [
      ["can_spam", 1]
    ]
  ]
},{
        "type" : "recipe",
  "result": "flour",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 45000,
  "reversible": false,
  "autolearn": true,
  "tools": [ [ ["rock_quern", -1] ] ],
  "components": [ [ ["wheat", 2], ["buckwheat", 2], ["barley", 2], ["acorns_cooked", 2] ] ]
},{
        "type" : "recipe",
  "result": "cornmeal",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 45000,
  "reversible": false,
  "autolearn": true,
  "tools": [    [ [ "hotplate", 5 ], [ "char_smoker", 1 ], [ "toolset", 5 ], [ "fire", -1 ] ],
                [ ["rock_quern", -1] ] ],
  "components": [ [ ["corn", 2] ] ]
},{
        "type" : "recipe",
  "result": "meal_bone",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 60000,
  "reversible": false,
  "autolearn": true,
  "tools": [ [ ["rock_quern", -1] ] ],
  "components": [ [ ["bone", 1] ] ]
},{
        "type" : "recipe",
  "result": "spaghetti_raw",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_PASTA",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 30000,
  "reversible": false,
  "autolearn": true,
  "tools": [
    [
      ["hotplate", 25],
      [ "char_smoker", 1 ],
      ["toolset", 25],
      ["fire", -1]
    ],
    [
     ["pastaextruder", -1]
    ]
  ],
  "components": [
    [ ["flour", 4] ],
    [ ["water", 1], ["water_clean", 1] ]
  ]
},{
        "type" : "recipe",
  "result": "lasagne_raw",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_PASTA",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 30000,
  "reversible": false,
  "autolearn": true,
  "tools": [
    [
      ["hotplate", 25],
      [ "char_smoker", 1 ],
      ["toolset", 25],
      ["fire", -1]
    ],
    [
     ["pastaextruder", -1]
    ]
  ],
  "components": [
    [ ["flour", 4] ],
    [ ["water", 1], ["water_clean", 1] ]
  ]
},{
        "type" : "recipe",
  "result": "macaroni_raw",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_PASTA",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 30000,
  "reversible": false,
  "autolearn": true,
  "tools": [
    [
      ["hotplate", 25],
      [ "char_smoker", 1 ],
      ["toolset", 25],
      ["fire", -1]
    ],
    [
     ["pastaextruder", -1]
    ]
  ],
  "components": [
    [ ["flour", 4] ],
    [ ["water", 1], ["water_clean", 1] ]
  ]
},{
        "type" : "recipe",
  "result": "drink_strawberry_surprise",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 7000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"BREW","level":2,"amount":1}
  ], "tools":[
    [ ["fire", -1] ] ],
  "components": [ [ ["strawberries", 2] ],
    [ ["vodka", 4] ] ]
},{
        "type" : "recipe",
  "result": "drink_boozeberry",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 7000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"BREW","level":2,"amount":1}
  ], "tools":[
    [ ["fire", -1] ] ],
  "components": [ [ ["blueberries", 2] ],
    [ ["vodka", 4] ] ]
},{
        "type" : "recipe",
  "result": "cola_meth",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 7000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"BREW","level":2,"amount":1}
  ], "tools":[
    [ ["fire", -1] ] ],
  "components": [ [ ["meth", 4] ],
    [ ["cola", 2] ] ]
},{
        "type" : "recipe",
  "result": "brandy",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 30000,
  "reversible": false,
  "autolearn": true,
  "book_learn": [ ["brewing_cookbook", 2] ],
  "qualities":[
    {"id":"BREW","level":2,"amount":1}
  ], "tools": [
    [ [ "hotplate", 8 ], [ "char_smoker", 1 ], [ "toolset", 8 ], [ "fire", -1 ] ]
    ],
  "components": [
    [
      [ "fruit_wine", 21 ], [ "bum_wine", 21 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "brew_whiskey",
  "result_mult" : 3,
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 5,
  "time": 25000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [ ["brewing_cookbook", 5] ],
  "qualities":[
    {"id":"BREW","level":2,"amount":1}
  ], "tools": [
    [ [ "hotplate", 4 ], [ "char_smoker", 1 ], [ "toolset", 8 ], [ "fire", -1 ] ]
    ],
  "components": [
    [
      [ "water", 3 ], [ "water_clean", 3 ]
    ],
    [
      [ "corn", 2 ], [ "irradiated_corn", 2 ], [ "cornmeal", 6 ], [ "barley", 1 ], [ "buckwheat", 1 ]
    ],
    [
      [ "sugar", 8 ]
    ],
    [
      [ "yeast", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "brew_vodka",
  "result_mult" : 3,
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 5,
  "time": 25000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [ ["brewing_cookbook", 6] ],
  "qualities":[
    {"id":"BREW","level":2,"amount":1}
  ], "tools": [
    [ [ "hotplate", 4 ], [ "char_smoker", 1 ], [ "toolset", 4 ], [ "fire", -1 ] ]
    ],
  "components": [
    [
      [ "water", 3 ], [ "water_clean", 3 ]
    ],
    [
      [ "molasses", 2 ], [ "potato_raw", 2 ], [ "potato_irradiated", 2 ], [ "corn", 2 ], [ "irradiated_corn", 2 ], [ "cornmeal", 6 ],
      [ "wheat", 1 ], [ "barley", 1 ], [ "buckwheat", 1 ], [ "sugar_beet", 1 ]
    ],
    [
      [ "yeast", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "brew_rum",
  "result_mult" : 3,
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 5,
  "time": 15000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [ ["brewing_cookbook", 4] ],
  "qualities":[
    {"id":"BREW","level":2,"amount":1}
  ], "tools": [
    [ [ "hotplate", 4 ], [ "char_smoker", 1 ], [ "toolset", 4 ], [ "fire", -1 ] ]
    ],
  "components": [
    [
      [ "water", 3 ], [ "water_clean", 3 ]
    ],
    [
      [ "molasses", 2 ], [ "sugar_beet", 1 ]
    ],
    [
      [ "sugar", 1 ]
    ],
    [
      [ "yeast", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "brew_moonshine",
  "result_mult" : 15,
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 8000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [ ["brewing_cookbook", 1], ["family_cookbook", 1] ],
  "tools": [
    [ [ "still", -1], [ "v6_combustion", -1], [ "v8_combustion", -1]],
    [ [ "hotplate", 10 ], [ "char_smoker", 1 ], [ "toolset", 10 ], [ "fire", -1 ] ]
    ],
  "components": [
    [
      [ "water", 15 ], [ "water_clean", 15 ]
    ],
    [
      [ "cornmeal", 12 ], [ "buckwheat", 2 ]
    ],
    [
      [ "sugar", 8 ]
    ],
    [
      [ "yeast", 2 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "brew_fruit_wine",
  "result_mult" : 3,
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 40000,
  "reversible": false,
  "autolearn": true,
  "book_learn": [ ["brewing_cookbook", 1], ["family_cookbook", 2] ],
  "qualities":[
    {"id":"BREW","level":1,"amount":1}
  ], "tools": [
    [ [ "hotplate", 6 ], [ "char_smoker", 1 ], [ "toolset", 6 ], [ "chemistry_set", 6 ], [ "fire", -1 ] ]
    ],
  "components": [
    [
      [ "water", 4 ], [ "water_clean", 4 ]
    ],
    [
      [ "pear", 2 ], [ "irradiated_pear", 2 ],
      [ "apple", 2 ], [ "irradiated_apple", 2 ],
      [ "peach", 2 ], [ "irradiated_peach", 2 ],
      [ "plums", 2 ], [ "irradiated_plums", 2 ],
      [ "apricot", 2 ], [ "irradiated_apricot", 2 ],
      [ "juice", 1 ]
    ],
    [
      [ "sugar", 2 ]
    ],
    [
      [ "yeast", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "brew_fruit_wine",
  "id_suffix": "from_berries",
  "result_mult" : 3,
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 40000,
  "reversible": false,
  "autolearn": true,
  "book_learn": [ ["brewing_cookbook", 1], ["family_cookbook", 2] ],
  "qualities":[
    {"id":"BREW","level":1,"amount":1}
  ], "tools": [
    [ [ "hotplate", 6 ], [ "char_smoker", 1 ], [ "toolset", 6 ], [ "chemistry_set", 6 ], [ "fire", -1 ] ]
    ],
  "components": [
    [
      [ "water", 4 ], [ "water_clean", 4 ]
    ],
    [
      [ "blackberries", 2 ], [ "irradiated_blackberries", 2 ],
      [ "blueberries", 2 ], [ "irradiated_blueberries", 2 ],
      [ "cranberries", 2 ], [ "irradiated_cranberries", 2 ],
      [ "raspberries", 2 ], [ "irradiated_raspberries", 2 ],
      [ "strawberries", 2 ], [ "irradiated_strawberries", 2 ]
    ],
    [
      [ "sugar", 3 ]
    ],
    [
      [ "yeast", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "brew_bum_wine",
  "result_mult" : 15,
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 80000,
  "reversible": false,
  "autolearn": true,
  "book_learn": [ ["brewing_cookbook", 2] ],
  "qualities":[
    {"id":"BREW","level":2,"amount":1}
  ], "tools": [
    [ [ "hotplate", 2 ], [ "char_smoker", 1 ], [ "toolset", 2 ], [ "fire", -1 ] ]
    ],
  "components": [
    [
      [ "water", 15 ], [ "water_clean", 15 ]
    ],
    [
      [ "grapes", 6 ]
    ],
    [
      [ "brandy", 7 ]
    ],
    [
      [ "yeast", 2 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "brew_hb_beer",
  "result_mult" : 15,
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 80000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [ ["brewing_cookbook", 4] ],
  "qualities":[
    {"id":"BREW","level":2,"amount":1}
  ], "tools": [
    [ [ "hotplate", 6 ], [ "char_smoker", 1 ], [ "toolset", 6 ], [ "fire", -1 ] ]
    ],
  "components": [
    [
      [ "water", 15 ], [ "water_clean", 15 ]
    ],
    [
      [ "barley", 3 ], [ "buckwheat", 3 ]
    ],
    [
      [ "hops", 1 ]
    ],
    [
      [ "sugar", 1 ]
    ],
    [
      [ "yeast", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "brew_mead",
  "result_mult" : 3,
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 80000,
  "reversible": false,
  "autolearn": true,
  "book_learn": [ ["brewing_cookbook", 2] ],
  "components": [
    [
      [ "water", 3 ], [ "water_clean", 3 ]
    ],
    [
      [ "honey_bottled", 10 ], [ "honeycomb", 2], [ "honey_glassed", 10]
    ],
    [
      [ "hops", 1 ]
    ],
    [
      [ "yeast", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "brew_dandelion_wine",
  "result_mult" : 3,
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 80000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [ ["brewing_cookbook", 3] , ["family_cookbook", 2], ["survival_book", 3] , ["textbook_survival", 3] ,
  ["manual_survival", 3] ],
  "qualities":[
    {"id":"CUT","level":1,"amount":1}
  ],
  "components": [
    [
      [ "water", 3 ], [ "water_clean", 3 ]
    ],
    [
      [ "raw_dandelion", 20 ]
    ],
    [
      [ "sugar", 1 ], [ "honeycomb", 1], [ "honey_bottled", 2 ], [ "honey_glassed", 2]
    ],
    [
      [ "yeast", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "brew_pine_wine",
  "result_mult" : 3,
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 80000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [ ["survival_book", 3] , ["textbook_survival", 3] , ["manual_survival", 3] ],
  "qualities":[
    {"id":"CUT","level":1,"amount":1}
  ],
  "components": [
    [
      [ "water", 3 ], [ "water_clean", 3 ]
    ],
    [
      [ "pine_bough", 10 ]
    ],
    [
      [ "sugar", 1 ], [ "honeycomb", 1], [ "honey_bottled", 2 ], [ "honey_glassed", 2]
    ],
    [
      [ "yeast", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "brew_vinegar",
  "result_mult" : 7,
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 8000,
  "reversible": false,
  "autolearn": true,
  "components": [
    [
      [ "water", 10 ], [ "water_clean", 10 ]
    ],
    [
      [ "juice", 14 ], [ "apple_cider", 7 ], [ "fruit_wine", 21 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "taint_tornado",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 5,
  "time": 7000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"BREW","level":2,"amount":1}
  ], "tools":[
    [ ["fire", -1]  ] ],
  "components": [ [ ["meat_tainted", 12] ],
    [ ["vodka", 2] ],
    [ ["whiskey", 2], [ "single_malt_whiskey", 2 ] ],
    [ ["rum", 2] ] ]
},{
        "type" : "recipe",
   "result": "cheeseburger",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
   "skill_used": "cooking",
   "difficulty": 3,
   "time": 9000,
   "reversible": false,
   "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "meat", 1 ]
    ],
    [
      [ "bread", 2 ],
      [ "hardtack", 4]
    ],
    [
      [ "cheese", 2 ], [ "can_cheese", 1]
    ],
    [
      [ "pickle", 1],
      [ "veggy_pickled", 1],
      [ "onion", 1],
      [ "can_tomato", 1 ],
      [ "tomato", 1]
    ],
    [
      [ "ketchup", 1 ], [ "mustard", 1], [ "horseradish", 1 ], [ "mayonnaise", 1], [ "bacon", 1 ], [ "seasoning_salt", 15], [ "soysauce", 1 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "fish_sandwich",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
   "skill_used": "cooking",
   "difficulty": 1,
   "time": 4000,
   "reversible": false,
   "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1}
  ],
  "components": [
    [
      [ "fish_cooked", 1 ],
      [ "fish_fried", 1 ]
    ],
    [
      [ "bread", 2 ],
      [ "hardtack", 4]
    ],
    [
      [ "pickle", 1],
      [ "veggy_pickled", 1],
      [ "onion", 1],
      [ "can_tomato", 1 ],
      [ "tomato", 1]
    ],
    [
      [ "ketchup", 1 ], [ "mustard", 1], [ "horseradish", 1 ], [ "mayonnaise", 1], [ "bacon", 1 ], [ "seasoning_salt", 15], [ "soysauce", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "lutefisk",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 6,
  "time": 18000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "fish", 4 ]
    ],
    [
      [ "water", 2 ],
      [ "water_clean", 2]
    ],
    [
      [ "lye_powder", 5 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "cheeseburgerhuman",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
   "skill_used": "cooking",
   "difficulty": 3,
   "time": 9000,
   "reversible": false,
   "autolearn": false,
   "book_learn": [[ "cookbook_human", 3 ]],
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "human_flesh", 1 ]
    ],
    [
      [ "bread", 2 ],
      [ "hardtack", 4]
    ],
    [
      [ "cheese", 2 ], [ "can_cheese", 1]
    ],
    [
      [ "pickle", 1],
      [ "veggy_pickled", 1],
      [ "onion", 1],
      [ "can_tomato", 1 ],
      [ "tomato", 1]
    ],
    [
      [ "ketchup", 1 ], [ "mustard", 1], [ "horseradish", 1 ], [ "mayonnaise", 1], [ "bacon", 1 ], [ "seasoning_salt", 15], [ "soysauce", 1 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "hamburger",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
   "skill_used": "cooking",
   "difficulty": 3,
   "time": 8000,
   "reversible": false,
   "autolearn": true,
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
     {"id":"COOK","level":2,"amount":1}
  ], "tools": [
   [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "meat", 1 ]
    ],
    [
      [ "bread", 2 ],
      [ "hardtack", 4]
    ],
    [
      [ "pickle", 1],
      [ "veggy_pickled", 1],
      [ "onion", 1],
      [ "can_tomato", 1 ],
      [ "tomato", 1]
    ],
    [
      [ "ketchup", 1 ], [ "mustard", 1], [ "horseradish", 1 ], [ "mayonnaise", 1], [ "bacon", 1 ], [ "seasoning_salt", 15 ], [ "soysauce", 1 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "taco",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
   "skill_used": "cooking",
   "difficulty": 3,
   "time": 8000,
   "reversible": false,
   "autolearn": true,
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
     {"id":"COOK","level":2,"amount":1}
  ], "tools": [
   [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "meat", 1 ]
    ],
    [
      [ "flour", 2 ]
    ],
    [
      [ "salt", 2 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "tiotaco",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
   "skill_used": "cooking",
   "difficulty": 3,
   "time": 8000,
   "reversible": false,
   "autolearn": false,
   "book_learn": [[ "cookbook_human", 2 ]],
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
     {"id":"COOK","level":2,"amount":1}
  ], "tools": [
   [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "human_flesh", 1 ]
    ],
    [
      [ "flour", 2 ]
    ],
    [
      [ "salt", 2 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "hotdogs_cooked",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
   "skill_used": "cooking",
   "difficulty": 2,
   "time": 8000,
   "reversible": false,
   "autolearn": true,
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
     {"id":"COOK","level":2,"amount":1}
  ], "tools": [
   [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "hotdogs_frozen", 1 ]
    ],
    [
      [ "bread", 4 ],
      [ "hardtack", 8]
    ],
    [
      [ "ketchup", 4 ],
      [ "mustard", 4],
      [ "horseradish", 2 ]
    ],
    [
      [ "water", 1],
      [ "water_clean", 1]
    ]
  ]
},{
        "type" : "recipe",
   "result": "chilidogs",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
   "skill_used": "cooking",
   "difficulty": 2,
   "time": 8000,
   "reversible": false,
   "autolearn": true,
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
     {"id":"COOK","level":2,"amount":1}
  ], "tools": [
   [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "hotdogs_frozen", 1 ]
    ],
    [
      [ "chili", 1]
    ],
    [
      [ "bread", 4 ],
      [ "hardtack", 8]
    ],
    [
      [ "mustard", 4],
      [ "horseradish", 2 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "currywurst",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
   "skill_used": "cooking",
   "difficulty": 2,
   "time": 8000,
   "reversible": false,
   "autolearn": true,
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
   [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "sausage", 1 ]
    ],
    [
      [ "curry_powder", 1]
    ],
    [
      [ "ketchup", 4]
    ]
  ]
},{
        "type" : "recipe",
   "result": "chilidogs_human",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
   "skill_used": "cooking",
   "difficulty": 2,
   "time": 8000,
   "reversible": false,
   "autolearn": false,
  "book_learn": [[ "cookbook_human", 1 ]],
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
     {"id":"COOK","level":2,"amount":1}
  ], "tools": [
   [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "hotdogs_frozen", 1 ]
    ],
    [
      [ "chili_human", 1]
    ],
    [
      [ "bread", 4 ],
      [ "hardtack", 8]
    ],
    [
      [ "mustard", 4],
      [ "horseradish", 2 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "h_currywurst",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
   "skill_used": "cooking",
   "difficulty": 2,
   "time": 8000,
   "reversible": false,
   "autolearn": false,
  "book_learn": [[ "cookbook_human", 1 ]],
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
   [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "mannwurst", 1 ]
    ],
    [
      [ "curry_powder", 1]
    ],
    [
      [ "ketchup", 4]
    ]
  ]
},{
        "type" : "recipe",
   "result": "corndogs_cooked",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
   "skill_used": "cooking",
   "difficulty": 2,
   "time": 3500,
   "reversible": false,
   "autolearn": true,
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
   [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "corndogs_frozen", 1 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "bobburger",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
   "skill_used": "cooking",
   "difficulty": 3,
   "time": 8000,
   "reversible": false,
   "autolearn": false,
   "book_learn": [[ "cookbook_human", 3 ]],
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
   [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "human_flesh", 1 ]
    ],
    [
      [ "bread", 2 ],
      [ "hardtack", 4]
    ],
    [
      [ "pickle", 1],
      [ "veggy_pickled", 1],
      [ "onion", 1],
      [ "can_tomato", 1 ],
      [ "tomato", 1]
    ],
    [
      [ "ketchup", 1 ], [ "mustard", 1], [ "horseradish", 1 ], [ "mayonnaise", 1], [ "bacon", 1 ], [ "seasoning_salt", 15 ], [ "soysauce", 1 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "blt",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
   "skill_used": "cooking",
   "difficulty": 2,
   "time": 6000,
   "reversible": false,
   "autolearn": true,
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "bread", 2 ],
      [ "hardtack", 4]
    ],
    [
      [ "bacon", 1 ]
    ],
    [
      [ "lettuce", 1 ]
    ],
    [
      [ "can_tomato", 1 ],
      [ "tomato", 1 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "sloppyjoe",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
   "skill_used": "cooking",
   "difficulty": 1,
   "time": 8000,
   "reversible": false,
   "autolearn": true,
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "bread", 2 ],
      [ "hardtack", 4]
    ],
    [
      [ "sauce_red", 1],
      [ "irradiated_tomato", 2 ],
      [ "can_tomato", 1 ],
      [ "tomato", 2 ]
    ],
    [
      [ "meat", 1 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "manwich",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
   "skill_used": "cooking",
   "difficulty": 1,
   "time": 8000,
   "reversible": false,
   "autolearn": false,
   "book_learn": [[ "cookbook_human", 1 ]],
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "bread", 2 ],
      [ "hardtack", 4]
    ],
    [
      [ "sauce_red", 1],
      [ "irradiated_tomato", 2 ],
      [ "can_tomato", 1 ],
      [ "tomato", 2 ]
    ],
    [
      [ "human_flesh", 1 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "sandwich_t",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
   "skill_used": "cooking",
   "difficulty": 0,
   "time": 3000,
   "reversible": true,
   "autolearn": true,
   "qualities" : [
     {"id":"CUT","level":1,"amount":1}
  ],
  "components": [
    [
      [ "bread", 2 ],
      [ "hardtack", 4]
    ],
    [
      [ "meat_cooked", 1 ],
      [ "lunchmeat", 4 ],
      [ "bologna", 5 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "sandwich_pb",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
   "skill_used": "cooking",
   "difficulty": 0,
   "time": 4000,
   "reversible": true,
   "autolearn": true,
   "qualities" : [
     {"id":"CUT","level":1,"amount":1}
   ],
  "components": [
    [
      [ "bread", 2 ],
      [ "hardtack", 4]
    ],
    [
      [ "peanutbutter", 1 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "sandwich_pbj",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
   "skill_used": "cooking",
   "difficulty": 0,
   "time": 4000,
   "reversible": false,
   "autolearn": true,
   "qualities" : [
     {"id":"CUT","level":1,"amount":1}
   ],
  "components": [
    [
      [ "bread", 2 ],
      [ "hardtack", 4]
    ],
    [
      [ "jam_blueberries", 2 ],
      [ "jam_strawberries", 2],
      [ "jam_fruit", 2]
    ],
    [
      [ "peanutbutter", 1 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "sandwich_pbh",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
   "skill_used": "cooking",
   "difficulty": 0,
   "time": 4000,
   "reversible": false,
   "autolearn": true,
   "qualities" : [
     {"id":"CUT","level":1,"amount":1}
   ],
  "components": [
    [
      [ "bread", 2 ],
      [ "hardtack", 4]
    ],
    [
      [ "honeycomb", 2],
      [ "honey_bottled", 2],
      [ "honey_glassed", 2]
    ],
    [
      [ "peanutbutter", 1 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "sandwich_human",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
   "skill_used": "cooking",
   "difficulty": 0,
   "time": 3000,
   "reversible": true,
   "autolearn": true,
   "qualities" : [
     {"id":"CUT","level":1,"amount":1}
  ],
  "components": [
    [
      [ "bread", 2 ],
      [ "hardtack", 4]
    ],
    [
      [ "human_cooked", 1 ],
      [ "hfleshbologna", 5 ]
    ]
  ]
},{
        "type" : "recipe",
   "result": "toasterpastry",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
   "skill_used": "cooking",
   "difficulty": 0,
   "time": 5000,
   "reversible": false,
   "autolearn": true,
   "tools": [
    [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
    ],
  "components": [
    [
      [ "toasterpastryfrozen", 2 ]
    ]
  ]
},{
   "type" : "recipe",
   "result": "ketchup",
   "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
   "skill_used": "cooking",
   "difficulty": 4,
   "time": 18000,
   "reversible": false,
   "autolearn": true,
   "qualities" : [
     {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "can_tomato", 1 ],
      [ "tomato", 1 ]
    ],
    [
      [ "salt", 1 ], [ "salt_water", 1 ], [ "seasoning_salt", 5 ], [ "soysauce", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "jar_veggy_pickled",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 5,
  "time": 30000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 20 ],
      [ "char_smoker", 1 ],
      [ "toolset", 20 ],
      [ "fire", -1 ]
    ]
  ],
  "//" : "Canned tomatoes aren't an option as they've already been preserved.",
  "components": [
    [
      [ "water", 1 ],
      [ "water_clean", 1 ],
      [ "salt_water", 1 ]
    ],
    [
      [ "jar_glass", 1 ]
    ],
    [
      ["veggy", 1],
      ["veggy_wild", 1],
      ["tomato", 1],
      ["broccoli", 1],
      ["zucchini", 1],
      ["potato_raw", 1],
      ["corn", 1],
      ["onion", 1],
      ["carrot", 1]
    ],
    [
      [ "vinegar", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "jar_meat_pickled",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 6,
  "time": 30000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 20 ],
      [ "char_smoker", 1 ],
      [ "toolset", 20 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "water", 1 ],
      [ "water_clean", 1 ],
      [ "salt_water", 1 ]
    ],
    [
      [ "jar_glass", 1 ]
    ],
    [
      [ "meat", 1 ]
    ],
    [
      [ "vinegar", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "jar_fish_pickled",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 6,
  "time": 30000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 20 ],
      [ "char_smoker", 1 ],
      [ "toolset", 20 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "water", 1 ],
      [ "water_clean", 1 ],
      [ "salt_water", 1 ]
    ],
    [
      [ "jar_glass", 1 ]
    ],
    [
      [ "fish", 1 ]
    ],
    [
      [ "vinegar", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "jar_human_pickled",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 6,
  "time": 30000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [[ "cookbook_human", 6 ]],
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 20 ],
      [ "char_smoker", 1 ],
      [ "toolset", 20 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "water", 1 ],
      [ "water_clean", 1 ],
      [ "salt_water", 1 ]
    ],
    [
      [ "jar_glass", 1 ]
    ],
    [
      [ "human_flesh", 1 ]
    ],
    [
      [ "vinegar", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "fruit_cooked",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 5000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      ["hotplate", 2],
      [ "char_smoker", 1 ],
      ["toolset", 2],
      ["fire", -1]
    ]
  ],
  "components": [
    [
      [ "apple", 1 ],
      [ "apricot", 1 ],
      [ "banana", 1 ],
      [ "blackberries", 1 ],
      [ "blueberries", 1 ],
      [ "cherries", 1 ],
      [ "coconut", 1 ],
      [ "cranberries", 1 ],
      [ "grapefruit", 1 ],
      [ "grapes", 1 ],
      [ "kiwi", 1 ],
      [ "lemon", 1 ],
      [ "mango", 1 ],
      [ "melon", 1 ],
      [ "orange", 1 ],
      [ "papaya", 1 ],
      [ "peach", 1 ],
      [ "pear", 1 ],
      [ "pineapple", 1 ],
      [ "plums", 1 ],
      [ "pomegranate", 1 ],
      [ "raspberries", 1 ],
      [ "strawberries", 1 ],
      [ "watermelon", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "jam_fruit",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 30000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 2 ],
      [ "char_smoker", 1 ],
      [ "toolset", 2 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
       [ "apple", 1 ],
       [ "orange", 1 ],
       [ "lemon", 1 ],
       [ "banana", 1 ],
       [ "pear", 1 ],
       [ "grapefruit", 1 ],
       [ "cherries", 1 ],
       [ "plums", 1 ],
       [ "grapes", 1 ],
       [ "pineapple", 1],
       [ "peach", 1 ],
       [ "cranberries", 1 ],
       [ "watermelon", 1 ],
       [ "melon", 1 ],
       [ "raspberries", 1 ],
       [ "blackberries", 1 ],
       [ "pomegranate", 1 ],
       [ "mango", 1 ],
       [ "rhubarb", 1 ],
       [ "papaya", 1 ],
       [ "apricot", 1 ],
       [ "kiwi", 1 ]
    ],
    [
      [ "sugar", 1 ]
    ]
  ]
},{
  "type" : "recipe",
  "result": "juice",
  "byproducts": "juice_pulp",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 5000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"HAMMER","level":1,"amount":1}
  ], "components": [
    [
      ["apple", 2],
      ["apricot", 2],
      ["banana", 2],
      ["blackberries", 2],
      ["blueberries", 2],
      ["cherries", 2],
      ["cranberries", 2],
      ["grapefruit", 2],
      ["grapes", 2],
      ["irradiated_apple", 2],
      ["irradiated_apricot", 2],
      ["irradiated_banana", 2],
      ["irradiated_blackberries", 2],
      ["irradiated_blueberries", 2],
      ["irradiated_cherries", 2],
      ["irradiated_cranberries", 2],
      ["irradiated_grapefruit", 2],
      ["irradiated_grapes", 2],
      ["irradiated_kiwi", 2],
      ["irradiated_lemon", 2],
      ["irradiated_mango", 2],
      ["irradiated_melon", 2],
      ["irradiated_orange", 2],
      ["irradiated_papaya", 2],
      ["irradiated_peach", 2],
      ["irradiated_pear", 2],
      ["irradiated_pineapple", 2],
      ["irradiated_plums", 2],
      ["irradiated_pomegranate", 2],
      ["irradiated_raspberries", 2],
      ["irradiated_strawberries", 2],
      ["irradiated_watermelon", 1],
      ["kiwi", 2],
      ["lemon", 2],
      ["mango", 2],
      ["melon", 2],
      ["orange", 2],
      ["papaya", 2],
      ["peach", 2],
      ["pear", 2],
      ["pineapple", 2],
      ["plums", 2],
      ["pomegranate", 2],
      ["raspberries", 2],
      ["strawberries", 2],
      ["watermelon", 1]
    ],
    [
      [ "water_clean", 1 ]
    ]
  ]
},{
  "type" : "recipe",
  "result": "brioche",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_BREAD",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 60000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"COOK","level":2,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 8 ],
      [ "char_smoker", 1 ],
      [ "toolset", 8 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "flour", 3 ]
    ],
    [
      [ "yeast", 1 ]
    ],
    [
      [ "milk", 1 ],
      [ "con_milk", 1 ],
      [ "can_coconut", 1 ]
    ],
    [
      [ "powder_eggs", 15 ],
      [ "egg_bird", 2 ],
      [ "egg_reptile", 2 ]
    ],
    [
      [ "sugar", 1 ]
    ],
    [
      [ "cooking_oil", 1 ],
      [ "tallow", 1 ],
      [ "lard", 1 ]
    ],
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "veggy_salad",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 1,
  "time": 20000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"CUT","level":1,"amount":1},
    {"id":"CONTAIN","level":1,"amount":1}
    ],
  "components": [
    [
      [ "lettuce", 1 ],
      [ "irradiated_lettuce", 1],
      [ "broccoli", 1],
      [ "irradiated_broccoli", 1],
      [ "dandelion_cooked", 1 ],
      [ "veggy_wild_cooked", 1 ]
    ],
    [
      [ "cucumber", 2 ],
      [ "irradiated_cucumber", 2],
      [ "tomato", 2],
      [ "can_tomato", 1 ],
      [ "irradiated_tomato", 2],
      [ "carrot", 2],
      [ "irradiated_carrot", 2],
      [ "celery", 2],
      [ "irradiated_celery", 2],
      [ "pineapple", 2],
      [ "irradiated_pineapple", 2],
      [ "cranberries", 2],
      [ "irradiated_cranberries", 2],
      [ "raspberries", 2],
      [ "irradiated_raspberries", 2],
      [ "blackberries", 2],
      [ "irradiated_blackberries", 2],
      [ "sugar_beet", 2]
    ],
    [
      [ "sugar", 2],
      [ "mustard", 1],
      [ "mayonnaise", 1],
      [ "seasoning_salt", 10],
      [ "soysauce", 1 ],
      [ "pepper", 10],
      [ "vinegar", 1],
      [ "seasoning_italian", 10]
    ]
  ]
},{
        "type" : "recipe",
  "result": "insta_salad",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 1000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
    {"id":"CONTAIN","level":1,"amount":1}
  ],
  "components": [
    [
      [ "dried_salad", 1 ]
    ],
    [
      [ "water_clean", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "sweet_water",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_DRINKS",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 1000,
  "reversible": false,
  "autolearn": true,
  "components": [
    [
      [ "water_clean", 1 ]
    ],
    [
      [ "sugar", 1 ],
      [ "honey_bottled", 1 ],
      [ "honey_glassed", 1 ],
      [ "honeycomb", 1 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "sugar",
  "id_suffix": "from_sweet_water",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 0,
  "time": 90000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[50, 4],
  "qualities":[
    {"id":"BOIL","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 3 ],
      [ "char_smoker", 1 ],
      [ "toolset", 3 ],
      [ "coffeemaker", 3],
      [ "atomic_coffeepot", -1 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "sweet_water", 8 ]
    ]
  ]
},{
  "type" : "recipe",
  "result": "sugar_fried",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_OTHER",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 3500,
  "reversible": false,
  "autolearn": true,
  "qualities":[ {"id":"COOK","level":2,"amount":1} ],
  "tools": [ [ [ "hotplate", 2 ], [ "char_smoker", 1 ], [ "toolset", 2 ], [ "fire", -1 ] ] ],
  "components": [
    [ [ "sugar", 1 ] ],
    [ [ "water_clean", 1 ] ]
  ]
},{
  "type" : "recipe",
  "result": "meat_tainted",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 5,
  "time": 90000,
  "reversible": false,
  "autolearn": false,
  "book_learn": [[ "recipe_creepy", 5 ], [ "recipe_serum", 6 ]],
  "qualities":[
    {"id":"CONTAIN","level":1,"amount":1},
    {"id":"CUT","level":1,"amount":1}
  ],
  "components": [
    [
     [ "meat", 1 ],
     [ "human_flesh", 1 ],
     [ "rehydrated_meat", 1 ],
     [ "rehydrated_hflesh", 1 ]
    ],
    [
     [ "slime_scrap", 2 ]
    ],
    [
     [ "water", 1 ]
    ]
   ]
},{
  "type" : "recipe",
  "result": "dry_meat_tainted",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 18000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
  {"id":"CUT","level":1,"amount":1}],
  "tools": [
    [
     [ "dehydrator", 25 ],
     [ "char_smoker", 5 ]
    ]
  ],
  "components": [
    [
     [ "meat_tainted", 2 ]
    ]
   ]
},{
  "type" : "recipe",
  "result": "dry_veggy_tainted",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 2,
  "time": 18000,
  "reversible": false,
  "autolearn": true,
  "qualities":[
  {"id":"CUT","level":1,"amount":1}],
  "tools": [
    [
     [ "dehydrator", 25 ],
     [ "char_smoker", 5 ]
    ]
  ],
  "components": [
    [
     [ "veggy_tainted", 2 ]
    ]
   ]
},{
        "type" : "recipe",
  "result": "jar_tomato_canned",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_VEGGI",
  "skill_used": "cooking",
  "difficulty": 4,
  "time": 30000,
  "reversible": false,
  "autolearn": true,
  "qualities" : [
    {"id":"CUT","level":1,"amount":1},
    {"id":"COOK","level":3,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 10 ],
      [ "char_smoker", 1 ],
      [ "toolset", 10 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "water", 1 ],
      [ "water_clean", 1 ]
    ],
    [
      [ "jar_glass", 1 ]
    ],
    [
      [ "tomato", 3 ]
    ]
  ]
},{
        "type" : "recipe",
  "result": "royal_beef",
  "category": "CC_FOOD",
  "subcategory": "CSC_FOOD_MEAT",
  "skill_used": "cooking",
  "difficulty": 3,
  "time": 15000,
  "reversible": false,
  "autolearn": true,
  "batch_time_factors":[67, 5],
  "qualities":[
    {"id":"COOK","level":1,"amount":1}
  ], "tools": [
    [
      [ "hotplate", 7 ],
      [ "char_smoker", 1 ],
      [ "toolset", 7 ],
      [ "fire", -1 ]
    ]
  ],
  "components": [
    [
      [ "meat", 1 ]
    ],
    [
      [ "royal_jelly", 1 ]
    ]
  ]
}
]
