I am looking to create tokens that look like this: My first thought is that I can make some Decorations that are from 1 - 10, and drag them on to the tokens as need be. But that's suboptimal, given that we have three bars for each of these tokens and one of them is always the number I'm displaying in the bottom right. The required information is right there in the token. Is it possible via current API to display that number in a different fashion? Barring that, could I link the value to a token with a text box in it and update the text box on the fly? Maybe there's some `OnBarValueChanged()` event firing somewhere that I could capture and auto apply decorations?