I'm currently running a 5e game where we're using a homebrew rule that when any creature is below 50% hit points, they are subjected to a wounded condition, which holds a few effects. This is obviously not too difficult to track, but I had the idea of perhaps helping tracking it with an API, or any other solution really. What I'm looking for is to have a clear indication on a token when a creature is below the 50% hp threshold. First off I'd like to ask anyone knowledgeable: Would there be a simple solution for this? Could TokenMod perhaps accomplish this somehow? And then as for my own idea: I know character sheets have the "hp" attribute, which when assigned to one of the three bars can be shown to everyone. Would there be a way perhaps to make an attribute like "hp_wounded", which would automatically calculate and show in the current and max fields "half of the full hp" / "full hp", assign that to a differently colored bar, and then have that appear instead of the normal "hp" bar when a creature falls below 50%? I have no idea if this is a long shot or not, but I'd be interested to hear any solutions or feedback.