27 if (attackResult.Afflictions ==
null || !afflictions.Any(a => attackResult.Afflictions.Select(c => c.Identifier).Contains(a))) {
return false; }
Identifier[] GetAttributeIdentifierArray(Identifier[] def, params string[] keys)
string?[] GetAttributeStringArray(string key, string[]? def, bool convertToLowerInvariant=false)