summaryrefslogtreecommitdiff
path: root/json/recipes/other/containers.json
blob: 5fcdb1b1ebe1be32d4d0bf673bb592ba6e6346a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
  {
    "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 ] ]
    ]
  }
]