Revert "added ClearTarget mechanic" authored by Lxlp's avatar Lxlp
This reverts commit 1f8283a3389908f340de3fcb5bc030ebbd4ae456.
## Description
Forces the entity to play an animation
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| animation | a, effect, e | The animation to play | 1 |
| audience | | The [audience] of the effect | world<!--type:Audience--> |
### Animation Attribute
| ID | Animation |
|-------|-------------------------|
| 0 | Swing main arm |
| 1 | Take damage |
| 2 | Leave bed |
| 3 | Swing offhand |
| 4 | Critical effect |
| 5 | Magic critical effect |
## Examples
Causes the caster to swing their arm.
```yaml
SwingSkill:
Skills:
- playanimation{a=0;audience=World} @Self
```
## Aliases
- [x] effect:playanimation
- [x] e:playanimation
- [x] playarmanimation
<!--TAGS-->
<!--tag:Effect-->