summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-10-30 13:35:24 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-10-30 13:35:24 -0700
commitaf60021b36e2d2f1528bc99fa601059c77b069de (patch)
tree3e23ef5be32d639438317ad45b52846ffaa83272 /json
parentOffload the 40mm shotgun rounds fixes to the grenade crafting mod. (diff)
downloadcataclysm-bn-mod_recipe-fixes-af60021b36e2d2f1528bc99fa601059c77b069de.tar.xz
Remove coconut milk as a component of dehydrated fruit.
Diffstat (limited to '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 ] ]
+ ]
+ }
+]