summaryrefslogtreecommitdiff
path: root/json/recipes/recipe_companion.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/recipe_companion.json')
-rw-r--r--json/recipes/recipe_companion.json17
1 files changed, 17 insertions, 0 deletions
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 ] ] ]
+ }
+]