summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-05-16 14:02:16 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-05-16 14:02:16 -0700
commit51bd2406780f8cd67277040055c1e834a238dbf8 (patch)
tree6644f062af3471822ff5bff598ec0326afb040c9
parentMissing comma. (diff)
downloadcataclysm-bn-mod_recipe-fixes-51bd2406780f8cd67277040055c1e834a238dbf8.tar.xz
Import string recipe from faction-camp-recipe1 mod.
-rw-r--r--json/recipes/other/materials.json14
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 ] ] ]
}
]