苗の開花Active
ENT_HEAL_AREA
対象の位置に半径3mの苗の開花を生成し、8s持続する。
着弾時に271魔法ダメージ与える。
開花の範囲内にいる味方は1sごとに、15回復する。
少なくとも1つのシフトチャージが有効であれば、開花はそれを消費し、2sにかけて半径6mまで成長する。
パワーアップした開花内の味方は1s毎に、30回復する。
最大体力と現在体力が 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"
}
}