From 8654e76b2831112f2b24e8f85b2bd58ea7e01506 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 12 Mar 2024 21:07:37 -0700 Subject: Add and fix many vanilla items. Also port the garter belt and garter knife sheath from dda. --- json/recipes/armor/storage.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 json/recipes/armor/storage.json (limited to 'json/recipes/armor/storage.json') diff --git a/json/recipes/armor/storage.json b/json/recipes/armor/storage.json new file mode 100644 index 0000000..e645779 --- /dev/null +++ b/json/recipes/armor/storage.json @@ -0,0 +1,35 @@ +[ + { + "result": "armrig", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_STORAGE", + "skill_used": "tailor", + "difficulty": 3, + "time": "1 h 16 m", + "autolearn": true, + "qualities": [ { "id": "SEW", "level": 1 } ], + "components": [ + [ [ "fabric_standard", 6, "LIST" ] ], + [ [ "chestpouch", 2 ], [ "fabric_standard", 8, "LIST" ] ], + [ [ "filament", 8, "LIST" ] ] + ] + }, + { + "result": "gartersheath1", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_STORAGE", + "skill_used": "tailor", + "difficulty": 3, + "skills_required": [ "melee", 1 ], + "time": "1 h", + "autolearn": true, + "qualities": [ { "id": "SEW", "level": 1 } ], + "using": [ [ "plastic_molding", 1 ] ], + "components": [ + [ [ "nylon", 6 ] ], + [ [ "filament", 10, "LIST" ] ] + ] + } +] -- cgit v1.2.1