summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-07-07 15:12:25 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-07-07 15:12:25 -0700
commit8cbf53fd11e59ad1a40185e63bc18153616e50c3 (patch)
tree51964c1ff1b5374a6460bf6bb52e3323679b9f1d
parentFix plastic chunks from milk description. (diff)
downloadcataclysm-bn-mod_faction-camp-recipe-expansion-8cbf53fd11e59ad1a40185e63bc18153616e50c3.tar.xz
Add recipe for using the drophammer with flechettes.
-rw-r--r--json/recipes/basecamps/recipe_groups.json1
-rw-r--r--json/recipes/recipe_companion.json17
2 files changed, 18 insertions, 0 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json
index 3170596..990712e 100644
--- a/json/recipes/basecamps/recipe_groups.json
+++ b/json/recipes/basecamps/recipe_groups.json
@@ -396,6 +396,7 @@
{ "id": "ammolink50", "description": " Craft: Ammo Belt, .50" },
{ "id": "ammolink40mm", "description": " Craft: Ammo Belt, 40x53mm" },
{ "id": "chain_npc_drop", "description": " Craft: Chain, Drop Hammer" },
+ { "id": "combatnail_npc_drop", "description": " Craft: Flechette, Drop Hammer" },
{ "id": "nail_npc_drop", "description": " Craft: Nail, Drop Hammer" },
{ "id": "pipe_npc_drop", "description": " Craft: Pipe, Steel, Drop Hammer" },
{ "id": "rebar_npc_drop", "description": " Craft: Rebar, Drop Hammer" },
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 ] ] ]
+ }
+]