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

Add irregular affixes #51

Open fonsleenaars opened 5 years ago

fonsleenaars commented 5 years ago

Some pieces of equipment have unique/specific affixes that apply to them, regardless of their equipment category.

An example of an irregular affix is the Dvergr Greaves, which can have a torso affix:

suffixRandomizerName1,records\xpack\item\lootmagicalaffixes\suffix\tablesarmor\torsomelee_e04.dbr
prefixRandomizerName1,records\xpack\item\lootmagicalaffixes\prefix\tablesarmor\torsomelee_e04.dbr,

This supplements #24 and follows #44