Procurement-PoE / Procurement

Path Of Exile Character & Stash Management Tool
Artistic License 2.0
331 stars 133 forks source link

Update stat filters #1060

Open nqrcqn opened 5 years ago

nqrcqn commented 5 years ago

Filters now also support fractured, crafted and enchanted mods. Added new strings and some new filters.

nqrcqn commented 5 years ago

Talisman filter doesn't return the Talismans in my stash, also the Craftables filter returns very few results, may be fixed also.

Edit: Talisman filter doesn't work because they get the Amulet base type here but changing the order there removes them from amulets and adds to Talismans. https://github.com/Stickymaddness/Procurement/blob/master/POEApi.Model/GearType/GearTypeFactory.cs

nqrcqn commented 5 years ago

To add new strings, converted IncreasedPhysicalDamageFilter and ManaRegenFilter to use OrStatFilter

Can I add implicit mods to ExplicitModBase or was the goal there excluding implicit mods?