From a26c0ee63ea6a1fe6ea70af10ba38a1ebbab678b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 23 Feb 2021 02:20:38 -0800 Subject: Chitin powder using biosilicified and mortar/pestle --- Readme.txt | 8 +++++++- json/recipes/recipe_other.json | 18 ++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 json/recipes/recipe_other.json diff --git a/Readme.txt b/Readme.txt index aba4b55..4f4b427 100644 --- a/Readme.txt +++ b/Readme.txt @@ -92,5 +92,11 @@ If curry is considered a liquid, chili is too. -- -Allow human bones to be ground into bone meal using a food procesor. +Bone meal: +Now allows human bones with food processor. If it can fit bones from a skeleton brute, it can fit human ones. + + +-- +Chitin powder: +Now allows biosilicified chitin with mortar and pestle. 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 ] ] ] + } +] -- cgit v1.2.1