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

(Android version of TQ) Black Pearl Ring Dropped by Typhon on Epic #54

Open HarvesterX opened 5 years ago

HarvesterX commented 5 years ago

As the title states, I got a black pearl ring drop off Typhon today. I don't see Typhon listed as dropping it. Don't know if the drop rates are the same on Android as they are on PC/consoles. Especially considering this is just the original game without the expansion. Please disregard if this information is irrelevant to whatever version of TQ you are working on documenting. But since the game is also on mobile devices now, I figure this is the right place. Happy holdays and a merry Christmas!

fonsleenaars commented 5 years ago

Oh cool, thanks for reporting!

I'll dig around the PC files and see if that matches what the parser reports.

fonsleenaars commented 5 years ago

After some digging I still think it shouldn't drop, but I also can't imagine that the different platforms have different drop rates, I imagine it was all just ported from the same database.

I'm going to write some scripts to use this example and see if I can figure out if there's any way Typhon can drop it. The problem is mainly that there are a huge amount of drop tables and finding the starting point for what Typhon's orb can actually drop isn't super clear.

The nice thing about this use case is that the Black Pearl Ring is kind of unique and there's only 1 master table that drops it, so I'll see what I can find!