summaryrefslogtreecommitdiff
path: root/json/recipes/recipe_other.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/recipe_other.json')
-rw-r--r--json/recipes/recipe_other.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/json/recipes/recipe_other.json b/json/recipes/recipe_other.json
new file mode 100644
index 0000000..285d720
--- /dev/null
+++ b/json/recipes/recipe_other.json
@@ -0,0 +1,17 @@
+[
+ {
+ "type": "recipe",
+ "activity_level": "fake",
+ "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 ] ] ]
+ }
+]