Changes
Page history
updated layout and informations
authored
Sep 17, 2023
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
skills/mechanics/auraremove.md
View page @
95690d3b
Mechanic: Aura Remove
## Description
=====================
Removes an aura from the target.
Removes an aura from the target.
You can decide if the aura executes its
`onEnd`
metaskill via the
`DoEndSkillOnTerminate`
attribute of the
[
Aura
](
/skills/mechanics/aura
)
mechanic.
You can decide if the aura executes its
`onEnd`
metaskill via the
`DoEndSkillOnTerminate`
attribute of the
[
Aura
](
/skills/mechanics/aura
)
mechanic.
Attributes
## Attributes
----------
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| aura | buff, debuff, name, b, n | The name of the aura | default |
| stacks | s | The amount of stacks | Max stacks |
| Attribute | Aliases | Description | Default Value |
### Aura Attribute
|-----------|--------------------------|----------------------|---------------|
You can specify
`ANY`
as the value of the attribute in order to remove every aura on the target
| aura | buff, debuff, name, b, n | The name of the aura | |
| stacks | s | The amount of stacks | Max stacks |
----------
As of 4.12 MM:
## Examples
```
yaml
Skills
:
-
auraremove{aura=Ice;stacks=10} @self ~onTimer:200
```
You can now specify "ANY" to remove all auras from the target
Examples
## Aliases
--------
-
[x] removeaura
```
yaml
-
[x] removebuff
Skills
:
-
[x] removedebuff
-
auraremove{aura=Ice;stacks=10} @self ~onTimer:200
\ No newline at end of file
-
...
```
\ No newline at end of file