summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-05-16 15:18:31 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-05-16 15:18:31 -0700
commit3eb97c3a6cd0356c7502ac5dc53f567d1b5c7733 (patch)
treeb22c64a43632fce0cee2973ac71f4cbc6c3a0a7c /json
parentAdd canned corn and large tin canning. (diff)
downloadcataclysm-bn-mod_faction-camp-recipe-expansion-3eb97c3a6cd0356c7502ac5dc53f567d1b5c7733.tar.xz
Add drop hammer recipe for large tin cans.
Diffstat (limited to 'json')
-rw-r--r--json/recipes/basecamps/recipe_groups.json3
-rw-r--r--json/recipes/recipe_companion.json25
2 files changed, 27 insertions, 1 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json
index 2a45d3c..acb721f 100644
--- a/json/recipes/basecamps/recipe_groups.json
+++ b/json/recipes/basecamps/recipe_groups.json
@@ -432,7 +432,8 @@
{ "id": "sheet_metal_npc_drop", "description": " Craft: Sheet Metal, Drop Hammer" },
{ "id": "wire_npc_drop", "description": " Craft: Wire, Drop Hammer" },
{ "id": "can_food_unsealed_npc_drop", "description": " Craft: Tin Can, Small, Drop Hammer" },
- { "id": "can_medium_unsealed_npc_drop", "description": " Craft: Tin Can, Medium, Drop Hammer" }
+ { "id": "can_medium_unsealed_npc_drop", "description": " Craft: Tin Can, Medium, Drop Hammer" },
+ { "id": "can_food_big_unsealed_npc_drop", "description": " Craft: Tin Can, Large, Drop Hammer" }
]
}
]
diff --git a/json/recipes/recipe_companion.json b/json/recipes/recipe_companion.json
index 81c3f61..7ceea8a 100644
--- a/json/recipes/recipe_companion.json
+++ b/json/recipes/recipe_companion.json
@@ -75,5 +75,30 @@
[ [ "tongs", -1 ] ],
[ [ "crucible", -1 ], [ "crucible_clay", -1 ] ]
]
+ },
+ {
+ "type": "recipe",
+ "result": "can_food_big_unsealed",
+ "id_suffix": "npc_drop",
+ "category": "CC_OTHER",
+ "subcategory": "CSC_OTHER_CONTAINERS",
+ "skill_used": "fabrication",
+ "difficulty": 1,
+ "time": "18 m",
+ "autolearn": false,
+ "never_learn": true,
+ "using": [
+ [ "forging_standard", 3 ],
+ [ "steel_tiny", 3 ]
+ ],
+ "qualities": [
+ { "id": "ANVIL", "level": 3 },
+ { "id": "HAMMER", "level": 5 },
+ { "id": "CHISEL", "level": 3 }
+ ],
+ "tools": [
+ [ [ "tongs", -1 ] ],
+ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ]
+ ]
}
]