Vitality Item: Difference between revisions

Jump to navigation Jump to search
Nocen (talk | contribs)
m fix power increase location
Nocen (talk | contribs)
m formula formatting
Line 35: Line 35:
Max health is a straightforward calculation relating base health, % increased base health, and bonus health. A hero's base health changes throughout the game as power increase thresholds are met. Meanwhile, % increased base health and bonus health will be applied by items and status effects. To calculate max health at a given point in time the following formula is used:
Max health is a straightforward calculation relating base health, % increased base health, and bonus health. A hero's base health changes throughout the game as power increase thresholds are met. Meanwhile, % increased base health and bonus health will be applied by items and status effects. To calculate max health at a given point in time the following formula is used:


<math>\mathit{Max Health} = \mathit{Base Health} * (1 + \mathit{% Increased Base Health}) + \mathit{Bonus Health}</math>
<math>\text{Max Health} = \text{Base Health} * (1 + %\text{Increased Base Health}) + \text{Bonus Health}</math>


Some important things to note about this calculation:
Some important things to note about this calculation: