Refrain of Frailty
Spell Bypasses Debuff Immunity- Skill Type
- Area Debuff
- Effect
- Bard song, −10 × skill lvl magic res, −10 × skill lvl poison res, −10 × skill lvl fire res, −10 × skill lvl cold res, −10 × skill lvl disease res, 12s
Lvl {LEVEL}
{CASTRANGE} yd range
{CASTTIME} cast
A ruinous refrain that reduces all resistances of nearby enemies by {MAGICRESISTBONUS}.
- Skill Points Spent
- 20
- Prerequisite
- Wayfarer's Rhythm Lvl 1
- Required Weapon
- Instrument
- Song Slot Cost
- 1
- Cast Time
- 2.5s
- Range
- 8 yd
- Duration
- 12s
- Magic Resist
- −10 × skill lvl
- Poison Resist
- −10 × skill lvl
- Fire Resist
- −10 × skill lvl
- Cold Resist
- −10 × skill lvl
- Disease Resist
- −10 × skill lvl
| Skill Level | Magic Resist | Poison Resist | Fire Resist | Cold Resist | Disease Resist |
|---|---|---|---|---|---|
| 1 | -10 | -10 | -10 | -10 | -10 |
| 2 | -20 | -20 | -20 | -20 | -20 |
| 3 | -30 | -30 | -30 | -30 | -30 |
| 4 | -40 | -40 | -40 | -40 | -40 |
| 5 | -50 | -50 | -50 | -50 | -50 |
| 6 | -60 | -60 | -60 | -60 | -60 |
| 7 | -70 | -70 | -70 | -70 | -70 |
| 8 | -80 | -80 | -80 | -80 | -80 |
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 = round(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.
Bypasses "Immune to Debuffs" on monsters. Reduces the target's resist chance by 30% before the resist roll.
Effective Cast Time = castTime − (castTime × spellHaste)