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 AFFIXES Loot Tables to special uniques ? #24

Open Ctrl-Alt-Suppr opened 6 years ago

Ctrl-Alt-Suppr commented 6 years ago

(sorry for my bad english) Is it possible to add Affixes Loot Tables ? For exemple with a 3st tab : PROPERTIES | LOOT TABLE | AFFIXES (loot table)

https://www.tq-db.net/equipment/black-pearl-ring and all : Jade / Pythia / Crystal / Truesilver / Black Pearl ...

fonsleenaars commented 6 years ago

I think you don't need to distinguish between Uniques and Monster Infrequents.

The parser (and website) can simply say: If there is an affix possible; show Affix tab.

Ctrl-Alt-Suppr commented 6 years ago

I do not know the new extension, but with (IT) only a dozen unique objects (out of 1100) had affixes (I speak well of blue and pink objects) Not sure it is necessary to add a third tab to all unique if only some are concerned ...

fonsleenaars commented 6 years ago

It won't, the tab will only appear if an affix is possible :)

fonsleenaars commented 2 years ago

Initial discovery in milestone 1.4.3 as a result of rethinking how to parse affixes.

It now uses the actual loot tables which allowed us to encounter the uniques mentioned in the original ticket. For now they'll be included in the source data but we'll need a good way to track how to parse them into actual equipment mentions.