Raggio maledettoActive
CURSEDBEAM
Concentra un raggio di energia vile sul nemico bersaglio, infliggendo 138 danni magici ogni 0.5s, mentre incanali per 3s.
Se almeno una Carica di Maledizione vile è attiva sul bersaglio, il raggio consumerà 1 carica ogni 2 attivazioni, infliggendo invece 207 danni magici (contro i giocatori) / 166 danni magici (contro i mob) in un raggio di 4m.
Stats
| Energy cost | 29 |
|---|---|
| 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.
Granbastone maledetto dell'anzianoBastone demoniaco dell'anzianoBastone maledetto dell'anzianoBastone profana-vita dell'anzianoTeschio maledetto dell'anzianoBastone della dannazione dell'anzianoInvocaombre dell'anzianoBastone Spargirovina dell'Anziano
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.870 | 138 |
| {1} | channeling[0].effectinterval | 0.5 | — | 0.5s |
| {2} | channeling[0].totalduration | 3 | — | 3s |
| {3} | channeling[0].directattributechange[1].change | -72 | ×2.870 | 207 |
| {4} | channeling[0].directattributechange[2].change | -58 | ×2.870 | 166 |
| {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"
}
}
}