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/recipe_companion.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 json/recipes/recipe_companion.json (limited to 'json/recipes/recipe_companion.json') 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