From 74c31038990ed486a0caf360e80f03c46fbe42f2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 14 Jul 2024 07:59:57 -0700 Subject: Fix duplication of some drophammer recipes. --- json/recipes/recipe_companion.json | 45 -------------------------------------- 1 file changed, 45 deletions(-) (limited to 'json/recipes') diff --git a/json/recipes/recipe_companion.json b/json/recipes/recipe_companion.json index 007ff6f..7ceea8a 100644 --- a/json/recipes/recipe_companion.json +++ b/json/recipes/recipe_companion.json @@ -100,50 +100,5 @@ [ [ "tongs", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ] - }, - { - "type": "recipe", - "result": "nail", - "id_suffix": "npc_drop", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_MATERIALS", - "skill_used": "fabrication", - "difficulty": 1, - "time": "18 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 ] ] ] - }, - { - "type": "recipe", - "result": "wire", - "id_suffix": "npc_drop", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_MATERIALS", - "skill_used": "fabrication", - "difficulty": 3, - "time": "3 m", - "autolearn": false, - "never_learn": true, - "qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 5 }, { "id": "CHISEL", "level": 3 } ], - "tools": [ [ [ "tongs", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "forge", 10 ], [ "oxy_torch", 2 ] ] ], - "components": [ [ [ "scrap", 1 ] ] ] - }, - { - "type": "recipe", - "result": "rebar", - "id_suffix": "npc_drop", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_MATERIALS", - "skill_used": "fabrication", - "difficulty": 2, - "time": "9 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", 10 ], [ "oxy_torch", 2 ] ] ], - "components": [ [ [ "scrap", 3 ] ] ] } ] -- cgit v1.2.1