Skyrim:Health

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search

Health is the amount of damage that any person or creature can take before dying. It is equivalent to the hit points (HP) used in other games.

Current Health[edit]

You may inspect current health in Skills menu.

Increasing Health[edit]

The amount of health you have depends on your character's level. Each time you level up, you can choose whether to add ten points to your health or to one of your other attributes.

Your health attribute can be increased using Fortify Health effects. Enchantments are particularly useful, since they have a constant effect. With spells and potions, care is needed when relying on Fortify Health effects in the middle of combat. When the effect expires, you will immediately lose all the bonus health, potentially killing your character.

Restoring Health[edit]

You lose health when taking damage. The red bar in the bottom center of the screen shows you the current status of your health (although this bar will be invisible when health is full). There are many ways to restore health:

Passive Regeneration[edit]

  • Health slowly regenerates over time. You regenerate 0.70% of your maximum health each second outside of combat and 0.49% during combat. Most NPCs do not regenerate health during combat.
    • As a result, sleeping or waiting fully restores your health - under normal circumstances, you always need 142.86 seconds (slightly more than 2 1/3 minutes) to heal to full, well under the hour minimum of waiting or sleeping.
    • Your health regeneration rate can be increased by Regenerate Health effects, including potions and enchanted items.
    • If Survival ModeCC is enabled, health will no longer regenerate passively.
Details
There are several actor values involved in calculating total health regeneration:
  • The actor's maximum Health.
  • The HealRate. This has a value of 0.7 by default, and expresses the percentage of maximum health that is regenerated per second, real time.
  • The HealRateMult. This has a default value of 100.0, and expresses a percentage modifier to the base HealRate. This is the value modified by e.g. the Regenerate Health enchantment effect.
  • The CombatHealthRegenMult. This also has a default value of 0.7, and expresses an additional multiplier that is only active while in combat. It modifies HealRate while in combat; the default lowers in-combat regeneration from 0.7% of total maximum health to 0.49% of total maximum health. There is a single item that modifies this value, Chrysamere'sCC unique Fortified Combat Healing effect.

This equates to this passive health regeneration formula:

HealthPerSecond = MaximumHealth * HealRate% * HealRateMult% * (IsInCombat ? CombatHealthRegenMult : 1.0)

Examples

  • For a target with 100 maximum health, and all other values at their default, this means:
    • Out of combat: HealthPerSecond = 100 * 0.7% * 100% * 1 = 0.7 health per second
    • In combat: HealthPerSecond = 100 * 0.7% * 100% * 0.7 = 0.49 health per second
  • For a more complicated target with 600 maximum health, equipment giving a total bonus of 75% health regeneration:
    • Out of combat: HealthPerSecond = 600 * 0.7% * 175% * 1 = 7.35 health per second
    • In combat: HealthPerSecond = 600 * 0.7% * 175% * 0.7 = 5.145 health per second

Active Regeneration[edit]

  • Restore Health effects are available in various forms:
  • Whenever your character levels up, your health is fully restored. This only applies to when you enter the level up screen itself (by going into the Skills menu), not when the game informs you that you've leveled up.

NPC Health[edit]

All NPCs and creatures also have health, which is calculated differently than the player's health. Their health is summed from four separate contributions:

  • The race provides a starting health. While the playable races all have a starting health of 50, other races have values ranging from 5 to 1000.
  • Individual NPCs and creatures can have a fixed health adjustment. This adjustment is zero for most generic enemies, but can be substantial for quest-specific enemies (values range from -200 to 30000).
  • Most NPCs and creatures gain additional health per level:
    • 5 health points per level.
    • The class provides an additional 0-10 health points per level.

The rate at which enemies regenerate health is determined by their race, and may be supplemented by racial abilities (for example, trolls have a racial ability allowing enhanced in-combat health regeneration).

Bugs[edit]

  • NPCs of playable races have HealRate=0 and do not regenerate health passively, despite races themselves having HealRate=0,7 and despite NPCs of non-playable races (including Vampires and Afflicted) regenerating normally.