summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-06-18 04:01:20 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-06-18 04:01:20 -0700
commit410484c3f87ab0f7a821ac1974391bfa61f875bc (patch)
tree2d54f006fdacdc81bac9ca694396febf0a4337ab
parentAdd NPC drophammer reipes for nails, wire, and rabar. (diff)
downloadcataclysm-bn-mod_faction-camp-recipe-expansion-410484c3f87ab0f7a821ac1974391bfa61f875bc.tar.xz
Add NPC recipe to dismantle limestone shards.HEADmaster
-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 ] ] ]
+ }
+]