Guard Break
Veteran Max Level 10
Appearance
Description
- Skill Type
- Target Debuff
- Effect
- −1% × skill lvl block, 30s
{NAME}
Lvl {LEVEL}
{CASTTIME} cast {COOLDOWN} cooldown
Strikes a vulnerable point on an enemy, reducing their block chance by {BLOCKCHANCEBONUS}% for {BUFFTIME}.
Lvl {LEVEL}
{CASTTIME} cast {COOLDOWN} cooldown
Strikes a vulnerable point on an enemy, reducing their block chance by {BLOCKCHANCEBONUS}% for {BUFFTIME}.
Requirements
- Veteran Points Spent
- 40
Cost & Timing
- Cast Time
- 0.6s
- Cooldown
- 30s
- Range
- 1 yd
Buff/Debuff Effects
- Duration
- 30s
- Overwrite Group
- Debuff Block Chance
- Block Chance
- −1% × skill lvl
Level Scaling
| Skill Level | Block Chance |
|---|---|
| 1 | -1% |
| 2 | -2% |
| 3 | -3% |
| 4 | -4% |
| 5 | -5% |
| 6 | -6% |
| 7 | -7% |
| 8 | -8% |
| 9 | -9% |
| 10 | -10% |
Mechanics
Resist Chance
clamp(
target.defense × 0.0005
+
clamp((target.level − caster.level) × 0.005,
−0.1, 0.1)
− caster.accuracy
,
0, 0.9)
Cleanse Resistance
A matching cleanse removes this debuff completely in a single cast.
Block Chance
Flat additive modifier to the target's block chance. Block chance is capped at 80% before accuracy and level difference are applied. Final miss probability is capped at 90%.