boss ready

This commit is contained in:
Boki 2026-02-21 15:44:22 -05:00
parent 89c3a0a077
commit 64a6ab694b
21 changed files with 857 additions and 249 deletions

View file

@ -3,7 +3,7 @@ namespace Poe2Trade.Core;
public static class Delays
{
public const int PostFocus = 300;
public const int PostTravel = 1500;
public const int PostTravel = 3000;
public const int PostStashOpen = 1000;
public const int ClickInterval = 150;
public const int PostEscape = 500;