diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-12-31 12:07:31 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-12-31 12:07:31 -0800 |
commit | bde65b5bdc819e1e31eaf5724782e6b60554ffd4 (patch) | |
tree | 01c477b88d44ea9cadce30f8078ba71d0dfd08ee /json/recipes/other | |
parent | Convert prices to cent/USD. (diff) | |
download | cataclysm-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.
Diffstat (limited to 'json/recipes/other')
-rw-r--r-- | json/recipes/other/materials.json | 3 |
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 ] ] ] |