From 56cbc34df092776b40c10e18f281d6133758a0e2 Mon Sep 17 00:00:00 2001 From: Chorus System Date: Sun, 5 May 2024 19:38:47 -0400 Subject: [PATCH] feat(balance): Thermal gear crafting time buff (#4584) Thermal gear crafting time buff Thermal gear took a long, long time to make, especially for the relatively simple parts like gloves and socks, and this made the uncraft time also unbearably long. So now they take a lot less time to make. --- data/json/recipes/armor/feet.json | 2 +- data/json/recipes/armor/hands.json | 2 +- data/json/recipes/armor/head.json | 2 +- data/json/recipes/armor/suit.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/json/recipes/armor/feet.json b/data/json/recipes/armor/feet.json index d55e158dafe0..307a399a6972 100644 --- a/data/json/recipes/armor/feet.json +++ b/data/json/recipes/armor/feet.json @@ -528,7 +528,7 @@ "skill_used": "electronics", "difficulty": 4, "skills_required": [ "tailor", 2 ], - "time": "1 h", + "time": "20 m", "reversible": true, "book_learn": [ [ "textbook_fabrication", 3 ], [ "tailor_portfolio", 4 ], [ "textbook_tailor", 3 ], [ "atomic_survival", 3 ] ], "using": [ [ "sewing_standard", 6 ] ], diff --git a/data/json/recipes/armor/hands.json b/data/json/recipes/armor/hands.json index 4cd27e5487e8..c41181cbf734 100644 --- a/data/json/recipes/armor/hands.json +++ b/data/json/recipes/armor/hands.json @@ -563,7 +563,7 @@ "skill_used": "electronics", "difficulty": 4, "skills_required": [ "tailor", 2 ], - "time": "1 h 20 m", + "time": "20 m", "reversible": true, "book_learn": [ [ "textbook_fabrication", 3 ], [ "tailor_portfolio", 4 ], [ "textbook_tailor", 3 ], [ "atomic_survival", 3 ] ], "using": [ [ "sewing_standard", 8 ], [ "soldering_standard", 20 ] ], diff --git a/data/json/recipes/armor/head.json b/data/json/recipes/armor/head.json index b3954a16b02f..e641ec70f284 100644 --- a/data/json/recipes/armor/head.json +++ b/data/json/recipes/armor/head.json @@ -1349,7 +1349,7 @@ "skill_used": "electronics", "difficulty": 4, "skills_required": [ "tailor", 2 ], - "time": "1 h 20 m", + "time": "45 m", "reversible": true, "book_learn": [ [ "textbook_fabrication", 3 ], [ "tailor_portfolio", 4 ], [ "textbook_tailor", 3 ], [ "atomic_survival", 3 ] ], "using": [ [ "sewing_standard", 8 ], [ "soldering_standard", 20 ] ], diff --git a/data/json/recipes/armor/suit.json b/data/json/recipes/armor/suit.json index 07bcc9802fc7..88d0844d687a 100644 --- a/data/json/recipes/armor/suit.json +++ b/data/json/recipes/armor/suit.json @@ -742,7 +742,7 @@ "skill_used": "electronics", "difficulty": 4, "skills_required": [ "tailor", 2 ], - "time": "3 h 20 m", + "time": "1 h 20 m", "reversible": true, "book_learn": [ [ "textbook_fabrication", 3 ], [ "tailor_portfolio", 4 ], [ "textbook_tailor", 3 ], [ "atomic_survival", 3 ] ], "using": [ [ "sewing_standard", 30 ], [ "soldering_standard", 60 ] ],