How to set hp for hero

So I want to set the max health of the soldier: 76 to 53 hp. How can I do it?
AND set it to a certain amount of hp! WITHOUT PERCENTS.

Thats unfortunately not possible in a one step way. You need to do either percentage math meaning when Soldier’s HP is 200 at 100%, what % would it be if Soldier should have 53HP, and why excactly 53? Is it an example? Or set his Max HP to 0% though his HP won’t go to zero, the min value percentage is capped internally, then use Add Temporary Health Pool by the value of:

  • Health + (53 - Max Health)

To aquire the right health amount.

3 Likes