summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-07-14 07:59:57 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-07-14 07:59:57 -0700
commit74c31038990ed486a0caf360e80f03c46fbe42f2 (patch)
treedaad90f28249cfb395c9d68d8275ee5c2bea65b7
parentAdd support for limestone. (diff)
downloadcataclysm-bn-mod_faction-camp-recipe-expansion-74c31038990ed486a0caf360e80f03c46fbe42f2.tar.xz
Fix duplication of some drophammer recipes.
-rw-r--r--json/recipes/recipe_companion.json45
1 files changed, 0 insertions, 45 deletions
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 ] ] ]
}
]