Apollys / PoEDynamicLootFilter

Tool to Modify your Loot Filter seamlessly while playing Path of Exile
55 stars 9 forks source link

Fix rule matching not matching custom rules #39

Closed Apollys closed 2 years ago

Apollys commented 2 years ago

Example texts:

Item Class: Divination Cards
Rarity: Divination Card
Humility
--------
Stack Size: 1/9
--------
Tabula Rasa
--------
Item Class: Maps
Rarity: Normal
Superior Tower Map
--------
Map Tier: 16
Item Quantity: +8% (augmented)
Quality: +8% (augmented)
--------
Item Level: 85
--------
Travel to this Map by using it in a personal Map Device. Maps can only be used once.
Apollys commented 2 years ago

This was actually a misdiagnosis of two completely separate issues.

For the first case, my custom rule had an AreaLevel restriction, so it shouldn't match.

For the second case, "Superior" was included in the BaseType. This is now fixed in dev.