summaryrefslogtreecommitdiff
path: root/json/recipes/recipe_companion.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/recipes/recipe_companion.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/recipes/recipe_companion.json')
-rw-r--r--json/recipes/recipe_companion.json25
1 files changed, 25 insertions, 0 deletions
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 ] ]
+ ]
}
]