From 8cbf53fd11e59ad1a40185e63bc18153616e50c3 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 7 Jul 2022 15:12:25 -0700 Subject: Add recipe for using the drophammer with flechettes. --- json/recipes/basecamps/recipe_groups.json | 1 + json/recipes/recipe_companion.json | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 json/recipes/recipe_companion.json diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index 3170596..990712e 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -396,6 +396,7 @@ { "id": "ammolink50", "description": " Craft: Ammo Belt, .50" }, { "id": "ammolink40mm", "description": " Craft: Ammo Belt, 40x53mm" }, { "id": "chain_npc_drop", "description": " Craft: Chain, Drop Hammer" }, + { "id": "combatnail_npc_drop", "description": " Craft: Flechette, Drop Hammer" }, { "id": "nail_npc_drop", "description": " Craft: Nail, Drop Hammer" }, { "id": "pipe_npc_drop", "description": " Craft: Pipe, Steel, Drop Hammer" }, { "id": "rebar_npc_drop", "description": " Craft: Rebar, Drop Hammer" }, diff --git a/json/recipes/recipe_companion.json b/json/recipes/recipe_companion.json new file mode 100644 index 0000000..b239123 --- /dev/null +++ b/json/recipes/recipe_companion.json @@ -0,0 +1,17 @@ +[ + { + "type": "recipe", + "result": "combatnail", + "id_suffix": "npc_drop", + "category": "CC_AMMO", + "subcategory": "CSC_AMMO_OTHER", + "skill_used": "fabrication", + "difficulty": 1, + "time": "60 m", + "autolearn": false, + "never_learn": true, + "qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 5 }, { "id": "CHISEL", "level": 3 } ], + "tools": [ [ [ "tongs", -1 ] ], [ [ "swage", -1 ] ], [ [ "forge", 5 ], [ "oxy_torch", 1 ] ] ], + "components": [ [ [ "steel_chunk", 1 ], [ "scrap", 3 ] ] ] + } +] -- cgit v1.2.1