From 410484c3f87ab0f7a821ac1974391bfa61f875bc Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 18 Jun 2024 04:01:20 -0700 Subject: Add NPC recipe to dismantle limestone shards. --- json/recipes/other/materials.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 json/recipes/other/materials.json (limited to 'json') 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 ] ] ] + } +] -- cgit v1.2.1