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