From c3ac563bde91afdf3a07c2a2e8c1afb090c6bc11 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 12 Mar 2024 22:33:12 -0700 Subject: Port the garter double sheath and throwing knives leg sheath from dda. --- json/recipes/armor/storage.json | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) (limited to 'json/recipes/armor') diff --git a/json/recipes/armor/storage.json b/json/recipes/armor/storage.json index e645779..f3635db 100644 --- a/json/recipes/armor/storage.json +++ b/json/recipes/armor/storage.json @@ -15,6 +15,23 @@ [ [ "filament", 8, "LIST" ] ] ] }, + { + "result": "leg_sheath6", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_STORAGE", + "skill_used": "tailor", + "difficulty": 3, + "skills_required": [ "throw", 1 ], + "time": "4 h 30 m", + "reversible": true, + "autolearn": true, + "qualities": [ { "id": "SEW", "level": 1 } ], + "components": [ + [ [ "nylon", 15 ] ], + [ [ "filament", 25, "LIST" ] ] + ] + }, { "result": "gartersheath1", "type": "recipe", @@ -26,10 +43,25 @@ "time": "1 h", "autolearn": true, "qualities": [ { "id": "SEW", "level": 1 } ], - "using": [ [ "plastic_molding", 1 ] ], "components": [ [ [ "nylon", 6 ] ], [ [ "filament", 10, "LIST" ] ] ] + }, + { + "result": "gartersheath2", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_STORAGE", + "skill_used": "tailor", + "difficulty": 3, + "skills_required": [ "melee", 1 ], + "time": "2 h", + "autolearn": true, + "qualities": [ { "id": "SEW", "level": 1 } ], + "components": [ + [ [ "nylon", 12 ] ], + [ [ "filament", 20, "LIST" ] ] + ] } ] -- cgit v1.2.1