The Arknights Terra Wiki is a collaborative, community-maintained wiki. If you notice an issue, please consider making an edit, starting a discussion on the article's talk page, or reaching out via the Arknights Terra Wiki Discord.
Physical damage
< Damage
| Damage | |||
|---|---|---|---|
| Physical | Arts | True | Elemental |
Physical damage is reduced by DEF, which reduces the damage at a flat rate (e.g. 100 DEF = -100 physical damage taken), and is calculated using the following formula:
Def = [(Defbase + Defflat) × (1 + Def+%) × ∏(1 − Def-%)] + Defex
Where:
Defrepresents DEF once all buffs and debuffs are applied.Defbaserepresents DEF once all stage buffs and multipliers are applied.Defflatrepresents the sum of all flat DEF increase and decrease.Def+%represents the sum of all DEF percentage increase which stack additively.Def-%represents the DEF percentage decrease which stack multiplicatively.Defexrepresents the sum of all DEF increased/decreased by Inspiration and/or Steal.- The minimum value of
Defis 0. ∏, also known as product, represents an action of multiplying all the value together.
Dmgphys = (Atkfinal × Atkx%) − [(Def − Ignoreflat) × ∏(1 − Ignore%)]
Where:
Dmgphysrepresents the physical damage before amplifications and reductions.Atkfinalrepresents ATK once all ATK buffs and debuffs are applied.Atkx%represents ATK multiplier applied from skill and/or talent which stack multiplicatively.Ignoreflatrepresents the sum of all flat DEF Ignore.Ignore%represents DEF percentage Ignore which stack multiplicatively.- The minimum value of
Dmgphysis 5% ofAtkfinal.
Dmgfinal = Dmgphys × Dmgamp × ∏Physamp × ∏(1 − Physred)
Where:
Dmgfinalrepresents the actual damage dealt against the target's HP.Dmgamprepresents the universal damage taken amplifications, usually refer to Fragile, of which only the highest value of each type of fragile may applied.Physamprepresents the physical damage taken amplifications which stack multiplicatively.Physredrepresents the physical damage taken reductions which stack multiplicatively.