fonsleenaars / tqdb

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

Add more sources to drop table listings #14

Open Quanyails opened 6 years ago

Quanyails commented 6 years ago

The drop tables seem to be missing a few bosses' chests. I'm not sure if this is all of them, but these are the ones I noticed:

I noticed because I preferred to farm Sandqueen Masika for Act II loot due to her faster lap time than the other bosses, and I was wondering if the drop tables were good.

I'd also like to say: Thanks you, fonsleenaars, for this service! It's really, really helpful to have up-to-date documentation on this aging game.

fonsleenaars commented 6 years ago

Good catch I'll add them soon in the next update!

fonsleenaars commented 6 years ago

I found Masika and I think Boar Snatcher is probably this (http://titanquest.wikia.com/wiki/Boar_Snatcher) guy right? I believe he's called boareater in the files, but I can't seem to find a chest for it.

Masika's chest was added to the regular boss chest list, but Boar Eater's doesn't seem to be, I'll keep digging though.

The Secret Passage will have to wait a little bit longer until #4 is added.

I think because of your request I might also be able to add the MI loot table very easily, it looks like I might just need to add "Hero" as an acceptable classification to parse loot for, and adjust the creature directory to not just include bosses.

Quanyails commented 6 years ago

Thank a bunch for the quick response and update. :)

Yes, that's the Boar Snatcher! If I had to guess, it might be because the chest in the Boar Snatcher's cave is classified as a normal chest rather than as a boss chest.

fonsleenaars commented 6 years ago

Ahh, that's it. I'll add it then, but the chest will be missing (for now).

fonsleenaars commented 6 years ago

I've managed to add all Hero classed drops to the loot tables, need to run some manual tests because the file size of the assets got quite a bit larger.

If it all checks out I'll push it with the next update (next few days somewhere).

fonsleenaars commented 6 years ago

Alrighty, it's live (ctrl+f5 if you don't see it immediately). Let's leave this ticket open until quests have been added perhaps? The way boxes are handled in general might be interesting to expand upon (as the boar snatcher points out). I'll think about it a bit, but first New Year's Even time!

nektarios0 commented 6 years ago

About the drop tables of "The Shade" armor set, u can take a piece(the greaves "The Path of Mortals") from the quest in Glauberg "Celtic Plaid".

Quanyails commented 6 years ago

@nektarios0, #4 has got you covered. :)

nektarios0 commented 6 years ago

@Quanyails Ah didnt know,im new here :)

fonsleenaars commented 6 years ago

More sources have been added, I'm going to remove the milestone from this issue so I can revisit it when I'm checking the boss chest loot. The secret passage and some other quest/chests still need to be added so I'll use this issue to track progress for that.