diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-08-07 13:46:34 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-08-07 13:46:34 -0700 |
commit | 661dd4ac84441930df31d7770b857fc952bf53b0 (patch) | |
tree | dd5453181b36a9ca57b29c566eef1c3e0cc35b2f /json/recipes | |
parent | Add recipes for chainmail links and sheets (diff) | |
download | cataclysm-bn-mod_faction-camp-recipe-expansion-661dd4ac84441930df31d7770b857fc952bf53b0.tar.xz |
Add tin powder recipe
Replace existing crossbow bolt recipe with three high tier crossbow bolts
Add three high tier arrow recipes
Diffstat (limited to 'json/recipes')
-rw-r--r-- | json/recipes/basecamps/recipe_groups.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index 2fff65b..0cc5967 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -204,6 +204,7 @@ { "id": "steel_lump", "description": " Craft: Steel, Lump" }, { "id": "superglue", "description": " Craft: Superglue" }, { "id": "material_quicklime", "description": " Craft: Quicklime" }, + { "id": "tin", "description": " Craft: Tin, Powder" }, { "id": "zinc_metal", "description": " Craft: Zinc" }, { "id": "anvil", "description": " Craft: Anvil" }, { "id": "caltrops_glass", "description": " Craft: Glass Caltrops" } @@ -218,7 +219,6 @@ { "id": "copper_knife", "description": " Craft: Knife, Copper" }, { "id": "spear_copper", "description": " Craft: Spear, Copper" }, { "id": "sword_crude", "description": " Craft: Sword, Crude" }, - { "id": "bolt_metal", "description": " Craft: Crossbow Bolt, Steel" }, { "id": "cuirass_scrap", "description": " Craft: Armor, Scrap Cuirass" }, { "id": "armor_scrapsuit", "description": " Craft: Armor, Scrap Suit" }, { "id": "helmet_scrap", "description": " Craft: Helm, Scrap" }, @@ -311,6 +311,12 @@ { "id": "rapier", "description": " Craft: Sword, Rapier" }, { "id": "scimitar", "description": " Craft: Sword, Scimitar" }, { "id": "zweihander", "description": " Craft: Sword, Zweihander" }, + { "id": "arrow_wood", "description": " Craft: Arrow, Wooden, Broadhead" }, + { "id": "arrow_field_point_fletched", "description": " Craft: Arrow, Wooden, Bodkin" }, + { "id": "arrow_heavy_field_point_fletched", "description": " Craft: Arrow, Wooden, Hunting" }, + { "id": "bolt_wood", "description": " Craft: Crossbow Bolt, Wooden, Broadhead" }, + { "id": "bolt_wood_bodkin", "description": " Craft: Crossbow Bolt, Wooden, Bodkin" }, + { "id": "bolt_wood_small_game", "description": " Craft: Crossbow Bolt, Wooden, Hunting" }, { "id": "cuirass_lightplate", "description": " Craft: Armor, Plate Cuirass" }, { "id": "helmet_plate", "description": " Craft: Helm, Plate" }, { "id": "armor_lightplate", "description": " Craft: Armor, Plate Suit" }, |