> For the complete documentation index, see [llms.txt](https://whitepaper.mintofdestiny.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.mintofdestiny.xyz/tokens/books-of-dark-elemental-magic/air.md).

# Air

![Air Book #17191](/files/wTR7R8sqv3DGMba0u7fw)

The Dark Elemental Book of Air is the most second most common of the elements. Speak the sacred tongues of the heavens to move and cause havoc to your enemies.

## Spells

Various spells can be [/cast](/discord-bot/cast.md) by players that have [Warlock](/tokens/villains/warlocks.md). Various spells are available for each chapter that they have opened.

## Locked Book

Players cannot cast spells with a locked book. They will first have to [/unlock](/discord-bot/unlock.md) it.

## Chapter 1

### <mark style="color:purple;">Air</mark>

As you are just starting to learn this Dark Elemental Magic, you can only cast random spells while you're learning the dark arts. XP, MP, and HP rewards are all determined by the random spell that was cast.

<table><thead><tr><th>Attribute</th><th>Value</th><th data-hidden></th></tr></thead><tbody><tr><td>Spell Command</td><td>Air</td><td></td></tr><tr><td>Chance of Success</td><td>50%</td><td></td></tr><tr><td>Cool Down</td><td>15 Minutes</td><td></td></tr><tr><td><img src="/files/eiJKLc1ubkMSVSMPcXwl" alt="" data-size="line"> MP Cost to Target Spell</td><td>2</td><td></td></tr><tr><td><img src="/files/eiJKLc1ubkMSVSMPcXwl" alt="" data-size="line"> Bonus</td><td>None</td><td></td></tr></tbody></table>

## Chapter 2

### <mark style="color:purple;">O2</mark>

As you are just starting to learn this Dark Elemental Magic, you can only cast random spells while you're learning the dark arts.

<table><thead><tr><th>Attribute</th><th>Value</th><th data-hidden></th></tr></thead><tbody><tr><td>Spell Command</td><td>o2</td><td></td></tr><tr><td>Chance of Success</td><td>70%</td><td></td></tr><tr><td>Cool Down</td><td>15 Minutes</td><td></td></tr><tr><td><img src="/files/eiJKLc1ubkMSVSMPcXwl" alt="" data-size="line"> MP Cost to Target Spell</td><td>2</td><td></td></tr><tr><td><img src="/files/eiJKLc1ubkMSVSMPcXwl" alt="" data-size="line"> Bonus</td><td>None</td><td></td></tr></tbody></table>

| Attribute                                                          | Value on Success | Value on Fail |
| ------------------------------------------------------------------ | ---------------- | ------------- |
| <img src="/files/fPnQpHYJlHXhAm1yc0Ue" alt="" data-size="line"> XP | 20               | 10            |
| <img src="/files/eiJKLc1ubkMSVSMPcXwl" alt="" data-size="line"> MP | 1                | 0             |
| <img src="/files/GT5yhSzaHFIL6T59Cg8G" alt="" data-size="line"> HP | 1                | -1            |
| ![](/files/InmuRwvaEWx4X2FGGOs9)Rupeez                             | 0                | 0             |

More spells are in the works!

## Chapter 3

More spells are in the works!

## Chapter 4

More spells are in the works!

## Chapter 5

More spells are in the works!

## Chapter 6

More spells are in the works!


---

# 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://whitepaper.mintofdestiny.xyz/tokens/books-of-dark-elemental-magic/air.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.
