-
-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Removed the FoF Goring Blade feature, as it is now baseline. - The prior check on Requiescat for including Goring Blade now depends on (and respects) the player's selection for whether FoF changes into Goring Blade in the base game. - Implemented new features for including Goring Blade, when available, on Royal Authority and Prominence buttons. - Implemented new features for including the Confiteor combo, when available, on Royal Authority and Prominence. - Atonement usage outside of FoF is now delayed until it would be overwritten by Royal Authority, per current guidance in The Balance. - It will also be used if it would otherwise expire - During FoF, Atonement or Holy Spirit are now intelligently prioritized based on whether the higher-potency Sepulchre can be fit inside the remaining duration. - During both FoF and regular usage, Holy Spirit will automatically be inserted if the player is not in melee range of the target, provided Divine Might is active. - If the player has remaining Requiescat charges (ie. under level 90, when the Blades combo followup to Confiteor is learned), Holy Spirit will be used to burn off the charges. - Corrected MP values for spells, due to Divine Magic Mastery, added in Endwalker, halving all of the prior mana costs. - Technically, this returns incorrect values under level 64, but since the only mana-consuming spell learned before 64 is Clemency, and it is never used in a combo, this is irrelevant. - Simplified some of the combo checks. Since lastComboMove is only non-null when comboTime > 0, we can skip checking comboTime if we're already checking lastComboMove.
- Loading branch information
Kaedys
committed
Jul 11, 2024
1 parent
eef45e2
commit 56a23c4
Showing
2 changed files
with
117 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters