diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-01-17 05:20:54 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-01-17 05:20:54 -0800 |
commit | cf38e9159fd6847a0fe4c141e0ece20d4de09c40 (patch) | |
tree | ba5e6467f6e1169ad57ea78641691c09a3cd4419 /json/recipes | |
parent | Add metallic smoother (diff) | |
download | cataclysm-dda-mod_faction-camp-recipe-expansion-cf38e9159fd6847a0fe4c141e0ece20d4de09c40.tar.xz |
Add concrete
Add cured hide and cured pelt
Diffstat (limited to 'json/recipes')
-rw-r--r-- | json/recipes/basecamps/recipe_groups.json | 8 |
1 files changed, 5 insertions, 3 deletions
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" } ] }, { |