Skip to content

Commit

Permalink
Merge pull request #430 from MillerTheBest/main
Browse files Browse the repository at this point in the history
Complete PB CanUse Condition
  • Loading branch information
LTS-FFXIV authored Oct 8, 2024
2 parents 71f1dea + 64fccae commit 858dff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RotationSolver.Basic/Rotations/Basic/MonkRotation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ static partial void ModifyDragonKickPvE(ref ActionSetting setting)

static partial void ModifyPerfectBalancePvE(ref ActionSetting setting)
{
setting.ActionCheck = () => BeastChakras.Distinct().Count() == 1 && BeastChakras.Any(chakra => chakra == BeastChakra.NONE);
setting.UnlockedByQuestID = 66602;
setting.StatusProvide = [StatusID.PerfectBalance];
}
Expand Down

0 comments on commit 858dff7

Please sign in to comment.