summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-23 22:11:04 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-23 22:11:04 -0700
commit5c9e5cd2f861aa4a9326abce168f119728a9f01f (patch)
treecb42f2c18d0b4079a6b669b722558044a733805e
parentAdd acorn meal (diff)
downloadcataclysm-dda-mod_faction-camp-recipe-expansion-5c9e5cd2f861aa4a9326abce168f119728a9f01f.tar.xz
Add trench knife to the workshop recipes
-rw-r--r--recipe_groups.json20
1 files changed, 20 insertions, 0 deletions
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" }
+ ]
}
]