added <skill.var.aura-type> placeholder authored by Lxlp's avatar Lxlp
...@@ -110,6 +110,7 @@ These placeholders will return whatever variable has been called. For instance < ...@@ -110,6 +110,7 @@ These placeholders will return whatever variable has been called. For instance <
| <skill.var.damage-amount> | Returns the amount of damage taken in the onDamaged trigger | | <skill.var.damage-amount> | Returns the amount of damage taken in the onDamaged trigger |
| <skill.var.damage-type> | Returns the type of damage taken as specified in a mechanic, aura, etc. | | <skill.var.damage-type> | Returns the type of damage taken as specified in a mechanic, aura, etc. |
| <skill.var.aura-name> | Returns the name of the aura as specified in an aura. | | <skill.var.aura-name> | Returns the name of the aura as specified in an aura. |
| <skill.var.aura-type> | Returns the type of the aura as specified in an aura. |
| <skill.var.aura-charges> | Returns the amount of charges the aura has left. | | <skill.var.aura-charges> | Returns the amount of charges the aura has left. |
| <skill.var.aura-duration> | Returns the duration of the aura. | | <skill.var.aura-duration> | Returns the duration of the aura. |
| <skill.var.aura-stacks> | Returns the amount of stacks the aura has. | | <skill.var.aura-stacks> | Returns the amount of stacks the aura has. |
... ...
......