summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-13 19:33:13 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-13 19:33:13 -0700
commite4fcdb9030e8d1f2dbc11433e67d1c3b452b2669 (patch)
tree79b226ff0a703d6e544f811d0d373e520badb2af
parentAlso fix deluxe scrambled eggs from powdered eggs. (diff)
downloadcataclysm-bn-mod_recipe-fixes-e4fcdb9030e8d1f2dbc11433e67d1c3b452b2669.tar.xz
Add recipe for small tin cans.
-rw-r--r--json/recipes/other/containers.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/json/recipes/other/containers.json b/json/recipes/other/containers.json
new file mode 100644
index 0000000..86caaec
--- /dev/null
+++ b/json/recipes/other/containers.json
@@ -0,0 +1,16 @@
+[
+ {
+ "type": "recipe",
+ "result": "can_food_unsealed",
+ "category": "CC_OTHER",
+ "subcategory": "CSC_OTHER_CONTAINERS",
+ "skill_used": "fabrication",
+ "difficulty": 3,
+ "time": "30 m",
+ "count": 2,
+ "autolearn": true,
+ "using": [ [ "blacksmithing_standard", 1 ], [ "steel_tiny", 1 ] ],
+ "qualities": [ { "id": "CHISEL", "level": 3 } ],
+ "tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ]
+ }
+]