# Archmage

The Archmage is a powerful class that uses magic to deal high damage from a distance. With a variety of spells, the Archmage can control the battlefield by deadling damage and inflicting crowd-control on his enemies.

<figure><img src="https://github.com/Rivrs-OSS/wiki-epicworld/blob/main/.gitbook/assets/Archmage%20Class%20Photo.png" alt=""><figcaption><p><strong>Archmage Class Stats Overview</strong></p></figcaption></figure>

## <mark style="color:blue;">Skills</mark>

#### <mark style="color:blue;">**Level 1: Sharp Arcane**</mark> <a href="#niveau-1-boule-de-feu" id="niveau-1-boule-de-feu"></a>

Fire a magical attack that pierces through enemies.

* <mark style="color:blue;">**Cooldown**</mark> : 0.5s
* <mark style="color:blue;">**Mana**</mark> : 0
* <mark style="color:blue;">**Damage**</mark> : 24

#### <mark style="color:blue;">**Level 5: Mana Shield**</mark> <a href="#niveau-5-tire-arcanique" id="niveau-5-tire-arcanique"></a>

You form 2 mana shields that give you resistance. Your shields regenerate after a certain time.

* <mark style="color:blue;">**Cooldown**</mark> : 14s
* <mark style="color:blue;">**Mana**</mark> : 0
* <mark style="color:blue;">**Damage**</mark> : 12

#### <mark style="color:blue;">**Level 10: Blizzard**</mark> <a href="#niveau-10-clignotement" id="niveau-10-clignotement"></a>

Summon ice shards that fall to the surface, creating a frozen aura that slows enemies.

* <mark style="color:blue;">**Cooldown**</mark> : 12s
* <mark style="color:blue;">**Mana**</mark> : 125
* <mark style="color:blue;">**Damage**</mark> : 12

#### <mark style="color:blue;">**Level 15: Cloak of Hastur**</mark> <a href="#niveau-15-nova-de-froid" id="niveau-15-nova-de-froid"></a>

Summon a masked shadow creature that crawls slowly on the ground, spreading an aura that inflicts fear and blindness on nearby enemies.

* <mark style="color:blue;">**Cooldown**</mark> : 10s
* <mark style="color:blue;">**Mana**</mark> : 100
* <mark style="color:blue;">**Damage**</mark> : 26

#### <mark style="color:blue;">**Level 20: Void Chains**</mark> <a href="#niveau-20-meteore" id="niveau-20-meteore"></a>

Open a void portal on the ground summoning void chains that strike the surface in front of you twice, creating a void rupture that pulls in enemies.

* <mark style="color:blue;">**Cooldown**</mark> : 7.5s
* <mark style="color:blue;">**Mana**</mark> : 50
* <mark style="color:blue;">**Damage**</mark> : 16

#### <mark style="color:blue;">**Level 30: Fire Rain**</mark> <a href="#niveau-30-seisme" id="niveau-30-seisme"></a>

Summon multiple meteors that come crashing down to the surface, causing deadly explosions.

* <mark style="color:blue;">**Cooldown**</mark> : 20s
* <mark style="color:blue;">**Mana**</mark> : 150
* <mark style="color:blue;">**Damage**</mark> : 24

#### <mark style="color:blue;">**Level 40: Arcane Shock**</mark> <a href="#niveau-40-chaine-infernal" id="niveau-40-chaine-infernal"></a>

Levitate into the air and create a zone of destruction where you summon thunderbolts that stun enemies.

* <mark style="color:blue;">**Cooldown**</mark> : 35s
* <mark style="color:blue;">**Mana**</mark> : 200
* <mark style="color:blue;">**Damage**</mark> : 48


---

# 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://wiki.epicworld.gg/gameplay/the-classes/archmage.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.
