Counter Damage & the Counter-Stun Condition

How Counter DMG is calculated, how raw Counter DMG from Jewels stacks, and — critically — what actually triggers a counter's on-hit Stun rider (Rogue set / Pommel-Strike style talents).

Community-tested in-game (training dummy), not decompile-verified. Complements the base keyword page Counter and the stat pipeline in stat-calculation.

TL;DR

Counter DMG formula

CounterDMG = floor( (yourDEF − enemyATK) / 5 )   [floored at 0]
           + rawCounterDMG (from Jewels / other sources)

You can further scale the result with Counter DMG% and Total DMG modifiers, same as any other damage source.

The stun-trigger condition (the important finding)

The counter-stun rider (Rogue set on Archers/Warriors, and Pommel-Strike-style talents) has a separate, stricter gate than "did the counter deal damage":

Scenario DEF vs enemy ATK Counter dealt DMG? Stun triggered?
Lower DEF, no Counter Jewel DEF < ATK 0 ❌ No
Lower DEF + Counter-DMG Jewel DEF < ATK ✅ 1+ (raw) No
Higher DEF, DEF term rounds to 0 DEF 100 vs ATK 99 0 (floored) Yes
Higher DEF DEF > ATK ✅ Yes

Conclusion: the stun keys off actual DEF > enemy ATK, not off the final Counter DMG number. A counter that deals 1 damage purely from a Jewel bonus, while DEF < ATK, still fails to stun. Conversely, once DEF just edges above ATK, the stun fires even if the (DEF−ATK)/5 term floors to 0 Counter DMG.

This mirrors the "successful attack" condition discussed for ATK-side effects: a hit is only "successful" when it overcomes the opposing stat, not merely when it chips the life pool. The two sides may share one underlying mechanism, but the ATK-side equivalent was not confirmed in this test.

Practical build implication

Open question

Whether the ATK side behaves identically — i.e. whether "successful attack" riders require ATK > enemy DEF rather than merely dealing life damage — is untested here (the Stun-immune / high-ATK Isekai portal enemy made this hard to isolate). Flagged for a future dedicated test.

References

[!info] Source (original) Discord discussion, quoted ZerGPT (vault author) and Changed Name, 4:08–5:36 PM. Testing done on a training dummy with mirrored DEF/SPI vs the dummy's ATK. Key confirmations: (1) raw Counter DMG from Jewels adds on top of, and does not bypass, the DEF-vs-ATK counter calculation; (2) the counter-stun rider only fires when actual DEF exceeds enemy ATK, even when a Counter-DMG Jewel makes the counter deal ≥ 1 damage at DEF < ATK; (3) DEF 100 vs ATK 99 (Counter DMG floored to 0) still triggers the stun.