poe-vendor-string icon indicating copy to clipboard operation
poe-vendor-string copied to clipboard

[Request] Gems

Open SeeTwoDev opened this issue 2 years ago • 1 comments

Any way to get a regex for gems for racing/league starts?

SeeTwoDev avatar Dec 08 '23 17:12 SeeTwoDev

I maintain a list of the names of every gem. I trimmed it to remove vaal and awakened gems and transfigured gems since you cannot buy those. This list should contain everything the gem vendor sells if you want to use it to do your magic and create a regex from selected values. I'm happy to modify it in anyway to make things easier for you.

regems.json

Thank you!

JusKillmeQik avatar Jul 26 '24 02:07 JusKillmeQik

I was just playing around with this idea. I think this isn't going to work as the search considers the description as well

take this input "f ar| arc|er a|pn| col|th |init|stbl|k a|d of i"

[
    "Rain of Arrows",
    "mirage archer",
    "faster attacks",
    "shrapnel ballista",
    "added cold damage",
    "elemental damage with attacks",
    "trinity",
    "frostblink",
    "blink arrow",
    "herald of ice",
    "trinity",
];

it just highlights literally everything on one page

Image

others arent as bad but still

Image

boop5 avatar Jun 01 '25 02:06 boop5

This is kinda implemented. I'll improve it later, but there is a very base version of this under the vendor page.

veiset avatar Oct 30 '25 17:10 veiset