> For the complete documentation index, see [llms.txt](https://docs.anyrpg.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anyrpg.org/scriptable-objects/animated-action.md).

# Animated Action

{% embed url="<https://youtu.be/UR4pH60Rluo>" %}

## Creation

To create an animated action, find (or create) the *GameName/Resources/GameName/AnimatedAction* folder in the project tab and right click.  Choose *Create > AnyRPG > AnimatedAction*.

## Properties

| Name                   | Description                                                                                                                                                                                  |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Animation Clip         | The animation that the character will play when this action is performed.                                                                                                                    |
| Animation Profile Name | An animation profile containing animations.  The character will play the first cast clip when the action is performed.  This property is only used if the *AnimationClip* property is empty. |
| Casting Audio Profile  | The name of an audio profile containing an audio file to play when the action is performed.                                                                                                  |
| Holdable Object List   | A List of prefab profiles to spawn when the action is performed.                                                                                                                             |

## Usage

Animated actions can be used in the following scriptable objects.

* [ActionEffectItem](/scriptable-objects/items/action-effect-item.md)
* [PowerResourcePotion](/scriptable-objects/items/power-resource-potion.md)
