summaryrefslogtreecommitdiff
path: root/json/recipes/recipe_others.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-20 17:13:54 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-20 17:13:54 -0700
commit462392c0f141c97f01aa79499c29259a4dbff5e1 (patch)
treee5c463fea992648e9c3900fb8c4f23913be2dc62 /json/recipes/recipe_others.json
parentUpdate for the batch cooking revamp in BN 2021-09-16-0506 (diff)
downloadcataclysm-bn-mod_recipe-fixes-462392c0f141c97f01aa79499c29259a4dbff5e1.tar.xz
Clean up folders based on BN 2021-09-20-1725
Diffstat (limited to 'json/recipes/recipe_others.json')
-rw-r--r--json/recipes/recipe_others.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/json/recipes/recipe_others.json b/json/recipes/recipe_others.json
deleted file mode 100644
index 429c893..0000000
--- a/json/recipes/recipe_others.json
+++ /dev/null
@@ -1,18 +0,0 @@
-[
- {
- "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 ] ] ]
- }
-]