summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-12-10 19:23:37 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-12-10 19:23:37 -0800
commit360917a8fe9d18e06646a52a01be521d5a81c2ad (patch)
tree179f70bffb6fd1bcf7d1dc74af7796b0daf251b7
parentAdd the remaining plate armor recipes. (diff)
downloadcataclysm-dda-mod_faction-camp-recipe-expansion-360917a8fe9d18e06646a52a01be521d5a81c2ad.tar.xz
Add in the remaining groups
Clean up some of those names
-rw-r--r--json/recipes/basecamps/recipe_groups.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json
index 1744600..7929552 100644
--- a/json/recipes/basecamps/recipe_groups.json
+++ b/json/recipes/basecamps/recipe_groups.json
@@ -207,6 +207,38 @@
{ "id": "plastic_chunk_from_cash_cards", "description": " Craft: Plastic, Chunk, from Cash Cards/Straws" }
]
},
+ {
+ "type": "recipe_group",
+ "name": "blacksmith_recipes_2",
+ "building_type": "SMITH",
+ "recipes": [
+ { "id": "copper_knife", "description": " Craft: Knife, Copper" },
+ { "id": "sword_crude", "description": " Craft: Sword, Crude" },
+ { "id": "pot_copper", "description": " Craft: Pot, Copper" },
+ { "id": "bolt_metal", "description": " Craft: Crossbow Bolt, Steel" },
+ { "id": "armor_scrapsuit", "description": " Craft: Armor, Scrap Suit" },
+ { "id": "helmet_scrap", "description": " Craft: Helm, Scrap" },
+ { "id": "cuirass_scrap", "description": " Craft: Armor, Scrap Cuirass" },
+ { "id": "armguard_scrap", "description": " Craft: Arm Guards, Scrap" },
+ { "id": "legguard_scrap", "description": " Craft: Leg Guards, Scrap" },
+ { "id": "boots_scrap", "description": " Craft: Armor, Scrap Boots" },
+ { "id": "copper_ax", "description": " Craft: Axe, Copper" },
+ { "id": "spear_copper", "description": " Craft: Spear, Copper" }
+ ]
+ },
+ {
+ "type": "recipe_group",
+ "name": "blacksmith_recipes_3",
+ "building_type": "SMITH",
+ "recipes": [
+ { "id": "chisel", "description": " Craft: Metalworking Chisel" },
+ { "id": "hammer", "description": " Craft: Hammer" },
+ { "id": "tongs", "description": " Craft: Metal Tongs" },
+ { "id": "nail", "description": " Craft: Nail" },
+ { "id": "wire", "description": " Craft: Wire" },
+ { "id": "swage", "description": " Craft: Swage and Die Set" }
+ ]
+ },
{
"type": "recipe_group",
"name": "blacksmith_recipes_4",
@@ -286,5 +318,18 @@
{ "id": "metal_tank", "description": " Craft: Metal Tank, 60L, Welded" },
{ "id": "jerrycan_big_welder", "description": " Craft: Jerrycan, Steel, Welded" }
]
+ },
+ {
+ "type": "recipe_group",
+ "name": "blacksmith_recipes_7",
+ "building_type": "SMITH",
+ "recipes": [
+ { "id": "sheet_metal_npc_drop", "description": " Craft: Sheet Metal, Drop Hammer" },
+ { "id": "chain_npc_drop", "description": " Craft: Chain, Drop Hammer" },
+ { "id": "nail_npc_drop", "description": " Craft: Nail, Drop Hammer" },
+ { "id": "wire_npc_drop", "description": " Craft: Wire, Drop Hammer" },
+ { "id": "pipe_npc_drop", "description": " Craft: Pipe, Drop Hammer" },
+ { "id": "rebar_npc_drop", "description": " Craft: Rebar, Drop Hammer" }
+ ]
}
]