exilence
exilence copied to clipboard
DEPRECATED Tool for Path of Exile that calculates net worth and tracks gear, maps and other statistics for you and your group
When you hover the icon (maybe more columns?) in the net worth table, an item-tooltip should appear like it does when hovering an item in the inventory/equipment.
See https://github.com/siegrest/poewatch/blob/584f3176fdafe72a269b85b0c93927ecf4b5bcbf/src/main/java/watch/poe/Item/Variant/Variants.java for a complete list
This happens since we calculate gain after the playerupdated-event is fetched. The settings should be saved at an earlier point.
A column for "owned by" should be added to the gain-over-time table in "Currency Summary". See net worth table for reference.
Should be able to toggle a setting that disables automatic snapshotting, so that players who want to can refresh manually.
Not sure where to place the spinner, but should always be visible to the user, and indicates that we're updating your data. QoL-change.
Add a sum of the total difference in chaos based on the selected gain-period. Should be updated instantly.