LotroCompanion / lotro-companion

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

Improve items/consumables cooperation #358

Open dmorcellet opened 1 year ago

dmorcellet commented 1 year ago

Items and consumables are completely separated now. Their only link is the itemID (=consumableID).

1) May be in the items explorer, we would like to search items using stats provided by their associated consumable. 2) In the item form, show consumable data if any

A possible evolution is to change the model to be closer to the lotro model. 1) to get rid of consumables and use effects 2) have items have links to their effects (on use, on equip... ; permanent or temporary ; probability =1 or other).

dmorcellet commented 1 year ago

Now consumables have a link to their parent item (that was for i18n)

dmorcellet commented 6 months ago

Point A.2 is done. Point B.1 and B.2 are done. Still TODO : search with stats from the items explorer.