> For the complete documentation index, see [llms.txt](https://wiki.valhelsia.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.valhelsia.net/external-mods/forbidden-and-arcanus/wiki/1.21.x/items/magic-wand.md).

# Magic Wand

<figure><img src="/files/GFQjJZnlNyerA2XWQm8z" alt="A player holding a Magic Wand" width="563"><figcaption><p>A player holding a Magic Wand</p></figcaption></figure>

## Magic Wands

Magic Wands are special tools designed to cast spells. Currently, there is only one Magic Wand and one available spell, but future updates will introduce more spells.

### Usage

When holding a Magic Wand, two new UI elements appear:

1. **Aureal Bar:** Located above your hotbar, this bar displays your Aureal level, crucial for spell casting as each spell requires a specific Aureal cost.
2. **Magic Wand Indicator:** Replacing the default Attack Indicator above your crosshair, this shows the spell charging process. To cast a spell, simply hold right-click. The Indicator charges, and once full, release right-click to cast the spell. The charging duration varies for different spells.

## Spells

### Aureal Missile

The Aureal Missile is a simple yet powerful spell. Upon casting, it spawns an Aureal Projectile, dealing a total of 5 damage. This spell is economical, requiring only 5 Aureal to cast.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgQMa2lWfKGUl51wZg-%2Fuploads%2FhXQFeSzrxyRw3bMDM1Mu%2FUntitled%20video%20-%20Made%20with%20Clipchamp%20(3).mp4?alt=media&token=64601491-87fa-4c3b-9691-1a623105a30e>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.valhelsia.net/external-mods/forbidden-and-arcanus/wiki/1.21.x/items/magic-wand.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
