Spirit SpearActive
SPIRITSPEAR
Enchant your spear, increasing your Auto-Attack Range by 40% and physical Auto-Attack Damage by 5% for 8s (stacks up to 3 times).
Applies one Spirit Spear Charge on you.
The Energy Cost increases based on how often the ability was activated after reaching maximum amount of Spirit Spear Charges.
Activations: 0 | 1 | 2 | 3
Energy Cost Increase: 0 | 5 | 9.9 | 15
Each Spirit Spear Charge increases your physical Auto-Attack Damage by 28% (stacks up to 3 times) for 8s.
Stats
| Energy cost | 10 |
|---|---|
| Cooldown | 2 s |
| Cast time | Instant |
| Target | Self |
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.
Elder's SpearElder's GlaiveElder's PikeElder's Heron SpearElder's SpirithunterElder's Trinity SpearElder's Rift GlaiveElder's Daybreaker
Granted by(8)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | $SPIRITSPEAR.buffovertime[0].value | 0.4 | — | 40% |
| {1} | $SPIRITSPEAR.buffovertime[1].value | 0.05 | — | 5% |
| {2} | $SPIRITSPEAR.buffovertime[0].time | 8 | — | 8s |
| {3} | $SPIRITSPEAR_PENALTY_EFFECT.directattributechange[0].change | -1.5 | ×3.301 | 5 |
| {4} | $SPIRITSPEAR_PENALTY_EFFECT.directattributechange[1].change | -3 | ×3.301 | 9.9 |
| {5} | $SPIRITSPEAR_PENALTY_EFFECT.directattributechange[2].change | -4.5 | ×3.301 | 15 |
| {6} | $SPIRIT_CHARGE.buffovertime[0].value | 0.28 | — | 28% |
| {7} | $SPIRIT_CHARGE.maxcharges | 3 | — | 3 |
| {8} | $SPIRIT_CHARGE.buffovertime[0].time | 8 | — | 8s |
| {9} | $SPIRITSPEAR.maxcharges | 3 | — | 3 |
Ability definition
{
"@uniquename": "SPIRITSPEAR",
"@bindtoitem": "true",
"@target": "self",
"@keepmovingaftercast": "true",
"@castingtime": "0",
"@hitdelay": "0",
"@standtime": "0",
"@disruptionfactor": "1",
"@recastdelay": "2",
"@energyusage": "3",
"@castrange": "0",
"@uitype": "buff",
"@category": "buff",
"@showrange": "true",
"@maxcharges": "3",
"@cancelautoattackaftercasting": "false",
"@autoattackcooldownaftercasting": "DoNotTrigger",
"@assessment": "positive",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@spelleffectlocatag": "@SPELLS_STATUS_ATTACKRANGE_DAMAGE_INCREASED",
"@descriptionlocatag": "@SPELLS_SPIRITSPEAR_V2_DESC",
"@controllerpreferredtarget": "neutral",
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$$SPIRITSPEAR.buffovertime[0].value$"
},
{
"@tag": "$$SPIRITSPEAR.buffovertime[1].value$"
},
{
"@tag": "$$SPIRITSPEAR.buffovertime[0].time$"
},
{
"@tag": "$$SPIRITSPEAR_PENALTY_EFFECT.directattributechange[0].change$"
},
{
"@tag": "$$SPIRITSPEAR_PENALTY_EFFECT.directattributechange[1].change$"
},
{
"@tag": "$$SPIRITSPEAR_PENALTY_EFFECT.directattributechange[2].change$"
},
{
"@tag": "$$SPIRIT_CHARGE.buffovertime[0].value$"
},
{
"@tag": "$$SPIRIT_CHARGE.maxcharges$"
},
{
"@tag": "$$SPIRIT_CHARGE.buffovertime[0].time$"
},
{
"@tag": "$$SPIRITSPEAR.maxcharges$"
}
]
}
},
"applyeffectoneventactive": {
"@event": "AutoAttack",
"@target": "self",
"@applyeffecttarget": "enemy",
"@spell": "SPIRITSPEAR_FX",
"@count": "99",
"@time": "8"
},
"applyspell": [
{
"@target": "self",
"@spell": "SPIRITSPEAR_PENALTY",
"IfSpellActive": {
"@spell": "SPIRIT_CHARGE",
"@casterchargesonly": "true",
"@atleastcharges": "3",
"@who": "Caster"
}
},
{
"@spell": "SPIRIT_CHARGE",
"@target": "self"
}
],
"buffovertime": [
{
"@type": "attackrangebonus",
"@target": "self",
"@value": "0.4",
"@time": "8"
},
{
"@type": "physicalattackdamagebonus",
"@target": "self",
"@value": "0.05",
"@time": "8"
}
],
"spelleffectfx": {
"@fadeouttime": "0.1"
}
}