From c5abd711f3e1dcf9289d2ebf697b2657e4fbf733 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 20 Jul 2021 11:00:22 -0700 Subject: Redo the hardcase recipes to make more sense --- recipes.json | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'recipes.json') diff --git a/recipes.json b/recipes.json index 8b2e344..9672268 100644 --- a/recipes.json +++ b/recipes.json @@ -785,6 +785,7 @@ "subcategory": "CSC_ARMOR_TORSO", "skill_used": "tailor", "difficulty": 4, + "skills_required": [ "fabrication", 4 ], "time": "2 h", "autolearn": true, "using": [ @@ -803,6 +804,7 @@ "subcategory": "CSC_ARMOR_TORSO", "skill_used": "tailor", "difficulty": 6, + "skills_required": [ "fabrication", 6 ], "time": "3 h", "autolearn": true, "using": [ @@ -908,18 +910,17 @@ "subcategory": "CSC_ARMOR_STORAGE", "skill_used": "fabrication", "difficulty": 6, + "skills_required": [ "tailor", 6 ], "time": "100 m", "autolearn": true, "using": [ - [ "blacksmithing_standard", 5 ], - [ "steel_tiny", 4 ], + [ "welding_standard", 5 ], [ "plastic_molding", 20 ], [ "adhesive", 8 ] ], - "qualities": [ { "id": "CHISEL", "level": 3 } ], - "tools": [ [ [ "swage", -1 ] ] ], "components": [ - [ [ "kawaii_maid_hardcase_mini", 1 ] ] + [ [ "kawaii_maid_hardcase_mini", 1 ] ], + [ [ "sheet_metal", 2 ] ] ] }, { @@ -929,12 +930,12 @@ "subcategory": "CSC_ARMOR_STORAGE", "skill_used": "fabrication", "difficulty": 5, + "skills_required": [ "tailor", 5 ], "time": "90 m", "autolearn": true, "using": [ - [ "sewing_standard", 160 ], - [ "tailoring_leather_small", 14 ], - [ "plastic_molding", 14 ], + [ "tailoring_leather", 6 ], + [ "plastic_molding", 15 ], [ "adhesive", 5 ] ], "components": [ @@ -948,11 +949,11 @@ "subcategory": "CSC_ARMOR_STORAGE", "skill_used": "fabrication", "difficulty": 4, + "skills_required": [ "tailor", 4 ], "time": "80 m", "autolearn": true, "using": [ - [ "sewing_standard", 120 ], - [ "tailoring_leather_small", 10 ], + [ "tailoring_leather_small", 20 ], [ "plastic_molding", 10 ], [ "adhesive", 4 ] ] -- cgit v1.2.1