Template:Math/Overheal/doc

From Team Fortress Wiki
< Template:Math/Overheal
Revision as of 11:49, 26 August 2010 by Pilk (talk | contribs) (Created page with 'This template multiplies a number passed to it using an algorithm that is consistent with the way Overheal is calculated in-game. Use it for calculating the maximum overheal …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This template multiplies a number passed to it using an algorithm that is consistent with the way Overheal is calculated in-game. Use it for calculating the maximum overheal value based on a classes max health.

Usage

{{overheal|175}}

This example yields 260.

Calculation factor

The default calculation factor for Overheal is 150% (1.5). To modify the factor, add a factor parameter like so:

{{overheal|175|factor=2}}

This example yields 350.

Errors

  • This template will display ? if it is missing a max health number.
  • This template will display an Expression error if it cannot interpret either the max health number or factor passed to it. Only include numeric characters (0-9).