summaryrefslogtreecommitdiff
path: root/json/recipes/other/materials.json
blob: d60f33f8301727171f7779f16e5db33da9f729a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
  {
    "type": "recipe",
    "result": "material_limestone",
    "category": "CC_OTHER",
    "subcategory": "CSC_OTHER_MATERIALS",
    "skill_used": "fabrication",
    "time": "10 m",
    "autolearn": false,
    "never_learn": true,
    "qualities": [ { "id": "HAMMER", "level": 1 } ],
    "tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
    "components": [ [ [ "material_shrd_limestone", 1 ] ] ]
  }
]