summaryrefslogtreecommitdiff
path: root/json/recipes/food/dry.json
blob: 5c500dda443eb6e35f0e70b4ee8961f4ecc5fcba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
  {
    "type": "recipe",
    "result": "dry_fruit",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRY",
    "skill_used": "cooking",
    "difficulty": 2,
    "time": "40 m",
    "autolearn": true,
    "batch_time_factors": [ 80, 1 ],
    "tools": [ [ [ "dehydrator", 25 ], [ "char_smoker", 25 ] ] ],
    "components": [
      [ [ "sweet_fruit", 1, "LIST" ], [ "coconut", 1 ] ]
    ]
  }
]