updated informations authored by Lxlp's avatar Lxlp
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
Applies an aura to the target that triggers a skill when they take Applies an aura to the target that triggers a skill when they take
damage. Can use any aura attribute damage. Can use any aura attribute
| [Implemented Placeholders] |
|--------------------------------|
| `<skill.var.damage-amount>` |
| `<skill.var.damage-type>` |
## Attributes ## Attributes
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
...@@ -14,6 +18,8 @@ damage. Can use any aura attribute ...@@ -14,6 +18,8 @@ damage. Can use any aura attribute
| deflectProjectiles | deflect, reflect | Whether projectiles should be deflected | false | | deflectProjectiles | deflect, reflect | Whether projectiles should be deflected | false |
| deflectconditions | dconditions | If `deflectProjectiles` is enabled, it will have to follow the specified set of conditions to work | | | deflectconditions | dconditions | If `deflectProjectiles` is enabled, it will have to follow the specified set of conditions to work | |
> This mechanic inherits every attribute of the [aura] mechanic
## Examples ## Examples
```yaml ```yaml
...@@ -24,4 +30,9 @@ damage. Can use any aura attribute ...@@ -24,4 +30,9 @@ damage. Can use any aura attribute
- particles{p=flame;amount=10;hS=0.4} - particles{p=flame;amount=10;hS=0.4}
]; ];
damageMods="FIRE 0.5, MAGIC 0.3, CUSTOM <caster.var.customresistance>"} @self ~onInteract damageMods="FIRE 0.5, MAGIC 0.3, CUSTOM <caster.var.customresistance>"} @self ~onInteract
``` ```
\ No newline at end of file
<!-- LINKS -->
[aura]: /skills/mechanics/aura
[Implemented Placeholders]: /Skills/Placeholders#variable-placeholders
\ No newline at end of file