summaryrefslogtreecommitdiff
path: root/json/recipes/other/materials.json
blob: 739855191d34fb83daca3337449c9fac5e148e45 (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
[
  {
    "type": "recipe",
    "result": "meal_chitin_piece",
    "id_suffix": "mortar",
    "category": "CC_OTHER",
    "subcategory": "CSC_OTHER_MATERIALS",
    "skill_used": "cooking",
    "skills_required": [ [ "survival", 1 ] ],
    "difficulty": 2,
    "time": "1 h 30 m",
    "autolearn": true,
    "batch_time_factors": [ 83, 3 ],
    "flags": [ "BLIND_EASY" ],
    "tools": [ [ [ "mortar_pestle", -1 ] ] ],
    "components": [ [ [ "chitin_piece", 1 ], [ "acidchitin_piece", 1 ] ] ]
  },
  { 
    "type": "recipe",
    "result": "thread",
    "id_suffix": "from_rags",
    "category": "CC_OTHER",
    "subcategory": "CSC_OTHER_MATERIALS",
    "skill_used": "tailor",
    "difficulty": 1,
    "skills_required": [ "fabrication", 1 ],
    "time": "60 m",
    "autolearn": true,
    "qualities": [ { "id": "CUT", "level": 1 } ],
    "components": [ [ [ "rag", 1 ] ] ]
  }
]