Healing Formula

From Another Eden Wiki

Healing Formula[edit]

The following is the healing formula given in the official Another Eden World Ultimania book[1]. This is separate from the Damage Formula:

[math]\displaystyle{ TotalHealing=(BaseHealing + HealingSpread) \times SkillModifier }[/math]

Base Healing[edit]

The healing amount before random spread and skill modifier are applied.

[math]\displaystyle{ BaseHealing=\left( \frac{{INT} \times int\%}{64}+1 \right) \times \sqrt{({INT} \times int\%+M.AT) \times 2} \times 6.5 }[/math]

Variable Description
INT Intelligence
M.AT Weapon Magic Attack

Healing Spread[edit]

Healing Spread is the "random" variable which determines the range of values a player can heal for.

[math]\displaystyle{ HealingSpread=\sqrt{({INT} \times int\%+M.AT) \times 2} \times Random / 5.12 }[/math]

Variable Description
INT Intelligence
M.AT Weapon Magic Attack
Random Value ranging from 56 to 71

Skill Modifiers[edit]

All int-dependent skills have healing modifiers dependent on the strength of the healing skill. The following table lists the standard modifiers of healing skills:

Healing Type S M L XL
Restore 80% 110% 150% 200%
Regen 20% 30% 40% 50%

Example of Calculation[edit]

Calculations for healing are mostly the similar to magic damage, and are affected by similar conditions. Note that only Int-based and %-based healing can be boosted, but not other kinds of HP or MP restore or regen

  • Example:
    • 20% max hp heal, with improve restore skill ore x2 + pain x2 + poison x1 + bullseye, healing a target afflicted with both pain and poison
    • = 20% * (1 + 20% + 20%) * 1.3 * 1.3 * 1.3 * 1.5 = 92.27% healing



Summary Table[edit]

There are other sources which affect healing/regen beyond Restore+ Badges and Ores. Below table summarizes which sources affect healing/regen. [2]

Healing/Restore Table Healing Regen
Source Int-dependent Percentage-based Fixed Int-dependent Percentage-based
INT Buff/Debuff × × ×
Type Damage UP (Specific type) × × × × ×
Null/All Type damage UP
Hover to view note Only Pom's Profane Medicine is affected.
Only Type+ Buffs (x moves) from skill, and not equipment, affects this skill.
Non-type Buffs tested using only equipment buffs 
× × × ×
Weapon Damage UP × × × ×
AF Combo % × × × ×
Restore Skill UP × × ×
Pain/Poison Grasta × × ×
Max HP+/Last Stand
Hover to view note Only Pom's Profane Medicine is affected
Last Stand only counts number of enemies and not allies. 
× × × ×
Pain/Poison/Rage/Bind Enh., Rose with Thorns, Bullseye, Ally Defeated+ × × ×
Weak Point × × × × ×
Lunatic - Mind's Eye ? × ×
Adversity, Lunatic - Scrap × × × × ×
Elemental Zone × × × × ×
Attack-type Zone, other Zones, Song × × × ×
Awaken Zone DMG+ × × ×

References[edit]

  1. Square Enix (2018). Another Eden World Ultimania. pp. 367.
  2. CSDN Damage and Healing Formulas