Ethereal Circle of Decay
Spell- Skill Type
- Area Debuff
- Effect
- 675 disease dmg/s, -50 str, -50 int, -50 dex, -50 con, -50 wis, -50 cha, 50% Cleanse Resist, 30s
It decreases all attributes by {WISDOMBONUS} for {BUFFTIME}, while also reducing their hitpoints each second.
[Disease Debuff]
- Mana Cost
- 50
- Cast Time
- 1.2s
- Cooldown
- 40s
- Range
- 10 yd
- Duration
- 30s
- Damage/sec
- 675
- Strength
- -50
- Intelligence
- -50
- Dexterity
- -50
- Constitution
- -50
- Wisdom
- -50
- Charisma
- -50
Debuff Scaling
No attribute scaling (bonusAttribute = 0).
Resist Chance
clamp(
target.diseaseResist × 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 50% 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)