fonsleenaars / tqdb

Python parser for the Titan Quest Anniversary Edition, Ragnarok, Atlantis, Eternal Ember DLC database.
https://tq-db.net
MIT License
50 stars 15 forks source link

Ragnarök-version of Outrider's gear missing #97

Closed artydent closed 2 years ago

artydent commented 3 years ago

It seems that Ragnarök introduced a new version of Outrider's Tunic and Outrider's Skullcap (not the Buckler though) with better stats (and also a different look in case of the tunic), but the TQDatabase (v1.3.10) only lists the original version.

Outrider's Tunic: original version: RECORDS\ITEM\EQUIPMENTARMOR\MI_x_CENTAUR.DBR (x = N, E, L) OutriderTunic-Original

Ragnarök version: RECORDS\XPACK2\ITEM\EQUIPMENTARMOR\TORSO\MI_x_CENTAUR.DBR (x = N, E, L) OutriderTunic-Ragnarok

Outrider's Skullcap: original version: RECORDS\ITEM\EQUIPMENTHELM\MI_x_CENTAUR.DBR (x = N, E, L) OutriderSkullcap-Original

Ragnarök version: RECORDS\XPACK2\ITEM\EQUIPMENTARMOR\HELM\MI_x_CENTAUR.DBR (x = N, E, L) OutriderSkullcap-Ragnarok

No idea if the new version replaces the old one (if Ragnarök is installed) or if both can drop in this case. I had only drops of the Ragnarok version so far.

PS: Thanks for making this awesome website!

fonsleenaars commented 2 years ago

Oh, very interesting, I'll have to see if I can find if it replaces the reference or if it's a new tag.

fonsleenaars commented 2 years ago

These will be in the new release, but I believe the loot table for it isn't 100% correct yet. That will be fixed in another update