From e4fcdb9030e8d1f2dbc11433e67d1c3b452b2669 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 13 Apr 2022 19:33:13 -0700 Subject: Add recipe for small tin cans. --- json/recipes/other/containers.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 json/recipes/other/containers.json (limited to 'json') 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 ] ] ] + } +] -- cgit v1.2.1