From c6134c7fe21844631e721e4ef5e4e3012f33d570 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 11 May 2021 13:55:20 -0700 Subject: Rebalance several recipes Add tailored tuxedo recipe Fix survivor tuxedo storing 250L instead of 250mL Clean up maid mess kit entry --- recipes.json | 56 +++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 37 insertions(+), 19 deletions(-) (limited to 'recipes.json') diff --git a/recipes.json b/recipes.json index 58002eb..40f4e36 100644 --- a/recipes.json +++ b/recipes.json @@ -9,7 +9,7 @@ "time": "1 h 30 m", "autolearn": true, "using": [ [ "sewing_standard", 15 ] ], - "components": [ [ [ "rag", 10 ] ] ] + "components": [ [ [ "rag", 20 ] ] ] }, { "type" : "recipe", @@ -55,7 +55,7 @@ "time": "1 h 30 m", "autolearn": true, "using": [ [ "sewing_standard", 15 ] ], - "components": [ [ [ "rag", 10 ] ] ] + "components": [ [ [ "rag", 15 ] ] ] }, { "type" : "recipe", @@ -110,7 +110,7 @@ "autolearn": true, "using": [ [ "sewing_standard", 15 ] ], "components": [ - [ [ "rag", 40 ] ] + [ [ "rag", 20 ] ] ] }, { @@ -138,7 +138,7 @@ "autolearn": true, "using": [ [ "sewing_standard", 10 ] ], "components": [ - [ [ "rag", 18 ] ] + [ [ "rag", 10 ] ] ] }, { @@ -150,9 +150,9 @@ "difficulty": 2, "time": "35 m", "autolearn": true, - "using": [ [ "sewing_standard", 10 ] ], + "using": [ [ "sewing_standard", 6 ] ], "components": [ - [ [ "rag", 12 ] ] + [ [ "rag", 8 ] ] ] }, { @@ -174,13 +174,31 @@ "category": "CC_ARMOR", "subcategory": "CSC_ARMOR_TORSO", "skill_used": "tailor", - "difficulty": 4, + "difficulty": 3, "time": "200 m", "reversible": false, "autolearn": true, "using": [ [ "sewing_standard", 150 ] ], "components": [ - [ [ "rag", 45 ] ] + [ [ "rag", 20 ] ] + ] + }, + { + "type" : "recipe", + "result": "survivor_tux_leather", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_TORSO", + "skill_used": "tailor", + "difficulty": 4, + "time": "120 m", + "reversible": false, + "autolearn": true, + "using": [ [ "sewing_standard", 200 ] ], + "components": [ + [ [ "tux" , 1] ], + [ [ "rag" , 20 ] ], + [ [ "plastic_chunk" , 6 ] ], + [ [ "leather" , 12 ] ] ] }, { @@ -615,7 +633,7 @@ "components": [ [ [ "knife_steak", 1 ], [ "knife_butcher", 1 ] ], [ [ "pot", 1 ] ], - [ [ "hotplate", 1 ] ] + [ [ "hotplate", 1 ], [ "mess_kit", 1] ] ] }, { @@ -789,7 +807,7 @@ "time": "35 m", "autolearn": true, "using": [ [ "sewing_standard", 15 ] ], - "components": [ [ [ "rag", 3 ] ] ] + "components": [ [ [ "rag", 2 ] ] ] }, { "type" : "recipe", @@ -800,8 +818,8 @@ "difficulty": 2, "time": "35 m", "autolearn": true, - "using": [ [ "sewing_standard", 20 ] ], - "components": [ [ [ "rag", 4 ] ] ] + "using": [ [ "sewing_standard", 15 ] ], + "components": [ [ [ "rag", 2 ] ], [ "wire", 1 ] ] }, { "type" : "recipe", @@ -813,7 +831,7 @@ "time": "35 m", "autolearn": true, "using": [ [ "sewing_standard", 15 ] ], - "components": [ [ [ "rag", 3 ] ] ] + "components": [ [ [ "rag", 2 ] ] ] }, { "type" : "recipe", @@ -824,8 +842,8 @@ "difficulty": 2, "time": "38 m", "autolearn": true, - "using": [ [ "sewing_standard", 4 ] ], - "components": [ [ [ "rag", 4 ] ] ] + "using": [ [ "sewing_standard", 15 ] ], + "components": [ [ [ "rag", 2 ] ] ] }, { "type": "recipe", @@ -898,9 +916,9 @@ "difficulty": 4, "time": "30 m", "autolearn": true, - "using": [ [ "sewing_standard", 10 ] ], + "using": [ [ "sewing_standard", 18 ] ], "components": [ - [ [ "rag", 24 ] ] + [ [ "rag", 12 ] ] ] }, { @@ -914,7 +932,7 @@ "autolearn": true, "using": [ [ "sewing_standard", 10 ] ], "components": [ - [ [ "leather", 4 ] ] + [ [ "leather", 6 ] ] ] }, { @@ -928,7 +946,7 @@ "autolearn": true, "using": [ [ "sewing_standard", 10 ] ], "components": [ - [ [ "leather", 6 ] ] + [ [ "leather", 10 ] ] ] }, { -- cgit v1.2.1