summaryrefslogtreecommitdiff
path: root/json/recipes/other/materials.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/other/materials.json')
-rw-r--r--json/recipes/other/materials.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/json/recipes/other/materials.json b/json/recipes/other/materials.json
new file mode 100644
index 0000000..d60f33f
--- /dev/null
+++ b/json/recipes/other/materials.json
@@ -0,0 +1,15 @@
+[
+ {
+ "type": "recipe",
+ "result": "material_limestone",
+ "category": "CC_OTHER",
+ "subcategory": "CSC_OTHER_MATERIALS",
+ "skill_used": "fabrication",
+ "time": "10 m",
+ "autolearn": false,
+ "never_learn": true,
+ "qualities": [ { "id": "HAMMER", "level": 1 } ],
+ "tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
+ "components": [ [ [ "material_shrd_limestone", 1 ] ] ]
+ }
+]