Muda FlorescidaActive
ENT_HEAL_AREA
Cria uma Muda Florescida com um raio de 3m na posição alvo que dura 8s.
Causa 271 de dano mágico no impacto.
Aliados dentro da área da Muda são curados em 15 de Vida a cada 1s.
Se pelo menos uma Carga de Transformação estiver ativa em você, a Muda a consumirá, crescendo até um raio de 6m ao longo de 2s.
Aliados dentro da Muda fortalecida são curados em 30 de Vida a cada 1s.
Aumenta a Vida máxima e atual em 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"
}
}