Health: Difference between revisions

Base Health: copied boon table
m Maximum Health: Future-proofing the example by removing the specific items listed and just giving an unnamed +100 bonus health item
Line 37: Line 37:


=== Example ===
=== Example ===
[[Kelvin]] begins the game with 600 Base HP. If Kelvin purchases the tier 1 vitality items [[Extra Health]] and [[Extra Stamina]], the first of which also grants 160 bonus health, his max health becomes:
[[Kelvin]] begins the game with 600 Base HP. If Kelvin purchases two tier 1 vitality items, one of which grants 100 bonus health, his max health becomes:


<math>HP_{Max} = 600 \times (1 + (0.11 + 0.11)) + 160 = 892</math>
<math>HP_{Max} = 600 \times (1 + (0.11 + 0.11)) + 100 = 832</math>


If Kelvin then earns a power increase, his base health increases by 50, and his max health becomes:
If Kelvin then earns a power increase, his base health increases by 50, and his max health becomes:


<math>HP_{Max} = (600 + 50) \times (1 + (0.11 + 0.11)) + 160 = 953</math>
<math>HP_{Max} = (600 + 50) \times (1 + (0.11 + 0.11)) + 100 = 893</math>


== Regaining Health ==
== Regaining Health ==