sixones / vitality

Macintosh Eve online skill planner
GNU General Public License v3.0
70 stars 12 forks source link

Attribute display poll #55

Closed Bleyddyn closed 7 years ago

Bleyddyn commented 7 years ago

The attribute display in the main Character Sheet view currently shows the attribute totals: base + implants.

I have code in place to change that so it displays the attribute total plus an extra number if that attribute is being modified by an implant. See attached images.

The question is, how do people read the one with implants shown? Is intelligence 24 or 27?

Any suggestions for better ways to show both bits of info?

attributes attributesplus

Bleyddyn commented 7 years ago

And I came up with a different format that I like a lot better: @"%d (%d +%d)"

e.g. Intelligence 24 (21 +3)