Skip to content

Commit

Permalink
Guren shall be used when 2 or more targets
Browse files Browse the repository at this point in the history
*Read Balance before you write code, kids*
Balance: 'Guren is a gain starting on two targets'
If you manually overrode this in Actions -> oGCD-Attack -> Guren -> How many targets from 1 to 2 already, you can ignore this update.
If the settings above was 1 for you by default, and your SAM rotation was using Guren instead of Senei at Level 100 when hitting single target, do 'Reset plugin data and reload', then 1 shall become 2 automatically. And sennei shall be used correctly on single target.
If this update affects your own code for using Guren at lower level, for example uww etc, use this instead: if (HissatsuGurenPvE.CanUse(out act, skipAoeCheck: !HissatsuSeneiPvE.EnoughLevel)) return true;
  • Loading branch information
MillerTheBest committed Nov 9, 2024
1 parent ce8b163 commit c034b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RotationSolver.Basic/Rotations/Basic/SamuraiRotation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ static partial void ModifyHissatsuGurenPvE(ref ActionSetting setting)
setting.UnlockedByQuestID = 68106;
setting.CreateConfig = () => new ActionConfig()
{
AoeCount = 1,
AoeCount = 2,
};
}

Expand Down

0 comments on commit c034b91

Please sign in to comment.