From Dark and Darker Wiki

m (Undo revision 13032 by ObviousStar (talk) -- Accidentally hit save changes when figureing out how links work)
Tag: Undo
m (→‎Description: removed potion chugger's duration GE modifier)
 
(50 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{MechanicsBar}}
{{MechanicsBar}}
{{WIP}}


=True Healing=
=Real Healing=
<span id="Real Healing">Real healing, as opposed to [[Healing#Recoverable HP|Recoverable healing]], heals your real missing health, regardless of if its recoverable or not.


==Magical Healing==
==Healing Formula==
Increases total healing done by magic (Cleric's heal spells and Warlock's Torture Mastery). This specifically affects your spells, not heals received from others. Stacking +Magical Healing on the healing recipient will not cause them to receive more healing. The caster must be the one wearing +Magical Healing in order to benefit.
Instant Heals:<br>
<code> Total Healing = (Base Heal + Physical/Magical Healing Add * Scaling) * (1 + Physical/Magic Power Bonus * Scaling) * (1 + Physical/Magical Healing Mod) </code>
<br><br>
[[Damage Calculation#Damage/Healing over Time|Heal over Times]] (see link for specifics):<br>
<code> Total Healing = (Base Heal + Physical/Magical Healing Add * Scaling) * (1 + Physical/Magic Power Bonus * Scaling) * (1 + Physical/Magical Healing Mod) * floor(Duration Base * (1 + Buff Duration)) / Duration Base </code>
<br>


<code>(Base Heal Amount + (Magical Healing * Scaling of Spell)) * (1 + Magic Power Bonus * Scaling of Spell)</code>
==Real Magical Healing==
===Magical Healing Add===
The +Magical Healing adds to the base heal, but is affected by [[Damage#Scaling]]. This includes the [[Enchantment]] and other sources, including, but not limited to:
* [[Cleric]]'s Advanced Healer perk


[[Damage_Calculation#Attribute_Bonus_Ratio|Scaling]] info:
===Magical Power Bonus===
*Lesser Heal = 100%
See [[Stats#Magical_Power_Bonus|Magical Power Bonus]] for more.
*Holy Light = 100%
<br>
*Sanctuary = 50% per second (250% total)
*Torture Mastery = 50%


==Healing Potions==
===Magical Healing Mod===
Completely separate to Power/Damage Bonus. This can be thought of as a final multiplier since as of writing, there is currently only one other source of this; [[Warlock]]'s Vampirism perk. <br>
[[Barbarian]]'s Potion Chugger perk is not Healing Mod, but instead a final multiplier. As such, if Vampirism and Potion chugger would be combined (requires [[Training|Multiclassing]], it would be a total of 1.2*1.2 = 1.44x Healing. This is unaffected by [[Scaling]].


[[File:Healing_Potion.png|link=|x96px]]
===True Magical Healing===
Healing which is unaffected by Magical Healing Add and Magical Power Bonus. Note that it is still affected by Magical Healing Mod and [[Barbarian]]'s Potion Chugger. Examples include but are not limited to:
* [[Warlock]]'s Shadow Touch perk


[[Healing_Potion|Healing Potions]] are a [[Consumables|Consumable]] that heal a certain amount of total HP, divided across a long duration. The total HP is affected by Physical Healing, and the duration is affected by the [[Stats#Buff_Duration|Buff Duration]] Stat.
This results in a modified formula of:<br>
<code> Total True Healing = (Base True Heal) * (1 + Physical/Magical Healing Mod) </code><br>


===Description===
Magical Healing is utilized by [[Cleric]]'s heal spells and [[Warlock]]'s Torture Mastery as well as [[Healing_Potion|Healing Potions]] and [[Troll's Blood]], [[Healing Shrine]]s, but not Warlock's Life Drain. <br>


Healing Potions heal 15 health over varying durations that can be found in the [[Healing_Potion|Healing Potions]] page. Additionally, Physical Healing can increase the total amount, but only with 50% [[Damage Calculation#Attribute Bonus Ratio|Scaling]] across the whole duration.
All Magical Healings benefit from both Magical Healing Add and Magical Power Bonus [[Enchantments|enchantments]], but at varying [[Damage Calculation#Attribute Bonus Ratio|Scaling]]. [[Cleric]]’s Advanced Healer perk is counted as Magical Healing Add and is affected by scaling. [[Warlock]]’s Vampirism perk grants 1.2x Healing which factors after all other bonuses and is not affected by scaling. The Magical Healing Add enchantment specifically affects your own healing, not heals received from others. Stacking Magical Healing Add on the healing recipient will not cause them to receive more healing. The caster must be the one wearing Magical Healing Add in order to benefit.


<code>Total Healing = (15 + Physical Healing/2)/(Duration Base) * roundDown(Duration Base * (1 + Buff Duration))</code>
Note that Sanctuary is not a Heal over time but rather a Channel, therefore it scales per second channeled.
Torture Mastery is also not a Heal over time, and simply heals and scales per second that the target receives damage from Curse of Pain / Power of Sacrifice.


For example, a [[Barbarian]] with +4 Physical Healing and [[Bard]]'s Rousing Rhythm song giving +6% Buff Duration drinking a White Healing Potion of 15 health over 30 seconds will heal:
[[Barbarian]]'s Potion Chugger perk alters Healing Potions to heal for 20% more health.


<code>Total Healing = (15 + 4/2)/(30) * roundDown(30 * (1 + .06))</code>
Following list is not meant to be exhaustive, scaling on each can be found on their respective pages
[[Scaling]] info:
*[[Cleric]]'s Lesser Heal = 100% per cast
*[[Cleric]]'s Holy Light = 100% per cast
*[[Cleric]]'s Sanctuary = 50% per second channeled (250% total)
*[[Warlock]]'s Torture Mastery = 10% per second
*[[Potion of Healing]] = 50% per drink
*[[Troll's Blood]] = 50% per drink
*[[Healing Shrine]] = 100% once
*[[Warlock]]'s Shadow Touch = 0% (true healing)


<code>= 17/30           * 31</code>
===Examples===
====Torture Mastery====
Torture Mastery (2 base) with 5 Magical Healing Add, 30% Magical Power Bonus, and the Vampirism perk will heal for


<code>= 17.56 health over 31s</code>
<code>Heal per second = (2 + 5 * 0.1)(1 + 0.1 * 0.3) * 1.2 = 3.09 HP per second</code>


Note that this does in fact heal 17.56 health and not 17 nor 18 as there is decimal HP, although the health display in game always rounds up.
====Healing Potion====
For example with a Common Healing Potion, 4 Magical Healing Add, +6% Buff Duration, 0% Magical Power Bonus, at a base of 15 health over 30 seconds with Vampirism:


=== '''Potion Chugger''' ===
<code>Total Healing = (15 + 4 * 0.5) * floor(30 * 1.06) / 30 * 1.2</code>
Barbarian's Potion Chugger perk alters Healing Potions to heal for 20% more health in a 20% shorter duration.  


<code>Total Healing = (15 + Physical Healing/2) * 1.2/(Duration Base * .8) * roundDown(Duration Base * .8 * (1 + Buff Duration))</code>
<code>= 17 * 31 / 30 * 1.2</code>
 
<code>= 21.08 health over 31s</code>
 
Note that this does in fact heal 21.08 health and not 21 nor 22 as there is decimal HP, although the health display in game always [[Damage Calculation#Rounding|rounds]] up. See [[Damage Calculation#Damage/Healing over Time|Damage/Healing over Time]]  for more. Also note that the duration actually lasts 31.8s, but only 31s of healing occurs.
 
====Potion Chugger====
[[Barbarian]]'s Potion Chugger perk gives 1.2x Healing as a Final Multiplier.


Using the same example but now with Potion Chugger:
Using the same example but now with Potion Chugger:


<code>Total Healing = (15 + 4/2) * 1.2/(30 * .8) * roundDown(30 * .8 * (1 + .06))</code>
<code>Total Healing = (15 + 4 * 0.5) * floor(30 * 0.5 * 1.06) / (30 * 0.5) * 1.2</code>
 
<code>= 17 * 15 / 15 * 1.2</code>
 
<code>= 20.4 health over 15s</code>
 
Note that the duration actually lasts 15.9s, but only 15s of healing occurs.
 
==Real Physical Healing==
===Physical Healing Add===
The +Physical Healing adds to the base heal, but is affected by [[Damage#Scaling]]. This includes the [[Enchantment]] and other sources, though no others exist as of writing.
 
===Physical Power Bonus===
No Physical Heals scale off of Physical Power Bonus in any capacity. This can be considered as 0% as it is not relevant in the formula.
 
===Physical Healing Mod===
Completely separate to Power/Damage Bonus. As of writing, there are no Physical sources of this in Dark and Darker.


<code>= 17*1.2/24                  * 25</code>
===True Physical Healing===
True Healing which is exempt from all other multipliers.
As of writing, there are no Physical sources of this in Dark and Darker.


<code>= 21.25 health over 25s</code>
===Description===
Physical Healing is utilized by [[Campfire Kit|Campfire Kits]], [[Bard]]'s Jolly Time, [[Ranger]]'s Field Ration, [[Surgical Kit]]s, and more.


==Surgical Kits==
Physical Healing scales with the Physical Healing Add [[Enchantments|enchantment]] but NOT with Physical Power Bonus.
[[File:Surgical_Kit.png|link=|x96px]]


[[Surgical_Kit|Surgical Kits]] are a [[Consumables|Consumable]] that will fully heal the player. However, Surgical Kits take a significant amount of time to apply, with the duration getting shorter as the Rarity of the Surgical Kit increases.
Since [[Campfire Kit|Campfire Kits]] are not a Buff, they receive 100% scaling on Physical Healing Add per second, rather than to the total amount.  


==Healing Shrines==
Following list is not meant to be exhaustive, scaling on each can be found on their respective pages
[[Scaling]] info:
*[[Campfire Kit]] = 100% per second
*[[Bard]]'s Jolly Time = 100% per ale
*[[Ranger]]'s Field Ration = 100% per ration
*[[Surgical Kit]] = 0% scaling


Healing Shrines are interactable objects in the Dungeons that, when interacted with, will heal the player for 100 HP.
===Examples===
====Campfire====
Using a Common Campfire with 1 Physical Healing Add will heal (3+1) HP per second for 21 seconds, unaffected by the Buff Duration stat, totaling to 84 health.


==Campfires==
[[File:Campfire_Kit.png|ling=|x96px]]


[[Campfire_Kit|Campfires]] are a [[Utility]] item that take a significant amount of time to set up. Upon being placed, the Campfire provides a healing effect to anyone who Rests within its vicinity. By default, Campfires heal 3 HP per second. This amount can be increased by wearing equipment with the Physical Healing [[Enchantments|Enchantment]]. Additionally, players will recover [[Healing#Recoverable HP|Recoverable Health]] as if they were Resting normally.
==Other Healing==


Campfires also provide an amount of [[Spell Restoration]]. By default, this is 34 Spell Points per second, and can be modified by the player's Spell Capacity Stat.  
===Life Drain===
[[Warlock]]'s Life Drain ability heals the player equal to the damage dealt in a lifesteal fashion. Magical Healing Add and Magical Power Bonus does not affect this, it is only affected by the damage, which has 50% [[Scaling]], However, it is affected by Magical Healing Bonus (Vampirism perk).


=Recoverable HP=
=Recoverable Healing=
<span id="Recoverable HP"><span>


[[File:Recoverable_Health.png]]
[[File:Recoverable_Health.png]]


'''Recoverable Health''' is left behind when the player takes damage, and is represented by a transparent portion of the player's health bar. Most sources of damage will leave behind 65% of their damage as Recoverable Health. As the name suggests, this health can be recovered by various means.
[[Health#Recoverable Health|Recoverable Health]] can be healed by converting it into real health.
 
Damage/Heal sources have different Conversion Rates that will add a percentage of the incoming amount as recoverable health.
*Player/Monster Damage: 65%
*Damage over Times: 65%
*Death Swarm: 100%
*[[Warlock]]'s Spell's Health cost: 100%
*[[Bandage|Bandages]] -100%
*Resting -100%
*[[Bard]]'s Tranquility -100%


Recoverable Health cannot prevent death on its own, but it can be converted to True Health using Bandages, Resting, and Tranquility.
Recoverable Health is tracked separately from normal HP, and can "overflow" above the player's maximum HP. This means that if the player only heals with conventional healing methods, they can "store" some amount of Recoverable Health over the course of a single life.


Recoverable Health is tracked separately from normal HP, and can "overflow" above the player's maximum HP. This means that if the player only heals with conventional healing methods, they can "store" a large amount of Recoverable Health over the course of a single life.
The Recoverable health pool is increased by a portion of the health change. However, if your recoverable health pool exceeds your missing health afterwards, it instead sets your recoverable health pool equal to your missing health. Note that the recoverable health pool is only updated when you receive damage or use a Bandage/Rest/Tranquility, and not when you are True Healed, Percent Max Health Healed, nor given Temporary Max Health. This can be expressed as:


<code>New Recoverable HP Pool = min(Old Recoverable Pool + Conversion Rate * Damage or Heal Amount, New Missing Health)</code>


The [[Warlock]]'s spells will leave behind 100% of their HP cost as Recoverable Health.
==Resting==
When Resting, the player will heal 1 Recoverable Health every two seconds at 0% [[Damage Calculation#Attribute Bonus Ratio|Scaling]]. ''(This is not 0.5/s, it is specifically 1 every 2 seconds.)''


As of Hotfix 25, standing up from resting no longer removes your remaining recoverable health, so you can stand up without a worry and continue your resting at a more opportune time.


==Resting==
==Tips==
*Entering Inferno will set Recoverable HP to 50% (needs further testing) of missing health.
*Dying will remove all Recoverable HP if later revived.
 
==Examples==
1. Starting at 80/100 HP with 15 Recoverable HP, Bandaging for 10 will heal you to 90/100 HP, and your recoverable HP will be set to
 
<code>min(15 + -1*10, (100-90)) = 5</code>
 
2. Starting at 80/100 with 15 Recoverable, then being true healed to 100/100, you will retain the same 15 recoverable HP. Later, you are damaged for 40 by a monster, down to 60/100 health with a recoverable HP pool of
 
<code>min(15 + .65*40, (100-60)) = 40</code>
 
3. Starting at 80/100 with 15 Recoverable, then being true healed to 100/100 with 15 recoverable, and finally being damaged for 70 by a monster. Your new HP is 30/100, with new recoverable HP pool of
 
<code>min(15 + .65*70, (100-30)) = 60.5</code>
 
4. Starting at 100/100 with 50 Recoverable, then bandaging for 10 will set your recoverable HP to
 
<code>min(50 + -1*10, (100-100)) = 0</code>
 
=Percent Max Health Healing=
Percent Max Health Healing will heal a percentage of your current maximum health, and never scales with Physical/Magical Healing Add nor Magical Power Bonus. The current sources of this are [[Barbarian]]'s Morale Boost & Blood Exchange, [[Fighter]]'s Victory Strike & Second Wind. Second Wind, however, is in the form of a heal over time, therefore you can receive more healing with longer buff durations. Sources with negative values, like [[Warlock]]'s Blood Pact's passive aura, act the same but simply deal damage instead of healing.
 
Being neither Physical nor Magical, it cannot scale from Physical/Magical sources. However, is affected by [[Healing#Heal_Reduction|Heal Reduction]].
 
The Heal amount can also be negative, representing Percent Damage, such as [[Lich]]'s Curse of Gathering/Isolation. Similarly, these are not scaled by Physical/Magical modifiers nor affected by [[Cleric]]'s Perseverence perk.
 
==Examples==
Using Second Wind's 40% Percent Max Health [[Damage Calculation#Damage/Healing over Time|Damage/Healing Over a Time]] of 12s with 10% Buff Duration on a Fighter with 100 Max Health:
 
<code>Total Duration = 12 * (1 + .1) = 13.2 seconds</code>
 
<code>Total Heal = .4*100 / 12 * floor(13.2) = 43.33 health</code>
 
=Heal Reduction=
[[Warlock]]'s Blow of Corruption and [[Wizard]]'s Fire Mastery reduces ''[[Healing#Outgoing vs Incoming|incoming]]'' Physical/Magical healing by 70% and 50% respectively, and Percentage Healing, but not Recoverable healing. If both debuffs are applied, the Heal Reduction value will not be overwritten, but the duration will be overwritten, even if the duration of the second status is shorter.


Goblin Mage's homing orbs and Famine, the [[Uniques#Axes-0|Unique axe]] reduces all types of Healing, also including Recoverable healing, by 100%.


''Heal reduction seems to currently be bugged and is not reducing by the amount listed, sometimes more, sometimes less - more testing in progress''


Heal Reduction applies after all bonuses are applied to Healing, including +Magical Healing or +Physical Healing [[Enchantments]]


When Resting, the player will heal 1 Recoverable Health every two seconds. ''(This is not 0.5/s, it is specifically 1 every 2 seconds.)''
=Outgoing vs Incoming=
All healing sources are applied from an outgoing source, and when the target receives them, they are the incoming target. For example, if a [[Cleric]] heals a [[Warlock]], the Cleric is the outgoing source, and the Warlock is the incoming target.
If a [[Warlock]] heals themselves, they are both the outgoing source and the incoming target. Each heal bonus or heal reduction may be applied to either Outgoing or Incoming. For example, [[Cleric]]'s Advanced Healer and +[[Enchantments#Magical Healing|Magical Healing]] enchantment buff specifically outgoing healing.
If that Cleric heals another player or themselves it will be buffed by both, since the Cleric is the outgoing source. If the incoming target has the +Magical Healing enchantment, however, they will not receive bonus healing.  


Upon standing up from Resting, '''any remaining Recoverable Health will be lost'''. This makes Resting riskier than other Recoverable Health options.
Note that since all heals will be either Outgoing or Incoming, all bonuses/reductions will affect a player that is healing themselves as they are both the Outgoing and Incoming target. However, this is before Scaling is taken into account, some heals have 0% [[Damage_Calculation#Attribute Bonus Ratio|Scaling]] in which case it does not matter regardless.


=History=
* Patch #2 Hotfix 27
** Surgical Kit is now True Physical Healing instead of Percent Max Healing, and is therefore affected by Heal Reduction


==Bandages==
* Patch #2
** Healing potions and Troll's blood are Magical now instead of Physical
** Blow of Corruption and Fire mastery now affect incoming healing instead of outgoing, and also affect Percentage healing.


[[File:Bandage.png|link=|x96px]]


[[Bandage|Bandages]] are a [[Consumables|Consumable]] that heal a certain amount of Recoverable HP.
=Summary=
[[File:healing.png|700px]]


==Tranquility==
=Video Guide=
[[File:Music_Tranquility.png|frameless|96x96px]]


'''Tranquility''' is a [[Bard]] Song that Gradually restores 1 Recoverable Health per second for 10 / 20 / 30 seconds for nearby resting allies based on your performance.
{{#evu:https://www.youtube.com/watch?v=XuSD_Pje3cY|alignment=left}}

Latest revision as of 05:54, 24 June 2024

Stats Enchantments Damage Health Healing Shield Spell Restoration Experience Action/Interaction/Cast Speed Impact Power Footstep Sound Silence Luck

Real Healing

Real healing, as opposed to Recoverable healing, heals your real missing health, regardless of if its recoverable or not.

Healing Formula

Instant Heals:
Total Healing = (Base Heal + Physical/Magical Healing Add * Scaling) * (1 + Physical/Magic Power Bonus * Scaling) * (1 + Physical/Magical Healing Mod)

Heal over Times (see link for specifics):
Total Healing = (Base Heal + Physical/Magical Healing Add * Scaling) * (1 + Physical/Magic Power Bonus * Scaling) * (1 + Physical/Magical Healing Mod) * floor(Duration Base * (1 + Buff Duration)) / Duration Base

Real Magical Healing

Magical Healing Add

The +Magical Healing adds to the base heal, but is affected by Damage#Scaling. This includes the Enchantment and other sources, including, but not limited to:

Magical Power Bonus

See Magical Power Bonus for more.

Magical Healing Mod

Completely separate to Power/Damage Bonus. This can be thought of as a final multiplier since as of writing, there is currently only one other source of this; Warlock's Vampirism perk.
Barbarian's Potion Chugger perk is not Healing Mod, but instead a final multiplier. As such, if Vampirism and Potion chugger would be combined (requires Multiclassing, it would be a total of 1.2*1.2 = 1.44x Healing. This is unaffected by Scaling.

True Magical Healing

Healing which is unaffected by Magical Healing Add and Magical Power Bonus. Note that it is still affected by Magical Healing Mod and Barbarian's Potion Chugger. Examples include but are not limited to:

This results in a modified formula of:
Total True Healing = (Base True Heal) * (1 + Physical/Magical Healing Mod)

Description

Magical Healing is utilized by Cleric's heal spells and Warlock's Torture Mastery as well as Healing Potions and Troll's Blood, Healing Shrines, but not Warlock's Life Drain.

All Magical Healings benefit from both Magical Healing Add and Magical Power Bonus enchantments, but at varying Scaling. Cleric’s Advanced Healer perk is counted as Magical Healing Add and is affected by scaling. Warlock’s Vampirism perk grants 1.2x Healing which factors after all other bonuses and is not affected by scaling. The Magical Healing Add enchantment specifically affects your own healing, not heals received from others. Stacking Magical Healing Add on the healing recipient will not cause them to receive more healing. The caster must be the one wearing Magical Healing Add in order to benefit.

Note that Sanctuary is not a Heal over time but rather a Channel, therefore it scales per second channeled. Torture Mastery is also not a Heal over time, and simply heals and scales per second that the target receives damage from Curse of Pain / Power of Sacrifice.

Barbarian's Potion Chugger perk alters Healing Potions to heal for 20% more health.

Following list is not meant to be exhaustive, scaling on each can be found on their respective pages Scaling info:

Examples

Torture Mastery

Torture Mastery (2 base) with 5 Magical Healing Add, 30% Magical Power Bonus, and the Vampirism perk will heal for

Heal per second = (2 + 5 * 0.1)(1 + 0.1 * 0.3) * 1.2 = 3.09 HP per second

Healing Potion

For example with a Common Healing Potion, 4 Magical Healing Add, +6% Buff Duration, 0% Magical Power Bonus, at a base of 15 health over 30 seconds with Vampirism:

Total Healing = (15 + 4 * 0.5) * floor(30 * 1.06) / 30 * 1.2

= 17 * 31 / 30 * 1.2

= 21.08 health over 31s

Note that this does in fact heal 21.08 health and not 21 nor 22 as there is decimal HP, although the health display in game always rounds up. See Damage/Healing over Time for more. Also note that the duration actually lasts 31.8s, but only 31s of healing occurs.

Potion Chugger

Barbarian's Potion Chugger perk gives 1.2x Healing as a Final Multiplier.

Using the same example but now with Potion Chugger:

Total Healing = (15 + 4 * 0.5) * floor(30 * 0.5 * 1.06) / (30 * 0.5) * 1.2

= 17 * 15 / 15 * 1.2

= 20.4 health over 15s

Note that the duration actually lasts 15.9s, but only 15s of healing occurs.

Real Physical Healing

Physical Healing Add

The +Physical Healing adds to the base heal, but is affected by Damage#Scaling. This includes the Enchantment and other sources, though no others exist as of writing.

Physical Power Bonus

No Physical Heals scale off of Physical Power Bonus in any capacity. This can be considered as 0% as it is not relevant in the formula.

Physical Healing Mod

Completely separate to Power/Damage Bonus. As of writing, there are no Physical sources of this in Dark and Darker.

True Physical Healing

True Healing which is exempt from all other multipliers. As of writing, there are no Physical sources of this in Dark and Darker.

Description

Physical Healing is utilized by Campfire Kits, Bard's Jolly Time, Ranger's Field Ration, Surgical Kits, and more.

Physical Healing scales with the Physical Healing Add enchantment but NOT with Physical Power Bonus.

Since Campfire Kits are not a Buff, they receive 100% scaling on Physical Healing Add per second, rather than to the total amount.

Following list is not meant to be exhaustive, scaling on each can be found on their respective pages Scaling info:

Examples

Campfire

Using a Common Campfire with 1 Physical Healing Add will heal (3+1) HP per second for 21 seconds, unaffected by the Buff Duration stat, totaling to 84 health.


Other Healing

Life Drain

Warlock's Life Drain ability heals the player equal to the damage dealt in a lifesteal fashion. Magical Healing Add and Magical Power Bonus does not affect this, it is only affected by the damage, which has 50% Scaling, However, it is affected by Magical Healing Bonus (Vampirism perk).

Recoverable Healing

Recoverable Health.png

Recoverable Health can be healed by converting it into real health.

Damage/Heal sources have different Conversion Rates that will add a percentage of the incoming amount as recoverable health.

  • Player/Monster Damage: 65%
  • Damage over Times: 65%
  • Death Swarm: 100%
  • Warlock's Spell's Health cost: 100%
  • Bandages -100%
  • Resting -100%
  • Bard's Tranquility -100%

Recoverable Health cannot prevent death on its own, but it can be converted to True Health using Bandages, Resting, and Tranquility. Recoverable Health is tracked separately from normal HP, and can "overflow" above the player's maximum HP. This means that if the player only heals with conventional healing methods, they can "store" some amount of Recoverable Health over the course of a single life.

The Recoverable health pool is increased by a portion of the health change. However, if your recoverable health pool exceeds your missing health afterwards, it instead sets your recoverable health pool equal to your missing health. Note that the recoverable health pool is only updated when you receive damage or use a Bandage/Rest/Tranquility, and not when you are True Healed, Percent Max Health Healed, nor given Temporary Max Health. This can be expressed as:

New Recoverable HP Pool = min(Old Recoverable Pool + Conversion Rate * Damage or Heal Amount, New Missing Health)

Resting

When Resting, the player will heal 1 Recoverable Health every two seconds at 0% Scaling. (This is not 0.5/s, it is specifically 1 every 2 seconds.)

As of Hotfix 25, standing up from resting no longer removes your remaining recoverable health, so you can stand up without a worry and continue your resting at a more opportune time.

Tips

  • Entering Inferno will set Recoverable HP to 50% (needs further testing) of missing health.
  • Dying will remove all Recoverable HP if later revived.

Examples

1. Starting at 80/100 HP with 15 Recoverable HP, Bandaging for 10 will heal you to 90/100 HP, and your recoverable HP will be set to

min(15 + -1*10, (100-90)) = 5

2. Starting at 80/100 with 15 Recoverable, then being true healed to 100/100, you will retain the same 15 recoverable HP. Later, you are damaged for 40 by a monster, down to 60/100 health with a recoverable HP pool of

min(15 + .65*40, (100-60)) = 40

3. Starting at 80/100 with 15 Recoverable, then being true healed to 100/100 with 15 recoverable, and finally being damaged for 70 by a monster. Your new HP is 30/100, with new recoverable HP pool of

min(15 + .65*70, (100-30)) = 60.5

4. Starting at 100/100 with 50 Recoverable, then bandaging for 10 will set your recoverable HP to

min(50 + -1*10, (100-100)) = 0

Percent Max Health Healing

Percent Max Health Healing will heal a percentage of your current maximum health, and never scales with Physical/Magical Healing Add nor Magical Power Bonus. The current sources of this are Barbarian's Morale Boost & Blood Exchange, Fighter's Victory Strike & Second Wind. Second Wind, however, is in the form of a heal over time, therefore you can receive more healing with longer buff durations. Sources with negative values, like Warlock's Blood Pact's passive aura, act the same but simply deal damage instead of healing.

Being neither Physical nor Magical, it cannot scale from Physical/Magical sources. However, is affected by Heal Reduction.

The Heal amount can also be negative, representing Percent Damage, such as Lich's Curse of Gathering/Isolation. Similarly, these are not scaled by Physical/Magical modifiers nor affected by Cleric's Perseverence perk.

Examples

Using Second Wind's 40% Percent Max Health Damage/Healing Over a Time of 12s with 10% Buff Duration on a Fighter with 100 Max Health:

Total Duration = 12 * (1 + .1) = 13.2 seconds

Total Heal = .4*100 / 12 * floor(13.2) = 43.33 health

Heal Reduction

Warlock's Blow of Corruption and Wizard's Fire Mastery reduces incoming Physical/Magical healing by 70% and 50% respectively, and Percentage Healing, but not Recoverable healing. If both debuffs are applied, the Heal Reduction value will not be overwritten, but the duration will be overwritten, even if the duration of the second status is shorter.

Goblin Mage's homing orbs and Famine, the Unique axe reduces all types of Healing, also including Recoverable healing, by 100%.

Heal reduction seems to currently be bugged and is not reducing by the amount listed, sometimes more, sometimes less - more testing in progress

Heal Reduction applies after all bonuses are applied to Healing, including +Magical Healing or +Physical Healing Enchantments

Outgoing vs Incoming

All healing sources are applied from an outgoing source, and when the target receives them, they are the incoming target. For example, if a Cleric heals a Warlock, the Cleric is the outgoing source, and the Warlock is the incoming target. If a Warlock heals themselves, they are both the outgoing source and the incoming target. Each heal bonus or heal reduction may be applied to either Outgoing or Incoming. For example, Cleric's Advanced Healer and +Magical Healing enchantment buff specifically outgoing healing. If that Cleric heals another player or themselves it will be buffed by both, since the Cleric is the outgoing source. If the incoming target has the +Magical Healing enchantment, however, they will not receive bonus healing.

Note that since all heals will be either Outgoing or Incoming, all bonuses/reductions will affect a player that is healing themselves as they are both the Outgoing and Incoming target. However, this is before Scaling is taken into account, some heals have 0% Scaling in which case it does not matter regardless.

History

  • Patch #2 Hotfix 27
    • Surgical Kit is now True Physical Healing instead of Percent Max Healing, and is therefore affected by Heal Reduction
  • Patch #2
    • Healing potions and Troll's blood are Magical now instead of Physical
    • Blow of Corruption and Fire mastery now affect incoming healing instead of outgoing, and also affect Percentage healing.


Summary

Healing.png

Video Guide