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

Commit

Permalink
Merge pull request #81 from FFXIV-CombatReborn/Recharging-Battery
Browse files Browse the repository at this point in the history
One. Fucking. Parentheses.
  • Loading branch information
Toshi authored May 12, 2024
2 parents 4d6e926 + 7c5c5f1 commit 348195e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BasicRotations/Ranged/MCH_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ protected override bool AttackAbility(IAction nextGCD, out IAction? act)
bool OpenerQueen = !CombatElapsedLess(20f) && CombatElapsedLess(25f);
bool CombatTimeQueen = CombatElapsedLess(60f) && !CombatElapsedLess(45f);
bool WildfireCooldownQueen = WildfirePvE.Cooldown.IsCoolingDown && WildfirePvE.Cooldown.ElapsedAfter(105f) && Battery == 100 &&
(nextGCD.IsTheSameTo(true, AirAnchorPvE) || nextGCD.IsTheSameTo(true, CleanShotPvE)) || nextGCD.IsTheSameTo(true, HeatedCleanShotPvE) || nextGCD.IsTheSameTo(true, ChainSawPvE);
(nextGCD.IsTheSameTo(true, AirAnchorPvE) || nextGCD.IsTheSameTo(true, CleanShotPvE) || nextGCD.IsTheSameTo(true, HeatedCleanShotPvE) || nextGCD.IsTheSameTo(true, ChainSawPvE));
bool BatteryCheckQueen = Battery >= 90 && !WildfirePvE.Cooldown.ElapsedAfter(70f);
bool LastGCDCheckQueen = Battery >= 80 && !WildfirePvE.Cooldown.ElapsedAfter(77.5f) && IsLastGCD(true, AirAnchorPvE);
// Check for not burning Hypercharge below level 52 on AOE
Expand Down

0 comments on commit 348195e

Please sign in to comment.