Skip to content

Commit

Permalink
feat(balance): Thermal gear crafting time buff (#4584)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
yay855 committed May 5, 2024
1 parent feddfdc commit 56cbc34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/json/recipes/armor/feet.json
Expand Up @@ -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 ] ],
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/armor/hands.json
Expand Up @@ -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 ] ],
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/armor/head.json
Expand Up @@ -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 ] ],
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/armor/suit.json
Expand Up @@ -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 ] ],
Expand Down

0 comments on commit 56cbc34

Please sign in to comment.