From bde65b5bdc819e1e31eaf5724782e6b60554ffd4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 31 Dec 2023 12:07:31 -0800 Subject: Reduce time to craft thread from a rag to match the 5m dismantle time. Also increase it 80 thread to match. --- json/recipes/other/materials.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/json/recipes/other/materials.json b/json/recipes/other/materials.json index 7398551..47f9c1f 100644 --- a/json/recipes/other/materials.json +++ b/json/recipes/other/materials.json @@ -24,7 +24,8 @@ "skill_used": "tailor", "difficulty": 1, "skills_required": [ "fabrication", 1 ], - "time": "60 m", + "time": "5 m", + "charges": 80, "autolearn": true, "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ [ [ "rag", 1 ] ] ] -- cgit v1.2.1