Difference between revisions of "Hit points"

From Discworld MUD Wiki
Jump to: navigation, search
(See also)
(Ways to recover hit points: add Healing Food link)
(4 intermediate revisions by 3 users not shown)
Line 19: Line 19:
  
 
Beyond waiting for them to regenerate, players can recover hit points via any of the following means:
 
Beyond waiting for them to regenerate, players can recover hit points via any of the following means:
*Drinking [[healing tea]] or [[blue water]], eat a [[chocolate sword]], smell a [[healing rose]].
+
*Drinking [[healing tea]] or [[blue water]], eat a [[chocolate sword]] or some [[Healing Food|foods]], smell a [[healing rose]].
 
*Performing any of the following [[:Category:Rituals|priest rituals]]:
 
*Performing any of the following [[:Category:Rituals|priest rituals]]:
 
**[[Cure Light Wounds]]
 
**[[Cure Light Wounds]]
Line 36: Line 36:
 
Players can see ''approximately'' what fraction of their maximum hitpoints another character has by using the [[health_(command)|health]] command, or if [[groups|grouped]] with that player, by using 'group status'.
 
Players can see ''approximately'' what fraction of their maximum hitpoints another character has by using the [[health_(command)|health]] command, or if [[groups|grouped]] with that player, by using 'group status'.
  
Gee whiz, and I thoguht this would be hard to find out.
+
==See also==
 +
*[[:Category:Healing]]
 +
*[[Guild points]]
 +
*[[Action points]]
 +
*[[Experience points]]
 +
*[[Health_(command)|Health]]
 +
*[[Monitor]]
 +
*[[Death]]
  
 
==External links==
 
==External links==
*[http://discworld.atuin.net/lpc/playing/documentation.c?path=/concepts/hitpoints Discworld concept help: Hit points]
+
*{{Concepthelp|hitpoints}}
*[http://discworld.atuin.net/lpc/playing/documentation.c?path=/newbie/healing_methods Discworld newbie help: Healing methods]
+
*{{Newbiehelp|healing_methods}}
 +
* A [http://bonuses.irreducible.org/hp.php hitpoint calculator] is also available.
  
 
[[Category:Concepts]]
 
[[Category:Concepts]]

Revision as of 14:12, 4 January 2017

Hit points (also known as Health points or just HP) are a measure of a player's vitality. When the player takes damage by any means, they lose hit points. If their hit points fall below zero, they get a visit from he who talks like this.

Maximum hit points

HP to weight factor

The maximum amount of hit points a player has is mostly controlled by their bonus in adventuring.health. There is also an effect from the player's weight.

To determine a player's maximum hit point total, read off the 'weight factor' from the graph to the right based on the player's weight, and then apply the following formula:

Max HP = floor( (150 + 10 * con + 4 * ad.he bonus) * weight-factor )


Hit point regeneration

The rate at which hitpoints regenerate is controlled by the player's constitution and strength stats, with a stronger emphasis on the former. Specifically, it is:

HP regen per round = rounddown(sqrt(200/9.8 * (4 * ln(con) + ln (str)) - 50) - 10)

Ways to recover hit points

See also: Category:Healing

Beyond waiting for them to regenerate, players can recover hit points via any of the following means:

Players can also use stat items to increase their constitution or strength stats, which may result in an increase in the natural hit point regeneration rate.

Viewing hitpoints

Players can view their current and maximum hitpoints via the score command. If the player is in combat or otherwise in most situations where the player takes damage, the monitor will show up detailing their current and maximum hitpoints.

Players can see approximately what fraction of their maximum hitpoints another character has by using the health command, or if grouped with that player, by using 'group status'.

See also

External links