summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-31 12:07:31 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-31 12:07:31 -0800
commitbde65b5bdc819e1e31eaf5724782e6b60554ffd4 (patch)
tree01c477b88d44ea9cadce30f8078ba71d0dfd08ee
parentConvert prices to cent/USD. (diff)
downloadcataclysm-bn-mod_recipe-fixes-bde65b5bdc819e1e31eaf5724782e6b60554ffd4.tar.xz
Reduce time to craft thread from a rag to match the 5m dismantle time.
Also increase it 80 thread to match.
-rw-r--r--json/recipes/other/materials.json3
1 files changed, 2 insertions, 1 deletions
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 ] ] ]