Qt-dev / exile-diary

A game tracker for Path of Exile. Track literally everything that drops in your maps, and more!
41 stars 6 forks source link

add "Memories" #20

Open Kirihan opened 2 years ago

Kirihan commented 2 years ago

From what i've seen in the code memories are not supported, i did modify a little on my repo so they are recognized but they arent priced yet, category is added on ItemCategoryParser.js

Qt-dev commented 2 years ago

Feel free to send a PR this way :) Recognition is a whole beast I have not looked at much yet, but maybe we can find some solution

Kirihan commented 2 years ago

Sent the PR, ill try looking up how to price them, last time I tried it didnt work

Qt-dev commented 2 years ago

Added the first part in v0.3.15

Kirihan commented 2 years ago

I'll send another PR this way probably on the weekend, memories aren't being recognized still because I made a mistake making the text contain "Memory Of", thats only when it's identified, text should be "'s Memory", will try to make it as subcategories with each of the 4 masters.

Qt-dev commented 2 years ago

Nice, then maybe we can even include it in the stats too

Kirihan commented 2 years ago

TODO: