Adjust cooldowns and streamline Monk action checks #528
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to the
BasicRotations
andRotationSolver.Basic
files to improve the handling of abilities in different combat states, particularly focusing on theBrotherhood
status andChakra
levels for the Monk class. The most important changes include adjustments to the general and emergency abilities, as well as modifications to action settings for various Monk abilities.Adjustments to Abilities:
BasicRotations/Healer/AST_Default.cs
: Updated the cooldown check forDivinationPvE
from 45 to 66 seconds in theGeneralAbility
method.BasicRotations/Melee/MNK_Default.cs
: Simplified the logic in theEmergencyAbility
method for handlingTheForbiddenChakraPvE
usage based onBrotherhood
status.Modifications to Monk Abilities:
RotationSolver.Basic/Rotations/Basic/MonkRotation.cs
: Updated theActionCheck
logic forSteeledMeditationPvE
,SteelPeakPvE
,InspiritedMeditationPvE
,HowlingFistPvE
,ForbiddenMeditationPvE
,TheForbiddenChakraPvE
,EnlightenedMeditationPvE
, andEnlightenmentPvE
to account forBrotherhood
status and differentChakra
levels. [1] [2] [3] [4]