Smashpedia
Register
No edit summary
Tag: sourceedit
m (Reverted edits by Adeste5 (talk) to last version by DarkKing1295.)
 
(One intermediate revision by one other user not shown)
(No difference)

Latest revision as of 02:53, 21 December 2018

"HP" redirects here. For the mode in which HP is used, see Stamina Mode.
For the display element, see Damage meter.
Hit Points Demonstration Brawl

Toon Link and Wolf fighting each other in Stamina Mode, which uses the hit point system of health.

Hit points, sometimes abbreviated as HP, is the basic unit of health in the Stamina modes of Super Smash Bros. Melee, Brawl, and Super Smash Bros. for Wii U. It has since also been used the unit of health for bosses, and for enemies in Adventure Mode, the Subspace Emissary, and Smash Run. When a character is hit by an opponent's attack, their hit points decrease. The character can continue as normal until their hit points are reduced to 0, when they are KO'd. The health of two recurring bosses in the Super Smash Bros., Master Hand and Crazy Hand, are always measured in hit points, unless otherwise altered by the Master Hand glitch or an Action Replay.

Hit points of a character decrease just like damage is raised, so if an attack did 10%, it would decrease the opponent's HP by 10 points. Once the HP reaches 0 the character (or boss) will show an animation sequence of that character fainting, during which the sequence the other characters move in slow motion. In the case of Adventure mode enemies, when their HP is reduced to 0, they will be sent flying back until they pass a blast line or disappear.

In terms of game coding, HP in Stamina battles is equal to a negative damage - that is, an HP displaying as 123 HP is actually a damage of -123%. This explains why characters take minimal knockback in stamina matches until they are defeated (HP drops to 0, damage begins to rise above 0%). In the same way that damage is displayed as an integer but tracked as a decimal (so a damage of 14.6% is reported as 14%), HP is also rounded down - although as it is considered negative, it is rounded up, so a value of 14.6 HP would be displayed as 15 HP; this has the side effect of any HP value less than 1 (such as 0.4) being reported as 1, so it is impossible to display a 0 if the character is not defeated. On the other hand, HP for enemies and bosses (at least in Brawl) is a positive number that is decreased on taking damage.

Trivia

See also