From 9fba31ac2f19f31191736ec82712bbb3a0703b8c Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 20 Jun 2020 12:31:33 -0700 Subject: Initial commit --- recipe_groups.json | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 recipe_groups.json (limited to 'recipe_groups.json') diff --git a/recipe_groups.json b/recipe_groups.json new file mode 100644 index 0000000..cfb4d99 --- /dev/null +++ b/recipe_groups.json @@ -0,0 +1,95 @@ +[ + { + "type": "recipe_group", + "name": "kitchen_recipes_1", + "building_type": "COOK", + "recipes": [ + { "id": "tinder", "description": " Craft: Tinder" }, + { "id": "meat_cooked", "description": " Cook: Meat, Cooked" }, + { "id": "fish_cooked", "description": " Cook: Fish, Cooked" }, + { "id": "veggy_cooked", "description": " Cook: Veggy, Cooked" }, + { "id": "veggy_wild_cooked", "description": " Cook: Veggy, Cooked Wild" }, + { "id": "boiled_egg", "description": " Cook: Egg, Boiled" }, + { "id": "starch", "description": " Cook: Starch" }, + { "id": "flatbread", "description": " Cook: Flatbread" } + ] + }, + { + "type": "recipe_group", + "name": "kitchen_recipes_2", + "building_type": "COOK", + "recipes": [ + { "id": "flour", "description": " Cook: Flour" }, + { "id": "cornmeal", "description": " Cook: Cornmeal" }, + { "id": "salt", "description": " Cook: Salt" }, + { "id": "lard", "description": " Cook: Lard" }, + { "id": "bread", "description": " Cook: Bread" }, + { "id": "cornbread", "description": " Cook: Cornbread" }, + { "id": "tortilla_corn", "description": " Cook: Corn Tortilla" }, + { "id": "jerky", "description": " Cook: Meat Jerky" }, + { "id": "fruit_leather", "description": " Cook: Fruit Leather" }, + { "id": "mushroom_cooked", "description": " Cook: Mushroom, Cooked" }, + { "id": "meat_smoked", "description": " Cook: Meat, Smoked" }, + { "id": "fish_smoked", "description": " Cook: Fish, Smoked" }, + { "id": "dry_meat", "description": " Cook: Meat, Dehydrated" }, + { "id": "dry_fish", "description": " Cook: Fish, Dehydrated" }, + { "id": "dry_mushroom", "description": " Cook: Mushroom, Dried" }, + { "id": "dry_tofu", "description": " Cook: Tofu, Dehydrated" }, + { "id": "dry_veggy", "description": " Cook: Vegetable, Dehydrated" }, + { "id": "dry_beans", "description": " Cook: Beans, Dried" }, + { "id": "dry_lentils", "description": " Cook: Lentils, Dried" }, + { "id": "dry_fruit", "description": " Cook: Fruit, Dehydrated" }, + { "id": "powder_eggs", "description": " Cook: Eggs, Powdered" }, + { "id": "milk_powder", "description": " Cook: Milk, Powdered" }, + { "id": "sausage", "description": " Cook: Sausage" }, + { "id": "sausage_wasteland", "description": " Cook: Sausage, Wasteland" } + ] + }, + { + "type": "recipe_group", + "name": "kitchen_recipes_3", + "building_type": "COOK", + "recipes": [ + { "id": "sugar", "description": " Cook: Sugar" }, + { "id": "tallow", "description": " Cook: Tallow" }, + { "id": "cheese_hard", "description": " Cook: Cheese, Hard" }, + { "id": "milk_cream_rising", "description": " Cook: Rising Cream" }, + { "id": "raw_butter", "description": " Cook: Butter, Raw" }, + { "id": "pie_meat", "description": " Cook: Meat Pie" }, + { "id": "pie_veggy", "description": " Cook: Veggy Pie" }, + { "id": "pie", "description": " Cook: Fruit Pie" }, + { "id": "pie_maple", "description": " Cook: Maple Pie" }, + { "id": "granola", "description": " Cook: Granola" }, + { "id": "hardtack", "description": " Cook: Hardtack" }, + { "id": "pemmican", "description": " Cook: Pemmican" }, + { "id": "meat_pickled_jarred", "description": " Cook: Meat, Pickled" }, + { "id": "fish_pickled_jarred", "description": " Cook: Fish, Pickled" }, + { "id": "veggy_pickled_jarred", "description": " Cook: Veggy, Pickled" }, + { "id": "meat_canned_jarred", "description": " Cook: Meat, Canned" }, + { "id": "fish_canned_jarred", "description": " Cook: Fish, Canned" }, + { "id": "veggy_canned_jarred", "description": " Cook: Vegetables, Canned" }, + { "id": "can_beans_jarred", "description": " Cook: Beans, Canned" }, + { "id": "can_tomato_jarred", "description": " Cook: Tomatoes, Canned" }, + { "id": "apple_canned_jarred", "description": " Cook: Fruit, Canned" }, + { "id": "meat_aspic", "description": " Cook: Meat Aspic" }, + { "id": "veggy_aspic", "description": " Cook: Veggy Aspic" }, + { "id": "kompot", "description": " Cook: Kompot" } + ] + }, + { + "type": "recipe_group", + "name": "primitive_camp_recipes_1", + "building_type": "BASE", + "recipes": [ + { "id": "tinder", "description": " Craft: Tinder" }, + { "id": "pointy_stick", "description": " Craft: Pointy Sticks" } + ] + }, + { + "type": "recipe_group", + "name": "farm_recipes_1", + "building_type": "FARM", + "recipes": [ + ] + } +] -- cgit v1.2.1