summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-01-17 05:20:54 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-01-17 05:20:54 -0800
commitcf38e9159fd6847a0fe4c141e0ece20d4de09c40 (patch)
treeba5e6467f6e1169ad57ea78641691c09a3cd4419
parentAdd metallic smoother (diff)
downloadcataclysm-dda-mod_faction-camp-recipe-expansion-cf38e9159fd6847a0fe4c141e0ece20d4de09c40.tar.xz
Add concrete
Add cured hide and cured pelt
-rw-r--r--Readme.txt23
-rw-r--r--json/recipes/basecamps/recipe_groups.json8
2 files changed, 28 insertions, 3 deletions
diff --git a/Readme.txt b/Readme.txt
new file mode 100644
index 0000000..883f718
--- /dev/null
+++ b/Readme.txt
@@ -0,0 +1,23 @@
+The purpose of this mod is to expand upon the variety of the faction
+camp recipes while keeping it in line with the pre-existing recipes.
+
+Additions to expect:
+Just about anything canned, jarred, fermented, and pickled.
+Just about anything dried. And drying from frozen too.
+Basic ingredients like tofu, tallow, salt, and sugar.
+Pasta noodles.
+Powdered foods, with quern and food proccessor.
+A few trivial end recipes like biscuits, roasted nuts.
+The other pie recipes.
+All craftable seeds from the farm camp.
+Metalworking with the arc welder.
+Plastic.
+Metal plating of all sorts.
+More knives.
+Curved Needle.
+Metallic Smoother.
+Rebar and Steel Rails.
+Concrete.
+Cured Hides and Pelts.
+
+Renamed a bunch to make them more clear.
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json
index 581f4d8..59a1079 100644
--- a/json/recipes/basecamps/recipe_groups.json
+++ b/json/recipes/basecamps/recipe_groups.json
@@ -4,7 +4,6 @@
"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" },
@@ -138,7 +137,9 @@
"building_type": "BASE",
"recipes": [
{ "id": "tinder", "description": " Craft: Tinder" },
- { "id": "pointy_stick", "description": " Craft: Pointy Sticks" }
+ { "id": "pointy_stick", "description": " Craft: Pointy Sticks" },
+ { "id": "cured_pelt", "description": " Craft: Cured Pelt" },
+ { "id": "cured_hide", "description": " Craft: Cured Hide" }
]
},
{
@@ -204,7 +205,8 @@
{ "id": "steel_lump", "description": " Craft: Steel, Lump" },
{ "id": "plastic_chunk", "description": " Craft: Plastic, Chunk, from Bleach/Vinegar" },
{ "id": "plastic_chunk_from_plastic_bags", "description": " Craft: Plastic, Chunk, from Plastic Bags" },
- { "id": "plastic_chunk_from_cash_cards", "description": " Craft: Plastic, Chunk, from Cash Cards/Straws" }
+ { "id": "plastic_chunk_from_cash_cards", "description": " Craft: Plastic, Chunk, from Cash Cards/Straws" },
+ { "id": "concrete", "description": " Craft: Concrete" }
]
},
{