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 monsters infrequents to loot tables #5

Closed fonsleenaars closed 6 years ago

fonsleenaars commented 6 years ago

The monster infrequents should be relatively simple to index, because they are, as the name implies; infrequent. Only a certain type of monster, or multiple monsters, drop these items.

For the parser; this means returning the monster name, the act the monster appears in, and the chance it has it equipped. It might be interesting to also have an image of the monster, but this would require some new functionality (rendering monster images?).

For the website; the location of the Loot Table already exists so inserting the monster infrequents there should be easy.