Xeverous
Thanks, do you mind checking 2 more things? /u/_xhul_ mentioned few really weird things in https://github.com/xhul-github/xhul-filter/blob/master/misc.txt - I'm mostly concerned about legacy prophecies that are not accepted and ==
being reported to not perform an exact string-string match for Class
as it is the case for BaseType
.
The item class not using ==
is definitely a bug. I will try to fix for 3.10.0.
Quest items must be filtered with an explicit item class (Class "Quest Items"
). This is intended, not a bug.
Disabled Prophecies cannot drop and cannot be filtered. Also intended.
Relational operators work with CorruptedMods
. Yes, why wouldn't they? It's just a number, after all. It works the same as all numeric rules (ItemLevel
, AreaLevel
, etc).
Undocumented item classes and base types, including "...". Please do not rely on these. They are scrapped concepts, WIP data that hasn't yet been removed, or occasionally necessary for non-item purposes for various internal reasons. They may change or be removed, and we assume item filters do not need them. These items cannot drop anyway.
The font size is a bit strange, yes, because the limitations depend on the font itself, which is different depending on your language. I don't know if we can improve this easily.
Read more