Difference between revisions of "Template:Metrics/Health"

From Team Fortress Wiki
Jump to: navigation, search
(Start of critical numeric value consoliation)
 
(Removed old logic for the Darwin's Danger Shield)
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>Future place of centralized health values</noinclude>
+
{{#switch: {{lc:{{{C}}}}}
 +
  | scout    = {{#expr:
 +
                {{Metrics/Base health|scout}} +
 +
                {{#switch: {{lc:{{{M}}}}}
 +
                  | sandman = -15
 +
                  | 0
 +
                }}
 +
              }}
 +
  | soldier  = {{#expr:
 +
                {{Metrics/Base health|soldier}} +
 +
                {{#switch: {{lc:{{{S}}}}}
 +
                  | battalion's backup = 20
 +
                  | 0
 +
                }}
 +
                }}
 +
  | pyro    = {{Metrics/Base health|pyro}}
 +
  | demoman  = {{#expr:
 +
                {{Metrics/Base health|demoman}} +
 +
                {{#switch: {{lc:{{{P}}}}}
 +
                  | ali baba's wee booties
 +
                  | bootlegger = 25
 +
                  | 0
 +
                }} +
 +
                {{#switch: {{lc:{{{M}}}}}
 +
                  | eyelander
 +
                  | horseless headless horsemann's headtaker
 +
                  | nessie's nine iron = {{#expr:
 +
                                            -25 + {{#ifexpr: {{{H|0}}} > 4 | 4 | {{{H|0}}} }} * 15
 +
                                          }}
 +
                  | 0
 +
                }}
 +
              }}
 +
  | heavy    = {{#expr:
 +
                {{Metrics/Base health|heavy}} +
 +
                {{#switch: {{lc:{{{S}}}}}
 +
                  | dalokohs bar
 +
                  | fishcake = 50
 +
                  | 0
 +
                }}
 +
              }}
 +
  | engineer = {{#expr:
 +
                {{Metrics/Base health|engineer}} +
 +
                {{#switch: {{lc:{{{M}}}}}
 +
                  | gunslinger = 25
 +
                  | 0
 +
                }}
 +
              }}
 +
  | medic    = {{#expr:
 +
                {{Metrics/Base health|medic}} +
 +
                {{#switch: {{lc:{{{M}}}}}
 +
                  | vita-saw = -10
 +
                  | 0
 +
                }}
 +
              }}
 +
  | sniper  = {{Metrics/Base health|sniper}}
 +
  | spy      = {{#expr:
 +
                {{Metrics/Base health|spy}} +
 +
                {{#switch: {{lc:{{{M}}}}}
 +
                  | conniver's kunai = -55
 +
                  | big earner      = -25
 +
                  | 0
 +
                }}
 +
              }}
 +
  | 0
 +
}}<noinclude>
 +
{{Template doc}}
 +
[[Category:Game mechanics|{{SUBPAGENAME}}]]

Latest revision as of 00:17, 26 October 2017

0

Template documentation [view] [edit] [history] [purge]

This template drops in a classes health, modified by settings that determine what the class has equipped (where appropriate). The C argument is the only one required, and other arguments and values depend on the class. Defaults to generating 0 if the C argument is unknown, to avoid causing downstream parsing failures, if used in a equation (such as Template:Math/Overheal).

Arguments

Argument Meaning
C Class name
P Primary weapon
S Secondary weapon
M Melee weapon
H Heads taken

Valid argument settings

C P S M H
scout sandman
soldier battalion's backup
pyro
demoman ali baba's wee booties
bootlegger
eyelander
horseless headless horsemann's headtaker
nessie's nine iron
Positive integer
heavy dalokohs bar
fishcake
engineer gunslinger
medic vita-saw
sniper
spy conniver's kunai
big earner