Healing Rate: Difference between revisions
From AoP Wiki
(Created page with "{{PAGENAME}} is a statistic, every character has. {{PAGENAME}} depicts the amount of health you regain passively, every 5 seconds. Player Characters, as well as NPCs have this statistic. The current Healing Rate is calculated with the following formula: <math>BaseHealingRate = 2 * Strength + 3 * Endurance + AutonomousRegenerationPerk(10) + FastMetabolismTrait(25) - LizardLimbsTrait(25)</math> <math>ExHealingRate = LeaderBonus(Variable) - LizardLimbsTrait(25) - BuffoutD...") |
No edit summary |
||
Line 4: | Line 4: | ||
<math>BaseHealingRate = 2 * Strength + 3 * Endurance + AutonomousRegenerationPerk(10) + FastMetabolismTrait(25) - LizardLimbsTrait(25)</math> | <math>BaseHealingRate = 2 * Strength + 3 * Endurance + AutonomousRegenerationPerk(10) + FastMetabolismTrait(25) - LizardLimbsTrait(25)</math> | ||
<math>ExHealingRate = LeaderBonus(Variable) - LizardLimbsTrait(25) - BuffoutDrug(30) - MentatsDrug(15)</math> | <math>ExHealingRate = LeaderBonus(Variable) - LizardLimbsTrait(25) - BuffoutDrug(30) - MentatsDrug(15)</math> | ||
<math>FinalHealingRate = (BaseHealingRate + ExHealingRate) * (1 + Food(1))</math> | <math>FinalHealingRate = (BaseHealingRate + ExHealingRate) * (1 + Food(1))</math> |
Revision as of 23:46, 9 October 2023
Healing Rate is a statistic, every character has. Healing Rate depicts the amount of health you regain passively, every 5 seconds. Player Characters, as well as NPCs have this statistic.
The current Healing Rate is calculated with the following formula: