Healing Rate: Difference between revisions
From AoP Wiki
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
=== Calculations === | === Calculations === | ||
<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 = floor(\frac{(BaseHealingRate + ExHealingRate) * (1 + FoodDrug(1))}{5}+0.5)</math> | <math>FinalHealingRate = floor(\frac{(BaseHealingRate + ExHealingRate) * (1 + FoodDrug(1))}{5}+0.5)</math> |
Revision as of 14:09, 17 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 a value assigned to them.
The current Healing Rate is calculated with the following formula:
Calculations