# Spell Levels

#### **General Information**

Spells in Lemuria will have different levels.

Each level will have a corresponding rarity of spell card.

| Rarity    | Level |
| --------- | ----- |
| Common    | 1     |
| Rare      | 2     |
| Epic      | 3     |
| Legendary | 4     |
| Mythic    | 5     |

Before being able to use a spell card, players must learn the spell from a trainer.&#x20;

Each spell has a minimum level requirement to be used.

Higher levels of each spell also have a minimum level. On top of this players must have sufficient spell experience.&#x20;

Spell experience is gained when players use a specific spell.&#x20;

#### **Example**

Character level 40 and 5000 Fireball Spell experience is required to unlock level 3 Fireball.&#x20;

Level one Fireball grants 1 spell experience per cast.

Level two Fireball grants 3 spell experience per cast.

One a player has used level one or level two Fireball enough times to reach 5000 experience with the spell, they can visit a trainer and gain access to level 3 Fireball.&#x20;


---

# 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://lemuria-online.gitbook.io/the-galaxy-of-lemuria/gameplay-1/characters/skills-and-abilities/spell-levels.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.
