Seedling's BloomActive
ENT_HEAL_AREA
Create a Seedling's Bloom with a 3m radius at the targeted position, lasting 8s.
Deals 271 magical damage on impact.
Allies within in the Bloom heal 15 Health every 1s.
If at least one Shift Charge is active on you, the Bloom will consume it, growing up to a 6m radius over 2s.
Allies within the empowered Bloom heal 30 Health every 1s.
Increases Max and Current Health by 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"
}
}