Dirge of Weakness
Spell- Skill Type
- Area Debuff
- Effect
- Bard song, −1% × skill lvl crit, −3% × skill lvl accuracy, 15s
Lvl {LEVEL}
{CASTRANGE} yd range
{CASTTIME} cast
A grim dirge that reduces the Accuracy of nearby enemies by {ACCURACYBONUS}% and their Critical Chance by {CRITICALCHANCEBONUS}%.
- Skill Points Spent
- 30
- Prerequisite
- Polyphony Lvl 1
- Required Weapon
- Instrument
- Song Slot Cost
- 1
- Cast Time
- 2.5s
- Range
- 8 yd
- Duration
- 15s
- Critical Chance
- −1% × skill lvl
- Accuracy
- −3% × skill lvl
| Skill Level | Critical Chance | Accuracy |
|---|---|---|
| 1 | -1% | -3% |
| 2 | -2% | -6% |
| 3 | -3% | -9% |
| 4 | -4% | -12% |
| 5 | -5% | -15% |
| 6 | -6% | -18% |
Song Duration
activeDuration = baseDuration × (1 + total learned song duration bonuses)
Active Song Limit
maximumActiveSongs = 2 + learned Polyphony bonus
A Bard can sustain two songs by default. Learning Polyphony raises the limit to three. Starting a song while at the current limit ends the oldest active song.
Song Scaling
songPower = 1 + min(max(CHA, 0) × 0.001, 2)
final value = base value at skill level × songPower
Resist Chance
clamp(
target.magicResist × 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.
Effective Cast Time = castTime − (castTime × spellHaste)
Accuracy
Flat modifier subtracted from the target's block and resist chance. Higher accuracy makes attacks harder to block or resist. Capped between -50% and 100%.
Critical Chance
Flat additive modifier to the caster's critical hit chance. Critical hits deal 1.5x damage. Crit chance is capped at 70%.