diff --git a/Resources/HostileCastingArea.json b/Resources/HostileCastingArea.json index 6b213f0c6..b57da9939 100644 --- a/Resources/HostileCastingArea.json +++ b/Resources/HostileCastingArea.json @@ -420,5 +420,12 @@ 35385, 36093, 35420, - 36091 + 36091, + 30981, + 30961, + 30974, + 35274, + 35268, + 35284, + 35279 ] \ No newline at end of file diff --git a/Resources/RotationSolverRecord.json b/Resources/RotationSolverRecord.json index 2591d95a1..aec22dc17 100644 --- a/Resources/RotationSolverRecord.json +++ b/Resources/RotationSolverRecord.json @@ -1,4 +1,4 @@ { - "ClickingCount": 12212, + "ClickingCount": 15952, "SaidUsers": [] } \ No newline at end of file diff --git a/RotationSolver.Basic/Rotations/Basic/SGE_Base.cs b/RotationSolver.Basic/Rotations/Basic/SGE_Base.cs index 644b249e9..739cb2127 100644 --- a/RotationSolver.Basic/Rotations/Basic/SGE_Base.cs +++ b/RotationSolver.Basic/Rotations/Basic/SGE_Base.cs @@ -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() - .Where(o => o.CurrentHp > 0) - .All(o => !o.HasStatus(true, StatusID.Kardion)), + + TargetStatus = new StatusID[] { StatusID.Kardion }, }; ///