Florecimiento de brotesActive
ENT_HEAL_AREA
Crea un Florecimiento de Brotes de un radio de 3m en la posición señalada que dura 8s.
Inflige 271 de daño mágico al impactar.
Los aliados que se encuentren en el Florecimiento se curan 15 de Salud cada 1s.
Si tienes al menos una Carga de Cambio activa, el Florecimiento la consumirá y crecerá hasta alcanzar un radio de 6m durante 2s.
Los aliados dentro del Florecimiento fortalecido se curan 30 de Salud cada 1s.
Incrementa la Salud Máxima y la Salud Actual en 10%.
Stats
| Cooldown | 3 s |
|---|---|
| Cast time | 0.2 s |
| Range | 12 m |
| Target | Ground |
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(1)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | $ENT_HEAL_AREA.spelleffectarea[0].circle[0].radius_start | 3 | — | 3m |
| {1} | $ENT_HEAL_AREA.spelleffectarea[0].time | 8 | — | 8s |
| {2} | $ENT_HEAL_AREA.directattributechange[0].change | -86 | ×3.153 | 271 |
| {3} | $ENT_HEAL_AREA_EFFECT_LOW.attributechangeovertime[0].change | 7 | ×2.142 | 15 |
| {4} | $ENT_HEAL_AREA_EFFECT_LOW.attributechangeovertime[0].interval | 1 | — | 1s |
| {5} | $ENT_HEAL_AREA.spelleffectarea[1].circle[0].radius_max | 6 | — | 6m |
| {6} | — | 0 | — | 2s |
| {7} | $ENT_HEAL_AREA_EFFECT.attributechangeovertime[0].change | 14 | ×2.142 | 30 |
| {8} | $ENT_HEAL_AREA_EFFECT.attributechangeovertime[0].interval | 1 | — | 1s |
| {9} | $ENT_HEAL_AREA_EFFECT.buffovertime[0].value | 0.1 | — | 10% |
Ability definition
{
"@uniquename": "ENT_HEAL_AREA",
"@target": "ground",
"@castingtime": "0.2",
"@keepmovingaftercast": "false",
"@hitdelay": "0.15",
"@standtime": "0",
"@disruptionfactor": "1",
"@recastdelay": "3",
"@energyusage": "0",
"@castrange": "12",
"@uitype": "crowdcontrol",
"@category": "instant",
"@adjustgroundtargettorange": "true",
"@requireslineofsight": "false",
"@unlockedtoequip": "true",
"@assessment": "negative",
"@statblock": "@SPELLS_CHARGECONSUMING_STATBLOCK",
"@showrange": "true",
"@animIgnoreHitDelay": "true",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "ally",
"@controllerselfcastable": "true",
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$$ENT_HEAL_AREA.spelleffectarea[0].circle[0].radius_start$"
},
{
"@tag": "$$ENT_HEAL_AREA.spelleffectarea[0].time$"
},
{
"@tag": "$$ENT_HEAL_AREA.directattributechange[0].change$"
},
{
"@tag": "$$ENT_HEAL_AREA_EFFECT_LOW.attributechangeovertime[0].change$"
},
{
"@tag": "$$ENT_HEAL_AREA_EFFECT_LOW.attributechangeovertime[0].interval$"
},
{
"@tag": "$$ENT_HEAL_AREA.spelleffectarea[1].circle[0].radius_max$"
},
{
"@tag": "2s"
},
{
"@tag": "$$ENT_HEAL_AREA_EFFECT.attributechangeovertime[0].change$"
},
{
"@tag": "$$ENT_HEAL_AREA_EFFECT.attributechangeovertime[0].interval$"
},
{
"@tag": "$$ENT_HEAL_AREA_EFFECT.buffovertime[0].value$"
}
]
}
},
"directattributechange": {
"@target": "enemy",
"@attribute": "health",
"@change": "-86",
"@effecttype": "magic",
"@effectarearadius": "3",
"@showarearadius": "true",
"@targetcountvaluebonusfactor": "0.08"
},
"spelleffectarea": [
{
"@visible": "true",
"@time": "8",
"@effect": "ENT_HEAL_AREA_EFFECT_LOW",
"@target": "friendallplayers",
"@removeonleave": "true",
"@position": "attarget",
"@maxeffectareatargets": "5",
"not": {
"IfSpellActive": {
"@who": "Caster",
"@spell": "SHAPE_FEROCITY_STACK",
"@atleastcharges": "1",
"@casterchargesonly": "true"
}
},
"area": {
"shape": {
"circle": {
"@radius": "3"
}
}
}
},
{
"@visible": "true",
"@time": "8",
"@effect": "ENT_HEAL_AREA_EFFECT",
"@target": "friendallplayers",
"@removeonleave": "true",
"@position": "attarget",
"@maxeffectareatargets": "5",
"IfConsumeCharges": {
"@who": "Caster",
"@spell": "SHAPE_FEROCITY_STACK",
"@charges": "1",
"@casterchargesonly": "true"
},
"area": {
"shape": {
"circle": {
"@radius": "A 0:3;1:6"
}
}
}
}
],
"projectile": {
"@flyspeed": "30",
"@startsocket": "lefthandprojectile",
"@hitsocket": "damage"
}
}