diff options
Diffstat (limited to 'json/recipes/armor/storage.json')
-rw-r--r-- | json/recipes/armor/storage.json | 34 |
1 files changed, 33 insertions, 1 deletions
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 @@ -16,6 +16,23 @@ ] }, { + "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", "category": "CC_ARMOR", @@ -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" ] ] + ] } ] |