diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-15 22:57:52 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-15 22:57:52 -0700 |
commit | ff769b4cae16e5762857b8a5e9bbfd3af288e75e (patch) | |
tree | 63560b9919cfc09924dfea0cb0b251aa3ed71a6e /json/recipes/recipe_others.json | |
parent | Fix 40mm shotgun recipes again. (diff) | |
download | cataclysm-dda-mod_recipe-fixes-ff769b4cae16e5762857b8a5e9bbfd3af288e75e.tar.xz |
Update for the batch cooking revamp in BN 2021-09-16-0506
Diffstat (limited to 'json/recipes/recipe_others.json')
-rw-r--r-- | json/recipes/recipe_others.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/json/recipes/recipe_others.json b/json/recipes/recipe_others.json new file mode 100644 index 0000000..429c893 --- /dev/null +++ b/json/recipes/recipe_others.json @@ -0,0 +1,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 ] ] ] + } +] |