Cursed BeamActive
CURSEDBEAM
Concentrate a beam of vile energy at the targeted enemy, dealing 127 magical damage every 0.5s, while channeling for 3s.
If at least one Vile Curse Charge is active on the target, the beam will consume 1 charge every 2 ticks, dealing 191 magical damage (vs. players) / 154 magical damage (vs. mobs) in a 4m radius instead.
Stats
| Energy cost | 27 |
|---|---|
| Cooldown | 10 s |
| Cast time | Instant |
| Range | 13 m |
| Target | Enemy |
Numbers shown for
Ability damage and healing scale with the weapon carrying them; a sword multiplies them by more than a bow. Select a weapon for its figures.
Elder's Great Cursed StaffElder's Demonic StaffElder's Cursed StaffElder's Lifecurse StaffElder's Cursed SkullElder's Damnation StaffElder's ShadowcallerElder's Rotcaller Staff
Granted by(8)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | channeling[0].directattributechange[0].change | -48 | ×2.651 | 127 |
| {1} | channeling[0].effectinterval | 0.5 | — | 0.5s |
| {2} | channeling[0].totalduration | 3 | — | 3s |
| {3} | channeling[0].directattributechange[1].change | -72 | ×2.651 | 191 |
| {4} | channeling[0].directattributechange[2].change | -58 | ×2.651 | 154 |
| {5} | channeling[0].directattributechange[1].effectarearadius | 4 | — | 4m |
Ability definition
{
"@uniquename": "CURSEDBEAM",
"@target": "enemy",
"@recastdelay": "10",
"@energyusage": "10",
"@castingtime": "0",
"@keepmovingaftercast": "false",
"@hitdelay": "0.3",
"@standtime": "0.4",
"@disruptionfactor": "1",
"@castrange": "13",
"@uitype": "damage",
"@category": "damage",
"@unlockedtoequip": "false",
"@showrange": "true",
"@assessment": "negative",
"@statblock": "@SPELLS_CHANNELING_STATBLOCK",
"@descriptionlocatag": "@SPELLS_TEST_CURSEDBEAM_DESC",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "enemy",
"channelingspell": {
"@initialeffectinterval": "0",
"@effectcount": "7",
"@effectinterval": "0.5",
"@energyusage": "0",
"@disruptionfactor": "0",
"directattributechange": [
{
"@target": "enemy",
"@attribute": "health",
"@change": "-48",
"not": {
"IfSpellActive": {
"@who": "SpellTarget",
"@spell": "CURSEDOT_EFFECT",
"@casterchargesonly": "true"
}
}
},
{
"@target": "enemyplayers",
"@attribute": "health",
"@change": "-72",
"@effectarearadius": "4",
"@targetcountvaluebonusfactor": "0.08",
"IfSpellActive": {
"@who": "SpellTarget",
"@spell": "CURSEDOT_EFFECT",
"@casterchargesonly": "true"
}
},
{
"@target": "enemymobs",
"@attribute": "health",
"@change": "-58",
"@effectarearadius": "4",
"@targetcountvaluebonusfactor": "0.08",
"IfSpellActive": {
"@who": "SpellTarget",
"@spell": "CURSEDOT_EFFECT",
"@casterchargesonly": "true"
}
}
],
"applyspell": [
{
"@target": "enemy",
"@spell": "CURSEDBEAM_VFX",
"IfSpellActive": {
"@who": "SpellTarget",
"@spell": "CURSEDOT_EFFECT",
"@casterchargesonly": "true"
}
},
{
"@target": "self",
"@spell": "CURSEDBEAM_REMOVAL_TICK",
"not": {
"IfSpellActive": {
"@who": "Caster",
"@spell": "CURSEDBEAM_REMOVAL_TICK",
"@casterchargesonly": "true"
}
}
}
],
"removeactivespell": {
"@target": "enemy",
"@spell": "CURSEDOT_EFFECT",
"@charges": "1",
"@casterchargesonly": "true",
"IfSpellActive": {
"@who": "Caster",
"@spell": "CURSEDBEAM_REMOVAL_TICK",
"@casterchargesonly": "true"
}
},
"tintfx": {
"@color": "0, 175, 207, 75"
}
}
}