mirror of
https://github.com/waynebian01/Shigure.git
synced 2026-09-03 07:15:24 +08:00
删除了光环识别
This commit is contained in:
@@ -14,8 +14,7 @@ public enum ConditionFieldCategory
|
||||
State,
|
||||
Aura,
|
||||
Spell,
|
||||
DynamicUnit,
|
||||
RecognizedAura
|
||||
DynamicUnit
|
||||
}
|
||||
|
||||
public sealed record ConditionField(
|
||||
|
||||
@@ -1187,11 +1187,6 @@ public static class ModuleConditionEvaluator
|
||||
return state.Auras.TryGetValue(key["aura.".Length..], out var value) ? value : null;
|
||||
}
|
||||
|
||||
if (RecognizedAuraFields.TryGetLookupKey(key, out var recognizedAuraName))
|
||||
{
|
||||
return state.RecognizedAuras.TryGetValue(recognizedAuraName, out var value) ? value : 0;
|
||||
}
|
||||
|
||||
if (ModuleSpecialActions.IsFailedSpell(key))
|
||||
{
|
||||
return ModuleSpecialActions.GetFailedSpell(state, failedSpells);
|
||||
|
||||
Reference in New Issue
Block a user