diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-08-05 02:49:21 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-08-05 02:49:21 -0700 |
commit | a46cb2c49a9a6ab9f48e491892212581f36018bb (patch) | |
tree | b7f5a4a7d54eb96ad9d7024739ed7f8fbfe9f63b /json/recipes/basecamps | |
parent | Add oatmeal to kitchen (diff) | |
download | cataclysm-dda-mod_faction-camp-recipe-expansion-a46cb2c49a9a6ab9f48e491892212581f36018bb.tar.xz |
Add plastic chunks
Diffstat (limited to 'json/recipes/basecamps')
-rw-r--r-- | json/recipes/basecamps/recipe_groups.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index 0eff375..16b38d2 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -147,6 +147,22 @@ }, { "type": "recipe_group", + "name": "blacksmith_recipes_1", + "building_type": "SMITH", + "recipes": [ + { "id": "scrap_copper", "description": " Craft: Copper, Scrap" }, + { "id": "charcoal_npc", "description": " Craft: Charcoal" }, + { "id": "spike", "description": " Craft: Spike" }, + { "id": "caltrops_glass", "description": " Craft: Glass Caltrops" }, + { "id": "steel_chunk", "description": " Craft: Steel, Chunk" }, + { "id": "crucible", "description": " Craft: Crucible" }, + { "id": "anvil", "description": " Craft: Anvil" }, + { "id": "steel_lump", "description": " Craft: Steel, Lump" }, + { "id": "plastic_chunk", "description": " Craft: Plastic, Chunk" } + ] + }, + { + "type": "recipe_group", "name": "blacksmith_recipes_5", "building_type": "SMITH", "recipes": [ |