From 462392c0f141c97f01aa79499c29259a4dbff5e1 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 20 Sep 2021 17:13:54 -0700 Subject: Clean up folders based on BN 2021-09-20-1725 --- json/recipes/other/materials.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 json/recipes/other/materials.json (limited to 'json/recipes/other/materials.json') diff --git a/json/recipes/other/materials.json b/json/recipes/other/materials.json new file mode 100644 index 0000000..429c893 --- /dev/null +++ b/json/recipes/other/materials.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