summaryrefslogtreecommitdiff
path: root/json/recipes/other/containers.json
blob: 7034a884706e6152738b2bda81ddfe96dedc4b54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[
  {
    "type": "recipe",
    "result": "can_food_unsealed",
    "byproducts": [ [ "can_food_unsealed", 1 ] ],
    "category": "CC_OTHER",
    "subcategory": "CSC_OTHER_CONTAINERS",
    "skill_used": "fabrication",
    "difficulty": 3,
    "time": "30 m",
    "autolearn": true,
    "using": [
      [ "blacksmithing_standard", 1 ],
      [ "steel_tiny", 1 ]
    ],
    "qualities": [ { "id": "CHISEL", "level": 3 } ],
    "tools": [
      [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ]
    ]
  },
  {
    "type": "recipe",
    "//": "Based on the medium tin can, with additional time/materials based on the difference between the half and 3 litre glass jars.",
    "result": "can_food_big_unsealed",
    "byproducts": [ [ "can_food_unsealed", 1 ] ],
    "category": "CC_OTHER",
    "subcategory": "CSC_OTHER_CONTAINERS",
    "skill_used": "fabrication",
    "difficulty": 3,
    "time": "1 h 10 m",
    "autolearn": true,
    "using": [
      [ "blacksmithing_standard", 3 ],
      [ "steel_tiny", 3 ]
    ],
    "qualities": [ { "id": "CHISEL", "level": 3 } ],
    "tools": [
      [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ]
    ]
  }
]