From e2a455c790c1bbd2f81a1d39301c1d56456862d1 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 19 Jul 2021 07:27:35 -0700 Subject: Clean up the maid vest and tuxedo recipes --- recipes.json | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'recipes.json') diff --git a/recipes.json b/recipes.json index d6ff0fe..37e612d 100644 --- a/recipes.json +++ b/recipes.json @@ -40,7 +40,7 @@ "skill_used": "tailor", "difficulty": 6, "skills_required": [ "fabrication", 6 ], - "time": "3 h", + "time": "4 h", "autolearn": true, "using": [ [ "sewing_standard", 150 ], @@ -85,11 +85,13 @@ "subcategory": "CSC_ARMOR_TORSO", "skill_used": "tailor", "difficulty": 2, - "time": "30 m", + "skills_required": [ "fabrication", 2 ], + "time": "45 m", "autolearn": true, - "using": [ [ "sewing_standard", 30 ] ], + "using": [ [ "sewing_standard", 50 ] ], "components": [ - [ [ "vest" , 1 ] ] + [ [ "vest" , 1 ] ], + [ [ "rag", 6 ] ] ] }, { @@ -99,12 +101,14 @@ "subcategory": "CSC_ARMOR_TORSO", "skill_used": "tailor", "difficulty": 6, - "time": "30 m", + "skills_required": [ "fabrication", 6 ], + "time": "45 m", "autolearn": true, - "using": [ [ "sewing_standard", 30 ] ], + "using": [ [ "sewing_standard", 50 ] ], "components": [ [ [ "kawaii_vest" , 1 ] ], - [ [ "tacvest" , 1 ] ] + [ [ "tacvest" , 1 ] ], + [ [ "rag", 6 ] ] ] }, { @@ -200,7 +204,7 @@ "subcategory": "CSC_ARMOR_TORSO", "skill_used": "tailor", "difficulty": 3, - "time": "200 m", + "time": "1 h 30 m", "reversible": false, "autolearn": true, "using": [ [ "sewing_standard", 150 ] ], @@ -214,8 +218,9 @@ "category": "CC_ARMOR", "subcategory": "CSC_ARMOR_TORSO", "skill_used": "tailor", + "skills_required": [ "fabrication", 4 ], "difficulty": 4, - "time": "120 m", + "time": "3 h", "reversible": false, "autolearn": true, "using": [ @@ -233,9 +238,9 @@ "category": "CC_ARMOR", "subcategory": "CSC_ARMOR_TORSO", "skill_used": "tailor", + "difficulty": 6, "skills_required": [ "fabrication", 6 ], - "difficulty": 7, - "time": "120 m", + "time": "4 h", "reversible": false, "autolearn": true, "using": [ -- cgit v1.2.1