GiGs said: Keith, the list of methods you list are interesting, but there's a couple I find questionable. "to reference a value there for something that does not display on the character sheet": I might not be the usual user here, but if I ever wanted that, I'd use Inspect element or look at github. Searching the attributes list for a stat, especially one you don't know the name of, seems like a painful experience and I cant imagine many people do that. Some very complicated formulas can reference undisplayed attributes. I can't remember any off the top of my head, but something like some of the more obscure class abilities like Reliable Talent might do this. "or to find out what an attribute's range is" - how do you do this via the attributes tab? Example, to find out if a binary value a sheet is looking for is "1", "on", "On", or "true". Sheet authors, particularly on long, group projects like the D&D 5th Edition by Roll20 Sheet are not always consistent. "to change a stuck or damaged value to what it is intended to be" - this is the one that caught my eye, because it's the one I would strongly recommend no one ever do. It's probably not true any more, but there was a time where if you manually altered a stat on the attributes list, it could become disconnected from the attribute on the sheet. By doing this, you could introduce corruption in journal, and those two stats would never again related to each other. I would always advise against fiddling with stat values there that also exist on the character sheet.(This also makes me wonder how you are determining a stat's value is not what it's intended to be - if it's through looking at the attributes tab, you should be very wary of that.) The classic example here would be toggling a value on the charactermancer flags to unstick a character. For such practice, I would recommend working on a copy, at any rate. "even to discover the name of an attribute for the purposes of a macro" - many sheets now sensibly show that in the title attribute, and you can find it out by the inspect element or looking at github. And many do not. I would also suggest that the Inspector is far more inscrutable and daunting for the casual user to employ, if they even know it exists. The Attributes tab is evident. I do think if that part of the sheet continues to exist, it should be reworked to better present the information it contains (make it searchable, at least). As it exists, it's an eyesore at best, and there should be better ways to get the information you want. It is searchable, using Cmd/Ctrl-F. In short, just because some tables have a behavior issue, or dislike the Atrtributes tab for whatever reason, is no reason to remove it for everyone, particularly those who do find it useful. Just don't use it. And I will silently cry if someone suggests "put it on a toggle", which seems to be everyone's fall back suggestion to any interface question lately.