詛咒光束Active
CURSEDBEAM
朝目標敵人聚集一道穢能光束,每 0.5s造成 158 點魔法傷害,引導 持續3s。
若目標身上至少有一層穢咒層數,則光束每2次攻擊會消耗1層層數,在4m半徑範圍內造成237點魔法傷害(對玩家)/191點魔法傷害(對怪物)。
Stats
| Energy cost | 33 |
|---|---|
| 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.
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 | ×3.295 | 158 |
| {1} | channeling[0].effectinterval | 0.5 | — | 0.5s |
| {2} | channeling[0].totalduration | 3 | — | 3s |
| {3} | channeling[0].directattributechange[1].change | -72 | ×3.295 | 237 |
| {4} | channeling[0].directattributechange[2].change | -58 | ×3.295 | 191 |
| {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"
}
}
}