diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-02-23 02:20:38 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-02-23 02:20:38 -0800 |
commit | a26c0ee63ea6a1fe6ea70af10ba38a1ebbab678b (patch) | |
tree | 57dd28a4cde7e8c83580978f00ba59f66df0e8a6 /json | |
parent | Allow food processor for human bone meal (diff) | |
download | cataclysm-bn-mod_recipe-fixes-a26c0ee63ea6a1fe6ea70af10ba38a1ebbab678b.tar.xz |
Chitin powder using biosilicified and mortar/pestle
Diffstat (limited to 'json')
-rw-r--r-- | json/recipes/recipe_other.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/json/recipes/recipe_other.json b/json/recipes/recipe_other.json new file mode 100644 index 0000000..429c893 --- /dev/null +++ b/json/recipes/recipe_other.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 ] ] ] + } +] |