Health: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(item_item_crate)
Line 32: Line 32:
*[[Regenerating Health]]
*[[Regenerating Health]]
*[[VGUI Health bar]]
*[[VGUI Health bar]]
[[Category:Hubs]]

Revision as of 18:13, 14 March 2011

Health, or health points (HP), represents a character's physical status in a video game. Most Source engine games use a traditional health points system, where a character is spawned with a certain number of health points which are displayed in the HUD. Taking damage will subtract from the character's health, and the character will die when HP reaches 0. Most games offer powerups and items to restore health.

Some games, such as Portal, use an alternative "regenerating health" scheme, where the player's health quickly regenerates when the player is not taking damage. The health may also not be displayed onscreen.

While in many multiplayer games all characters start with the same amount of health, class-based games such as Team Fortress 2 sometimes assign different starting health values to different classes.

Following is a list of health-related articles:

Health level design

Health entities

Half-Life 2 series

Team Fortress 2

Other

Health coding