diff options
Diffstat (limited to 'json/recipes/other')
-rw-r--r-- | json/recipes/other/materials.json | 14 |
1 files changed, 14 insertions, 0 deletions
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 ] ] ] } ] |