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

Commit

Permalink
add logic to nascent flash as a mit/heal
Browse files Browse the repository at this point in the history
  • Loading branch information
LTS-FFXIV authored Apr 6, 2024
1 parent 04a6ab5 commit 6ee6731
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 @@ -115,6 +115,8 @@ protected override bool DefenseSingleAbility(out IAction? act)
//10
if (RawIntuitionPvE.CanUse(out act, onLastAbility: true)) return true;
}

if (NascentFlashPvE.CanUse(out act, onLastAbility: true) && NascentFlashPvE.Target.Target?.GetHealthRatio() < 0.6) return true;

return false;
}
Expand Down

0 comments on commit 6ee6731

Please sign in to comment.