Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: sge kardia usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Oct 19, 2023
1 parent 491e4aa commit 5aa00a9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
9 changes: 8 additions & 1 deletion Resources/HostileCastingArea.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,5 +420,12 @@
35385,
36093,
35420,
36091
36091,
30981,
30961,
30974,
35274,
35268,
35284,
35279
]
2 changes: 1 addition & 1 deletion Resources/RotationSolverRecord.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"ClickingCount": 12212,
"ClickingCount": 15952,
"SaidUsers": []
}
5 changes: 2 additions & 3 deletions RotationSolver.Basic/Rotations/Basic/SGE_Base.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,8 @@ protected static bool AddersgallEndAfterGCD(uint gctCount = 0, float offset = 0)

return TargetFilter.FindAttackedTarget(targets, mustUse);
},
ActionCheck = (b, m) => Svc.Objects.OfType<BattleChara>()
.Where(o => o.CurrentHp > 0)
.All(o => !o.HasStatus(true, StatusID.Kardion)),

TargetStatus = new StatusID[] { StatusID.Kardion },
};

/// <summary>
Expand Down

0 comments on commit 5aa00a9

Please sign in to comment.