Changes
Page history
added DetermineCondition
authored
Oct 23, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Mechanics/PlayAnimation.md
0 → 100644
View page @
5d1a42d8
## 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-->