Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #269 from Karaha-Baruha/main
Browse files Browse the repository at this point in the history
Use Infuriate under Berserk when below 70
  • Loading branch information
LTS-FFXIV authored Oct 3, 2024
2 parents 5d4e35f + 0c0e130 commit c6abb68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BasicRotations/Tank/WAR_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c6abb68

Please sign in to comment.