summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-08-08 02:04:06 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-08-08 02:04:06 -0700
commite2c5fb29b9e6ca6baecf0c24698009d4161f06c1 (patch)
treef2fd7758db1a5bdf3bc1df5f3f3610f9a36c271b /json
parentAdd plastic chunks (diff)
downloadcataclysm-dda-mod_faction-camp-recipe-expansion-e2c5fb29b9e6ca6baecf0c24698009d4161f06c1.tar.xz
Add steel, spiked steel, hard steel plating to workshop
Diffstat (limited to 'json')
-rw-r--r--json/recipes/basecamps/recipe_groups.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json
index 16b38d2..dfcf3f5 100644
--- a/json/recipes/basecamps/recipe_groups.json
+++ b/json/recipes/basecamps/recipe_groups.json
@@ -161,6 +161,26 @@
{ "id": "plastic_chunk", "description": " Craft: Plastic, Chunk" }
]
},
+ {
+ "type": "recipe_group",
+ "name": "blacksmith_recipes_4",
+ "building_type": "SMITH",
+ "recipes": [
+ { "id": "blade", "description": " Craft: Blade" },
+ { "id": "bearing", "description": " Craft: Bearings" },
+ { "id": "caltrops", "description": " Craft: Caltrops" },
+ { "id": "hand_drill", "description": " Craft: Hand Drill" },
+ { "id": "sheet_metal", "description": " Craft: Sheet Metal" },
+ { "id": "steel_plate", "description": " Craft: Plating, Steel" },
+ { "id": "spiked_plate", "description": " Craft: Plating, Spiked Steel" },
+ { "id": "hard_plate", "description": " Craft: Plating, Hard Steel" },
+ { "id": "chain", "description": " Craft: Chain" },
+ { "id": "shovel", "description": " Craft: Shovel" },
+ { "id": "rebar", "description": " Craft: Rebar" },
+ { "id": "gold_ring", "description": " Craft: Gold Ring" },
+ { "id": "hammer_sledge", "description": " Craft: Hammer, Sledge" }
+ ]
+ },
{
"type": "recipe_group",
"name": "blacksmith_recipes_5",