PsychicMuffin / PathOfDamage

Calculates damage taken in Path of Exile based on character stats
http://pathofdamage.com
GNU General Public License v3.0
3 stars 2 forks source link

Re-order main sections to be in order of most commonly used #48

Open ficocelliguy opened 7 years ago

ficocelliguy commented 7 years ago

Currently the main sections are arranged in the order that the calculation applies their totals. It would be better IMO to have them arranged by how often users will utilize/change the values. Among other benefits, this minimizes scrolling and helps keep the most relevant information visible. I think that would be this order:

Damage Mitigation (Armor is ubiquitous to the site and it frequently changes through leveling/building) Damage Taken (fortify and AA are common, and this section feels like the 'meat' of the calculation) Damage Shifts (fairly common, but probably not going to change very often) Mob Mods (Used less, situational)

This partly assumes the goal of the site is to tweak and adjust to intuitively understand how specific defensive mechanics work, rather than studying how the overall phys damage mitigation algorithm is performed under the hood.

PsychicMuffin commented 7 years ago

This is an interesting proposition. I've tagged a few things with the question label that I think would be good to specifically ask about when the beta goes up for feedback.