ben-wallis / Filtration

The Path of Exile loot filter editor
GNU General Public License v2.0
262 stars 61 forks source link

Add option to use more than 1 "has explicit mod" block for a single filter block #81

Closed immola closed 5 years ago

immola commented 6 years ago

If there is a block that uses 2 lines of "has explicit mod", it will only highlight the item, if it has at least one mod from each block, by this you can filter much better for items that are useful.

azakhi commented 6 years ago

@immola do you know if there is a limit for the number of times it can appear in a single block?

immola commented 6 years ago

So I just tested it ingame. I took an item with 3 prefixes and 3 suffixes and added every specific mod in a separate line into the filter block and it was highlighted correctly. However if you add a fourth line with either suffixes or prefixes it wont show it so the block becomes useless which makes sense since items can only have 3 pre and 3 suffixes (with the exception of maps). i did not get an error message ingame though. so if you put only prefixes into separate lines and only suffixes into separate lines you can have a maximum of 6 "has explicit mod" lines in order for the block to function. i hope that helps :)

azakhi commented 6 years ago

Thanks for testing it. I will make the limit 6, it should be enough in current state of game.

Edit: Changed to 8, forgot maps, still a bit sleepy i guess.