veiset / poe-vendor-string

Path of Exile Vendor Search tool
61 stars 17 forks source link

Expedition/Gwennen Regex Strings Match Item Implicits in Gambling Window (again) #80

Closed halfacandan closed 1 year ago

halfacandan commented 1 year ago

Hi

As a follow-up to #79, some of the regex strings in the src/generated/GeneratedExpedition.ts file are still incorrectly matching implicit modifiers of other base items. Thought it best to open a fresh issue since the previous one is closed.

I have listed these unintended matches below and proposed new regex strings to avoid the issues.

Many Thanks Dan

Item Current Proposed False Positive Implicit Example Item
stiletto til stil increased Projectile Speed Feathered Arrow Quiver
supreme spiked shield up upr chance to Suppress Spell Damage Ornate Spiked Shield
widowsilk robe ws wsi increased Critical Strike Chance with Bows Spike-Point Arrow Quiver
veiset commented 1 year ago

Thanks. I will look in to this, this is probably due to my base item list being incomplete!

veiset commented 1 year ago

Ah, I found the issue. I was only using weapon bases, not all items.

I need to find a list of all implicit modifiers items can have before fixing this, I will take a look and see what I can find. I probably wont have this done before after Exilecon though.

halfacandan commented 1 year ago

No worries. Thanks for taking a look at this 👍

veiset commented 1 year ago

Alright this should be fixed and live now. Thanks for reporting this, appreciate the help!

Not too happy with the current fix, I need to figure out a good source for all item implicits at some point. But thats work for later :D

halfacandan commented 1 year ago

Looks great! I see you found a couple more mismatches that I hadn't. Thanks again for all your work on this: I know bugfix isn't the fun part :D

veiset commented 1 year ago

I don't mind fixing bugs at all. I'm just grateful people actually report bugs 😁

The worst are bugs I don't know about, so again thanks for reporting them!