# Area of Effect Ability

## Area of Effect Ability

Area of Effect Abilities that affect multiple targets within an area.

<figure><img src="/files/TQveQhmcJqpEGgdvDYD1" alt=""><figcaption></figcaption></figure>

### Creating a New Aerial Projectile Ability

There are several included example Aerial Projectile Abilities to help get you started. When you are ready to create your own, you can do so by right clicking within the Project tab and going to Create>Emerald AI>Ability>Aerial Projectile Ability.

<figure><img src="/files/NbUGyCHHWnpTzjlzcC7X" alt=""><figcaption></figcaption></figure>

You will then have a new Aerial Projectile Ability to customize with various modifiers, effects, sounds, delays, and more through the Projectile Effects and Ground Projectile modules.

{% hint style="info" %}
**Note:** There are detailed tooltips for every setting. Just hover the mouse over the setting to bring up the tooltip.
{% endhint %}

This is the Aerial Ability Object that was used to create the ability in the above example clip.


---

# 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://black-horizon-studios.gitbook.io/emerald-ai-wiki/emerald-profiles-and-objects/ability-object/area-of-effect-ability.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.
