fight: kazuha cd opt

This commit is contained in:
辉鸭蛋
2025-02-05 21:43:05 +08:00
parent d3bd62b2c4
commit 5118308e9d

View File

@@ -377,6 +377,7 @@ public class AutoFightTask : ISoloTask
await Delay(300, ct);
if (kazuha.TrySwitch())
{
time = DateTime.UtcNow - kazuha.LastSkillTime;
if (time.TotalMilliseconds > 0 && time.TotalSeconds <= kazuha.SkillHoldCd)
{
Logger.LogInformation("枫原万叶长E技能可能处于冷却中等待 {Time} s", time.TotalSeconds);