summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-06-18 04:00:21 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-06-18 04:00:21 -0700
commit47ed330f47840d794e948cb04df2624030c23ab2 (patch)
treefe3429ac5386ab48b87e7140450032ebc529370c
parentAdd cement and oxidizer powder (using electrolysis) (diff)
downloadcataclysm-bn-mod_faction-camp-recipe-expansion-47ed330f47840d794e948cb04df2624030c23ab2.tar.xz
Add NPC drophammer reipes for nails, wire, and rabar.
-rw-r--r--json/recipes/recipe_companion.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/json/recipes/recipe_companion.json b/json/recipes/recipe_companion.json
index 7ceea8a..007ff6f 100644
--- a/json/recipes/recipe_companion.json
+++ b/json/recipes/recipe_companion.json
@@ -100,5 +100,50 @@
[ [ "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 ] ] ]
}
]