summaryrefslogtreecommitdiff
path: root/json/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes')
-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 ] ] ]
+ }
+]