From 5c9e5cd2f861aa4a9326abce168f119728a9f01f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 23 Jun 2020 22:11:04 -0700 Subject: Add trench knife to the workshop recipes --- recipe_groups.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'recipe_groups.json') diff --git a/recipe_groups.json b/recipe_groups.json index 4ad86aa..83c551b 100644 --- a/recipe_groups.json +++ b/recipe_groups.json @@ -93,5 +93,25 @@ "building_type": "FARM", "recipes": [ ] + }, + { + "type": "recipe_group", + "name": "blacksmith_recipes_5", + "building_type": "SMITH", + "recipes": [ + { "id": "knife_combat", "description": " Craft: Knife, Combat" }, + { "id": "knife_trench", "description": " Craft: Knife, Trench" }, + { "id": "spear_steel", "description": " Craft: Spear, Steel" }, + { "id": "machete", "description": " Craft: Machete" }, + { "id": "pipe", "description": " Craft: Pipe" }, + { "id": "screwdriver", "description": " Craft: Screwdriver" }, + { "id": "throwing_axe", "description": " Craft: Axe, Throwing" }, + { "id": "wrench", "description": " Craft: Wrench" }, + { "id": "hatchet", "description": " Craft: Hatchet" }, + { "id": "throwing_knife", "description": " Craft: Knife, Throwing" }, + { "id": "crowbar", "description": " Craft: Crowbar" }, + { "id": "pot", "description": " Craft: Pot" }, + { "id": "hoe", "description": " Craft: Hoe" } + ] } ] -- cgit v1.2.1