Triky313 / AlbionOnline-StatisticsAnalysis

A tool with many features for the game Albion Online
https://triky313.github.io/AlbionOnline-StatisticsAnalysis/
GNU General Public License v3.0
340 stars 103 forks source link

[Request] Detailed Dungeon Loot Logging #503

Closed Kwelpinator closed 3 months ago

Kwelpinator commented 4 months ago

Is your feature request related to a problem? Please describe. Dungeon logger only log the most expensive item you get but we're unable to see all the items that we got from the dungeon chest.

Describe the solution you'd like

Describe alternatives you've considered A new tab on the Dungeons tab where it only shows loot for the dungeons. mu_dungeon logger Here is a mockup I made which still has so many thing to improve.

dg1 = {[1] = {["name"] = "rune", ["amount"] = 1}, [2] = {["name"] = "soul". ["amount"] = 1}, [3] = {["name"] = "relic". ["amount"] = 1}}


dg2 have more loots in quantity (198 items) compared to dg1 (3 items)

**Additional context**
While editing the asset for the mockup, I realize this... 
![image](https://github.com/Triky313/AlbionOnline-StatisticsAnalysis/assets/128455792/ce2e77ce-83ad-4b1a-bff0-90f96537dcc4)
PLEASE FIX THIS
Triky313 commented 3 months ago

These are very good feature ideas. I'll take a closer look as soon as I have a new way of recognizing the enchantment levels of the dungeons.

Triky313 commented 3 months ago

A list of items with a click on the chest has been added

To the point: add silver to the total value of the dungeon, as silver can also be considered loot. This is already the case.

The green diamond is no longer used in the dungeon list, only in the settings as far as I can see. I don't see where to fix this.

For all other features please open a new issue.