summaryrefslogtreecommitdiff
path: root/json/recipes/food/dry.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/food/dry.json')
-rw-r--r--json/recipes/food/dry.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/json/recipes/food/dry.json b/json/recipes/food/dry.json
new file mode 100644
index 0000000..5c500dd
--- /dev/null
+++ b/json/recipes/food/dry.json
@@ -0,0 +1,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 ] ]
+ ]
+ }
+]