Curse of the Depths
Spell- Skill Type
- Area Debuff
- Effect
- -100 def, -100 magic res, -100 poison res, -100 fire res, -100 cold res, -100 disease res, 270 cold dmg/s, 20% Cleanse Resist, 3m
Afflicts the target with a cold curse, dealing {HEALINGPERSECONDBONUS} damage per second and reducing AC and all resistances for {BUFFTIME}.
[Cold Debuff]
- Mana Cost
- 200
- Cast Time
- 1s
- Cooldown
- 40s
- Range
- 12 yd
- Duration
- 3m
- Defense
- -100
- Magic Resist
- -100
- Poison Resist
- -100
- Fire Resist
- -100
- Cold Resist
- -100
- Disease Resist
- -100
- Damage/sec
- 270
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 80% 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)