Enhance ability logic and update dependencies #604
Merged
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 various changes across multiple files to improve the functionality and maintainability of the rotation logic for different classes. The key changes are grouped by theme and listed below.
New Features and Enhancements:
BasicRotations/Healer/AST_Default.cs
: Added a new configuration optionStellarNow
to detonate Earthly Star when the player has Giant Dominance. [1] [2]BasicRotations/Ranged/MCH_Default.cs
: Introduced a new configuration optionDumbQueen
to use Automation Queen as soon as it's available. [1] [2]BasicRotations/Tank/PLD_Default.cs
: Added a new configuration optionInterventionTank
to use Intervention on the CoTank during tankbusters. [1] [2]Bug Fixes:
BasicRotations/Healer/SGE_Default.cs
: Fixed the logic for usingPrognosisPvE
andDiagnosisPvE
by checking if_EukrasiaActionAim
isnull
. [1] [2] [3]Codebase Maintenance:
RotationSolver.Basic/Helpers/StatusHelper.cs
: Changed several internal status arrays to public and added empty XML documentation comments. [1] [2]Dependency Updates:
RotationSolver.Basic/RotationSolver.Basic.csproj
: UpdatedSystem.Drawing.Common
package to version 9.0.1.RotationSolver.SourceGenerators/RotationSolver.SourceGenerators.csproj
: UpdatedMicrosoft.CodeAnalysis.CSharp
package to version 4.12.0.