Rayon damnéActive
CURSEDBEAM
Concentrez un faisceau d'énergie vile sur l'ennemi ciblé, infligeant 116 dégâts magiques toutes les 0.5s, en canalisant pendant 3s.
Si au moins une Charge de Malédiction Infâme est active sur la cible, le faisceau consomme 1 charge toutes les 2 ticks, infligeant 174 dégâts magiques (contre les joueurs) / 141 dégâts magiques (contre les monstres) dans un rayon de 4m à la place.
Stats
| Energy cost | 24 |
|---|---|
| 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.
Grand bâton damné du sageBâton démoniaque du sageBâton damné du sageBâton de malédiction de vie du sageCrâne damné du sageBâton de la damnation du sageMande-ténèbres du sageBâton de Putréfaction du Sage
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.423 | 116 |
| {1} | channeling[0].effectinterval | 0.5 | — | 0.5s |
| {2} | channeling[0].totalduration | 3 | — | 3s |
| {3} | channeling[0].directattributechange[1].change | -72 | ×2.423 | 174 |
| {4} | channeling[0].directattributechange[2].change | -58 | ×2.423 | 141 |
| {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"
}
}
}