You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When crafting lots of HQ low-level items the approximate duration is usually way off, as it does not account for the duration between crafts. E.g. when crafting Cobalt Ingots using Delicate Synthesis, the actual time required may be off by a factor of 2 or more.
Adding a constant time to Artisan/UI/CraftingWindowcs:176
When crafting lots of HQ low-level items the approximate duration is usually way off, as it does not account for the duration between crafts. E.g. when crafting Cobalt Ingots using Delicate Synthesis, the actual time required may be off by a factor of 2 or more.
Adding a constant time to Artisan/UI/CraftingWindowcs:176
to
would improve the estimates. Similar fixes would need to be done for other sections.
The text was updated successfully, but these errors were encountered: