From 0c0e130da41eb8e98b646b62e00c41c82af80dc7 Mon Sep 17 00:00:00 2001 From: Karaha-Baruha Date: Thu, 3 Oct 2024 15:04:22 -0500 Subject: [PATCH] Use Infuriate under Berserk when below 70 --- BasicRotations/Tank/WAR_Default.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BasicRotations/Tank/WAR_Default.cs b/BasicRotations/Tank/WAR_Default.cs index c3fbdfd..5b5a33d 100644 --- a/BasicRotations/Tank/WAR_Default.cs +++ b/BasicRotations/Tank/WAR_Default.cs @@ -46,6 +46,8 @@ protected override bool AttackAbility(IAction nextGCD, out IAction? act) { if (InfuriatePvE.CanUse(out act, gcdCountForAbility: 3)) return true; + if (!InnerReleasePvE.EnoughLevel && Player.HasStatus(true, StatusID.Berserk) && InfuriatePvE.CanUse(out act, usedUp: true)) return true; + if (CombatElapsedLessGCD(1)) return false; if (Player.HasStatus(false, StatusID.SurgingTempest)