Air CompressorActive
PBAOE_PULL
Create a vacuum in a 7m radius around you, pulling all enemies towards you after 1.5s.
Increases your threat towards all mobs hit by 205.59.
Slows yourself by -30% for 2.5s.
Stats
| Energy cost | 47 |
|---|---|
| Cooldown | 30 s |
| Cast time | Instant |
| Target | Self |
Granted by(8)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | $PBAOE_PULL_EFFECT.pull[0].effectarearadius | 7 | — | 7m |
| {1} | $PBAOE_PULL_EFFECT.hitdelay | 1.5 | — | 1.5s |
| {2} | $PBAOE_PULL_EFFECT.changeaggro[0].value | 205.59 | — | 205.59 |
| {3} | $PBAOE_PULL.buffovertime[0].value | -0.3 | — | -30% |
| {4} | $PBAOE_PULL.buffovertime[0].time | 2.5 | — | 2.5s |
Ability definition
{
"@uniquename": "PBAOE_PULL",
"@target": "self",
"@keepmovingaftercast": "true",
"@castingtime": "0",
"@energyusage": "15",
"@standtime": "0",
"@hitdelay": "0",
"@castrange": "0",
"@recastdelay": "30",
"@category": "instant",
"@uitype": "crowdcontrol",
"@disruptionfactor": "1",
"@assessment": "negative",
"@unlockedtoequip": "false",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@descriptionlocatag": "@SPELLS_PBAOE_PULL_V3_DESC",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "neutral",
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$$PBAOE_PULL_EFFECT.pull[0].effectarearadius$"
},
{
"@tag": "$$PBAOE_PULL_EFFECT.hitdelay$"
},
{
"@tag": "$$PBAOE_PULL_EFFECT.changeaggro[0].value$"
},
{
"@tag": "$$PBAOE_PULL.buffovertime[0].value$"
},
{
"@tag": "$$PBAOE_PULL.buffovertime[0].time$"
}
]
}
},
"buffovertime": {
"@target": "self",
"@type": "movespeedbonus",
"@value": "-0.3",
"@time": "2.5",
"@ignoreabilitypowerscaling": "true",
"@ignorebonusccdurationscaling": "true",
"@ignorecrowdcontrolresistance": "true",
"@donttriggerdiminishingreturns": "true"
},
"applyspell": {
"@spell": "PBAOE_PULL_EFFECT",
"@target": "self"
}
}