# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.anyrpg.org/scriptable-objects/animated-action.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
