Chilltide Scourge
Spell- Skill Type
- Target Debuff
- Effect
- 500 cold dmg/s, 40% Cleanse Resist, 10s
A relentless incantation that surges icy ocean currents through the target, dealing {HEALINGPERSECONDBONUS} cold damage per second for {BUFFTIME}.
[Cold Debuff]
- Mana Cost
- 150
- Cast Time
- 1s
- Cooldown
- 60s
- Range
- 5 yd
- Duration
- 10s
- Damage/sec
- 500
Debuff Scaling
No attribute scaling (bonusAttribute = 0).
Resist Chance
clamp(
target.coldResist × 0.0005
+
clamp((target.level − caster.level) × 0.005,
−0.1, 0.1)
− caster.accuracy
,
0, 0.9)
Cleanse Resistance
This debuff carries 3 counters and is gone only when its counters reach 0. A matching cleanse removes 1 counter for certain, then makes 2 more attempts that each remove another counter with a 60% chance, multiplied by (1 + the caster's Accuracy). All 3 counters are removed at once when that chance reaches 100%. While counters remain, each tick of its damage is reduced, to 85% of full at 2 counters and 70% at 1 counter.
Effective Cast Time = castTime − (castTime × spellHaste)