Changes
Page history
reverted dante
authored
Oct 23, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
skills/mechanics/potionclear.md
View page @
2ed84e80
====================
## Description:
## Description
Clears all potion effects from the target entity
## Attributes:
| Attribute | Alias | Description |
| --------- | ----- | ----------- |
| types | type | The type or list of types of potion effect to clear. |
Not providing a type will clear all effects.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| types | type | The type or list of types of potion effects to clear. Not providing a type will clear all effects. | |
## Examples:
## Examples
```
yaml
Skills
:
-
potionclear{type=FIRE_RESISTANCE} @target
-
potionclear{type=FIRE_RESISTANCE,SPEED} @self
-
potionclear{} @self
...
...
...
...