Piercing ArrowsPassive
PASSIVE_ARMOR_PIERCE_STACK
Each Auto-Attack decreases the targeted enemy's Defense by -2% for 3s (stacks up to 4 times).
Stats
| Cast time | Instant |
|---|
Granted by(8)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | $PASSIVE_ARMOR_PIERCE_STACK_EFFECT.buffovertime[0].value | -0.02 | — | -2% |
| {1} | $PASSIVE_ARMOR_PIERCE_STACK_EFFECT.buffovertime[0].time | 3 | — | 3s |
| {2} | $PASSIVE_ARMOR_PIERCE_STACK_EFFECT.maxcharges | 4 | — | 4 |
Ability definition
{
"@uniquename": "PASSIVE_ARMOR_PIERCE_STACK",
"@unlockedtoequip": "false",
"applyeffectoneventpassive": {
"@event": "AutoAttack",
"@spell": "PASSIVE_ARMOR_PIERCE_STACK_EFFECT",
"@applyeffecttarget": "enemy",
"@chance": "1"
}
}