Loot Filters: Process BaseType list as regex expressions

The in game stash and vendor filters already support regex patterns, so this should be easily extendable to the loot filters.

I am having to create several order sensitive rules to catch name collisions. For example, I want to see Evasion/Energy gear, but not Armour/Energy. As such I have to create a rule for "Vestments" that precedes "Vest". i.e.

Hide
BaseType "Vestments"

Show
BaseType "Vest"

This could be solved with one regex patterns such as using a word boundary succh as "Vest\b". Additionally, if I want to make prominent all Expert gear of a specific set of BaseTypes, I can only do this by creating a comprehensive list of all BaseType full names of all items. This could solved/generalized cleaner with regex. i.e.

Show
BaseType "Expert.*Vest\b"
SetFontSize 40
Last edited by LokiLaufeyson#6642 on Jan 2, 2025, 10:19:51 PM
Last bumped on Jan 2, 2025, 10:19:38 PM

Report Forum Post

Report Account:

Report Type

Additional Info