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

Field "name" in new DLC #108

Closed chefranov closed 2 years ago

chefranov commented 2 years ago

After latest game updated (2.10.19714) in genereted json file I have noticed that "name" field contains x4tagU_* instead of name of my language. Can you fix it? Also need to update the site because in latest patches many changes in loot tables.

{
        "classification": "Легенда",
        "dexterityRequirement": 200,
        "itemLevel": 70,
        "levelRequirement": 70,
        "name": "x4tagU_Axe05",
        "properties": {
          "characterAttackSpeed": "Скорость: Средняя",
          "characterIncreasedExperience": "-17% увеличения опыта",
          "offensiveLifeLeech": "5% урона переводится в жизнь",
          "offensivePhysical": "202-214 ед. физического урона"
        },
        "set": "x4tagU_Set_10",
        "strengthRequirement": 400,
        "tag": "x4tagU_Axe05"
      }

Also some items don't have "name"

image

fonsleenaars commented 2 years ago

Fixed in the latest patch, parsing it and will publish it to tq-db.net soon - all you need to do is re-run the parser or wait for me to publish them.

fonsleenaars commented 2 years ago

Deployed