Beat me to it. This should lead you in the right path. My bet is that the health value itself is normalized (between 0 and 1) like in the example from this guide. If that’s the case multiplying by 100 is still necessary in both cases. I’d also recommend following it up with a truncate node as well, if you don’t want any decimal place. This will effectively turn the value into an integer between 0 and 100.