PrzerzutAktywna
SHOVEL
Szarpiesz wybranego wroga, przyciągając go -10m za siebie.
Zadaje obrażenia fizyczne w oparciu o ilość ładunków Włóczni Ducha na tobie.
Ładunki Włóczni Ducha: 0 | 1 | 2 | 3
Obrażenia: 143 | 230 | 342 | 485
Statystyki
| Koszt energii | 38 |
|---|---|
| Odnowienie | 18 s |
| Czas rzucania | Natychmiastowa |
| Zasięg | 5 m |
| Cel | Wróg |
Liczby policzone dla
Obrażenia i leczenie umiejętności skalują się bronią, która je niesie; miecz mnoży je mocniej niż łuk. Wybierz broń, aby zobaczyć jej wartości.
Dostajesz z(1)
Widok zaawansowany
Skąd bierze się każda liczba i jaki rachunek do niej doprowadził. Jak to działa
| # | Źródło | Baza | Progresja | Wynik |
|---|---|---|---|---|
| {0} | $SHOVEL_PULL.pull[0].enddistance | -10 | — | -10m |
| {1} | directattributechange[0].change | -56 | ×2.552 | 143 |
| {2} | directattributechange[3].change | -90 | ×2.552 | 230 |
| {3} | directattributechange[2].change | -134 | ×2.552 | 342 |
| {4} | directattributechange[1].change | -190 | ×2.552 | 485 |
Definicja umiejętności
{
"@uniquename": "SHOVEL",
"@target": "enemy",
"@castingtime": "0",
"@hitdelay": "0.2",
"@standtime": "0.6",
"@disruptionfactor": "1",
"@recastdelay": "18",
"@energyusage": "15",
"@castrange": "5",
"@uitype": "crowdcontrol",
"@category": "instant",
"@showrange": "true",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "enemy",
"applyspell": {
"@target": "enemy",
"@spell": "SHOVEL_PULL"
},
"directattributechange": [
{
"@target": "enemy",
"@attribute": "health",
"@change": "-56",
"@effecttype": "physical",
"not": {
"IfSpellActive": {
"@who": "Caster",
"@spell": "SPIRIT_CHARGE",
"@casterchargesonly": "true"
}
}
},
{
"@target": "enemy",
"@attribute": "health",
"@change": "-190",
"@effecttype": "physical",
"IfSpellActive": {
"@who": "Caster",
"@spell": "SPIRIT_CHARGE",
"@casterchargesonly": "true",
"@atleastcharges": "3"
}
},
{
"@target": "enemy",
"@attribute": "health",
"@change": "-134",
"@effecttype": "physical",
"and": {
"IfSpellActive": {
"@who": "Caster",
"@spell": "SPIRIT_CHARGE",
"@casterchargesonly": "true",
"@atleastcharges": "2"
},
"not": {
"IfSpellActive": {
"@who": "Caster",
"@spell": "SPIRIT_CHARGE",
"@casterchargesonly": "true",
"@atleastcharges": "3"
}
}
}
},
{
"@target": "enemy",
"@attribute": "health",
"@change": "-90",
"@effecttype": "physical",
"and": {
"IfSpellActive": {
"@who": "Caster",
"@spell": "SPIRIT_CHARGE",
"@casterchargesonly": "true",
"@atleastcharges": "1"
},
"not": {
"IfSpellActive": {
"@who": "Caster",
"@spell": "SPIRIT_CHARGE",
"@casterchargesonly": "true",
"@atleastcharges": "2"
}
}
}
}
]
}