Changes
Page history
added damage add/ fix typo on dmgsub/mul
authored
Oct 01, 2022
by
LcorpOfficial
Hide whitespace changes
Inline
Side-by-side
skills/mechanics/aura.md
View page @
6c9ed318
...
...
@@ -42,8 +42,9 @@ Attributes
|------------------|---------------|------------------------------------------------------------|---------------|
| onHit | oH | Skill to execute if the target hits something | NONE |
| cancelEvent | cE | Whether or not to cancel the event that triggered the aura | false |
| damageAdd | add, a | An optional multiplier on the original hit's damage to the original hit's damage | 0 |
| damageMultiplier | multiplier, m | An optional static increase to the original hit's damage | 1 |
| damageAdd | add, a | An optional static increase to the original hit's damage | 0 |
| damageSub | sub, s | An optional static decrease (or increase if negative) to the original hit's damage | 0 |
| damageMultiplier | multiplier, m | An optional multiplier on the original hit's damage to the original hit's damage | 1 |
(See example below for usage)
...
...
...
...