From 51bd2406780f8cd67277040055c1e834a238dbf8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 16 May 2023 14:02:16 -0700 Subject: Import string recipe from faction-camp-recipe1 mod. --- json/recipes/other/materials.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/json/recipes/other/materials.json b/json/recipes/other/materials.json index 429c893..7398551 100644 --- a/json/recipes/other/materials.json +++ b/json/recipes/other/materials.json @@ -14,5 +14,19 @@ "flags": [ "BLIND_EASY" ], "tools": [ [ [ "mortar_pestle", -1 ] ] ], "components": [ [ [ "chitin_piece", 1 ], [ "acidchitin_piece", 1 ] ] ] + }, + { + "type": "recipe", + "result": "thread", + "id_suffix": "from_rags", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_MATERIALS", + "skill_used": "tailor", + "difficulty": 1, + "skills_required": [ "fabrication", 1 ], + "time": "60 m", + "autolearn": true, + "qualities": [ { "id": "CUT", "level": 1 } ], + "components": [ [ [ "rag", 1 ] ] ] } ] -- cgit v1.2.1