Hey,
I'd like to get the attention of everyone who updates their own filter or shares their filter with the community in regards to the betrayal changes:
1) If you want to highlight maps by tier: use the MapTier syntax
Don't use DropLevel for maps anymore!. It seems to be obsolete for maps (works the same way for everything else) and will result in wrong highlighting (based on the previous atlas). Here's an example on how to highlight T9 maps.
#------------------------------------ # T9 - Maps #------------------------------------ Show # $maps->T9 MapTier = 9 Class Maps SetFontSize 45 SetBackgroundColor 0 0 0 255 # BACKGROUND: Neutral T2 PlayAlertSound 4 300 # DROPSOUND: Map Sound DisableDropSound True MinimapIcon 2 Yellow Square PlayEffect White
Note that, when using "MapTier" - the actual level of the opened map matters. So MapTier = 9 will treat a shaped T4 and a T9 the same way.
2) Veiled items drop identified, rare and have an icon next to them similar to shaper/elder items. They can be detected with:
Show # Veiled Mod Identified True HasExplicitMod "Veil" SetBorderColor 255 0 255 SetFontSize 45 PlayAlertSound 14 300
I checked the current affixes/suffixes and didn't find anything that conflicts with just using "Veil" and it covers all versions of veiled item mods.
~NeverSink
PS: Thanks to /u/bex_ggg for allowing me to communicate it to the community. Information source is: I noticed it on the alpha realm.
PS2: If you're looking for my filter/www.filterblade.xyz update:
We're working on it and finishing all the features. It'll be done finished ~3-5 hours before the start of the league. I'll stream the last part www.twitch.tv/neversink tomorrow. I'm taking half a day off work to get everything done in time. The changelog is already huge... Really excited for betrayal! More information/updates on https://twitter.com/NeverSinkGaming
Thanks so much for all of your help!