[Request] Gems
Any way to get a regex for gems for racing/league starts?
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.
Thank you!
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
others arent as bad but still
This is kinda implemented. I'll improve it later, but there is a very base version of this under the vendor page.