Lesson 05 · Durable Core

Enemy-Side Scaling

The final layer of the formula, sitting outside everything you own. It is the most commonly neglected term and frequently the largest available gain.

~15 minutes One-step arithmetic Builds on lesson 1 §2

Scope

Every layer so far has been something you own: a base, an additive total, multipliers, crit. This one belongs to the monster. It applies after all of your scaling has finished, and it multiplies the result.

That placement is what makes it disproportionate. A term at the end of a multiplication chain is not competing with your additive total — it is multiplying whatever that total produced.

1 · What stands in the way

Monsters mitigate damage by two different mechanisms, and which one you face is decided by your damage type.

Your damageMitigated byBehaviour
Fire, cold, lightning, chaos Resistance A flat percentage removed, independent of hit size
Physical Armour A percentage that shrinks as the hit grows

The two are not equivalent, and the countermeasures available against each are not equivalent either. That asymmetry is the practical reason damage type is a skeleton decision rather than a cosmetic one.

Bosses and rare monsters carry higher values of both.

2 · Armour, and why large hits pass through it

Armour's mitigation depends on the size of the hit it is absorbing. The same armour rating that comfortably absorbs a small hit barely touches a large one.

# damage reduction from armour

DR = Armour ÷ (Armour + k × damage)   # capped at 90%
Sources disagree — do not treat the constant as settled

Maxroll's defence guide gives k = 12. The PoE2 wiki gives k = 10. These produce meaningfully different answers — against a 3,000 hit pool with 6,000 armour, the maximum survivable physical hit is roughly 3,437 under one and 3,512 under the other.

The shape is not in dispute and is what this lesson relies on: mitigation falls as the hit grows. Treat any specific figure as approximate until tested.

Maxroll's rule of thumb, which is internally consistent with k = 12:

To preventYou need armour of
33%6× the damage
50%12× the damage
66%24× the damage
75%36× the damage
90%108× the damage

Armour is strong against many small hits and weak against one large hit. Resistance does not have this property — it removes the same proportion regardless of hit size.

This cuts in both directions. A monster's armour barely protects it from your large physical hits, and your own armour barely protects you from a boss's. The same formula governs both, and it is revisited from the defensive side in a later lesson.

3 · Lowering resistance

Three mechanisms reduce a target's resistance. All are debuffs that persist on the target, and all can push resistance below zero, at which point the target takes more than full damage.

3.1 Exposure

A debuff lowering one specific resistance. The default magnitude is 20% unless the source states otherwise.

Modifiers to exposure effect stack additively with each other, then multiply the final exposure value. A source inflicting the default 20%, with 50% increased exposure effect allocated, produces 20 × 1.5 = 30% exposure.

Rarer modifiers instead add to the base value before that multiplier applies — those are strictly stronger, since everything downstream multiplies them.

3.2 Curses

Curses are debuffs applied by a skill. Some lower resistances directly; others are defensive, such as one that makes targets deal less damage. They cost a skill slot and an action, which is their real price.

3.3 Flat resistance reduction

Modifiers that state a reduction to the target's resistance outright, without the exposure mechanic's scaling rules.

4 · Penetration is a different mechanic

Penetration is frequently grouped with the above and behaves unlike all of them.

Exposure, curses, reductionPenetration
What it isA debuff on the targetA property of your hit
RequiresApplying and maintaining itNothing — it is always active
Can reachNegative resistanceZero, and no further
AppliesFirstAfter, on the already-reduced value

Penetration cannot reduce a target below 0% resistance. Once debuffs have already brought the target to zero or below, further penetration contributes nothing.

This makes the two approaches partly mutually exclusive: penetration is applied after debuffs, so investment in penetration is wasted to the extent that debuffs have already done the job. Mobalytics states the trade-off directly — you cannot both benefit from penetration and exploit negative resistances on the same target.

The practical division: penetration is passive and always applies but has a hard ceiling. Debuffs are unbounded but require skills, actions and uptime.

Check

A curse has already reduced a monster's fire resistance to −20%. What does adding 30% fire penetration achieve?

5 · Why this term is usually the largest available gain

The arithmetic here is the reason this lesson exists. Consider a monster at 75% fire resistance.

Target resistanceProportion landingRelative to 75%
75%25%
50%50%2× the damage
0%100%4× the damage

Removing 75 points of resistance quadruples your damage against that target — an effective +300%.

Now price the same gain through your additive total. A character at 400% increased damage has a multiplier of 5.00. Quadrupling that requires reaching 20.00 — an additive total of 1,900%. Fifteen hundred further points of increased damage, against seventy-five points of resistance reduction.

The enemy term is not competing with your additive total. It multiplies whatever your additive total produced, which is why a small investment there can outweigh an enormous one anywhere else.

It is neglected because nothing on the character sheet displays it. Your damage number does not change when you allocate penetration; only the damage the monster actually takes does.

6 · Damage-taken effects

A separate family, in the same bucket and also multiplicative: rather than reducing mitigation, these increase the damage the target receives.

EffectBaseline
ShockTarget takes 20% increased damage; chance and magnitude scale with the size of your hit
WitherStacks to 10, each adding 5% chaos damage taken
IntimidateTarget takes 10% increased damage

Note that shock's magnitude scales with hit size rather than with your damage stats — it is one of the few things in the game fed by a quantity you cannot directly increase with modifiers.

Worked diagnostic

Diagnostic
Lightning caster, level 88, stalled on bosses
Increased Lightning Damage540%
More multipliers active4 supports
Critical hit chance62%
Lightning penetration0%
Exposure or curse appliednone
Shock appliedno

Clears maps comfortably; bosses take far longer than expected. Which is the largest available gain, and why does the character sheet not show the problem?

The entire enemy-side term is empty. Three separate mechanisms — penetration, resistance debuffs, and damage-taken effects — all sit at zero, on a character with 540% increased damage.

Against a boss at meaningful lightning resistance, this character is delivering a fraction of what it computes. Adding to the 540% total costs added ÷ 640 and returns single-digit percentages. Reducing the target's resistance multiplies the whole chain.

Why maps feel fine and bosses do not: ordinary monsters have low resistance, so the empty enemy term costs little. Bosses carry high resistance and high armour. The gap between map clear and boss damage is itself the diagnostic signal — it points at the enemy term specifically, because nothing else in the formula changes between the two situations.

Why the sheet hides it: the displayed damage figure is computed before the monster is considered. Every layer this character has invested in appears on the sheet; the one it is missing never does. A character can be simultaneously excellent on paper and poor in practice for exactly this reason.

Which of the three first? That depends on cost. Penetration requires no action and no uptime but is capped at 0% resistance. Curses and exposure are unbounded but cost a skill slot and the actions to maintain them. Shock requires large hits to apply reliably. The diagnosis is "the enemy term is empty"; the choice among the three is a decision about what the character can afford to spend.

What to carry out of this