Update BLM and SAM classes with new options and logic #515
+23
−18
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
module, focusing on theMagical
andMelee
rotations. The key changes involve updating game versions, modifying rotation configurations, and adjusting ability checks and descriptions.Updates to
Magical
Rotations:Game Version Update:
GameVersion
attribute inBLM_Default
class from "7.01" to "7.15".Configuration Changes:
LeylineMadness
andLeyline2Madness
for using Leylines in combat.UseRetrace
configuration with a new description.Ability Checks:
GeneralAbility
method to include checks forLeylineMadness
andUseRetrace
abilities.Updates to
Melee
Rotations:Enum and Configuration Updates:
MidareSetsugekka
toSetsugekka
in theSTtoAOEStrategy
enum and updated related configurations and descriptions. [1] [2]General Ability Logic:
GeneralGCD
method to prioritizeTendoSetsugekkaPvE
andKaeshiSetsugekkaPvE
abilities more effectively. [1] [2]General Configuration:
_autoBurst
configuration to clarify its purpose.Additional Changes:
IsFriendly
totrue
forLeyLinesPvE
andRetracePvE
actions. [1] [2]