Vitality Item: Difference between revisionsGive feedback
Jump to navigation
Jump to search
m fix power increase location |
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>\ | <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: | ||