summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-20 12:31:33 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-20 12:31:33 -0700
commit9fba31ac2f19f31191736ec82712bbb3a0703b8c (patch)
tree872985a7a4eed6149f7f978d841e97fe1f71daab
downloadcataclysm-dda-mod_faction-camp-recipe-expansion-9fba31ac2f19f31191736ec82712bbb3a0703b8c.tar.xz
Initial commit
-rw-r--r--modinfo.json11
-rw-r--r--recipe_groups.json95
2 files changed, 106 insertions, 0 deletions
diff --git a/modinfo.json b/modinfo.json
new file mode 100644
index 0000000..0d2580d
--- /dev/null
+++ b/modinfo.json
@@ -0,0 +1,11 @@
+[
+ {
+ "type": "MOD_INFO",
+ "ident": "faction_camp_recipe_expansion",
+ "name": "Faction Camp Recipe Expansion",
+ "authors": ["jc_gargma"],
+ "description": "Add several recipes to the faction camp that in all honesty should be there.",
+ "category": "rebalance",
+ "dependencies": [ "dda" ]
+ }
+]
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": [
+ ]
+ }
+]