[New Users] Please note that all new users need to be approved before posting. This process can take up to 24 hours. Thank you for your patience.
Check out the v.254 - Midnight Carnival - Ludibrium Patch Notes
here!
QoL: Stat tool tip provides source breakdown
Hovering over some stats can provide not just what it means but also where your stat is coming from, e.g. hovering over my crit chance/IED in my stats window would give me the explanation AND beneath it where your total value comes from (like displaying: 12% from equips, 6% from legion, 15% from linkskill, 35% from buffs).
Coding this should be feasible since the stat itself is already pulling values from everything to be summed up. This need not be implemented for all stats (like damage range, which may involve a complex calculation that makes separating the parts difficult without just showing the formula).
This can be even more specific to specify exactly which equips/legion chars/buffs provide their contribution, but that may be too much depending on how the different stat sources are programmed.