LotroCompanion / lotro-companion

A graphical tool to manage your Lotro Characters (including gear/stats simulation)
29 stars 3 forks source link

Get rid of enum CharacterClass #371

Closed dmorcellet closed 1 year ago

dmorcellet commented 1 year ago

This enum is hard coded. Use the ClassesManager that relies on XML data.

dmorcellet commented 1 year ago

Class key is used in requirements: Used in: barterers,effect buffs, loot tables, relics, deeds, quests, items

dmorcellet commented 1 year ago

Most of the work is done. Still TODO:

dmorcellet commented 1 year ago

Revamp of class icons: done Data import: OK Except for the loot tables that reference Monster Classes.

dmorcellet commented 1 year ago

Added minimal support for monster classes. So that they are useable in usage requirements (loot, items...).

dmorcellet commented 1 year ago

Done.