# Archer

The Archer is a class that specializes in ranged attacks, using bows and arrows to deal damage. With a variety of skills, the Archer can not only deal consistent damage, but also control the terrain and weaken his enemies.

<figure><img src="/files/X3PG0siW7kCxLUNJ3bgK" alt=""><figcaption><p><strong>Archer Class Stats Overview</strong></p></figcaption></figure>

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

#### <mark style="color:green;">**Level 1: Quick Shot**</mark> <a href="#niveau-1-tir-rapide" id="niveau-1-tir-rapide"></a>

Shoot an arrow.

* <mark style="color:green;">**Cooldown**</mark>**&#x20;:** 0.4s
* <mark style="color:green;">**Mana**</mark>**&#x20;:** 0
* <mark style="color:green;">**Damage**</mark>**&#x20;:** 19

#### <mark style="color:green;">**Level 5: Sniper's Aim**</mark> <a href="#niveau-5-visee-du-sniper" id="niveau-5-visee-du-sniper"></a>

The fourth shot of your arrow slows the target for a short time. You also gain a speed boost for a short time.

* <mark style="color:green;">**Cooldown**</mark>**&#x20;:** 1s
* <mark style="color:green;">**Mana**</mark>**&#x20;:** 0
* <mark style="color:green;">**Damage**</mark>**&#x20;:** 0

#### <mark style="color:green;">**Level 10: Backstep**</mark> <a href="#niveau-10-recul" id="niveau-10-recul"></a>

Jump back to create space between you and your target.

* <mark style="color:green;">**Cooldown**</mark>**&#x20;:** 2s
* <mark style="color:green;">**Mana**</mark>**&#x20;:** 25
* <mark style="color:green;">**Damage**</mark>**&#x20;:** 0

#### <mark style="color:green;">**Level 15: Windrazor Volley**</mark> <a href="#niveau-15-coup-vent" id="niveau-15-coup-vent"></a>

Summon the spirit of a bow for a short time that fires volleys of arrows.

* <mark style="color:green;">**Cooldown**</mark>**&#x20;:** 7s
* <mark style="color:green;">**Mana**</mark>**&#x20;:** 125
* <mark style="color:green;">**Damage**</mark>**&#x20;:** 24

#### <mark style="color:green;">**Level 20: Deadly Javelin**</mark> <a href="#niveau-20-javelot-mortel" id="niveau-20-javelot-mortel"></a>

Throw a javelin, knocking back and stunning the target for a short time.

* <mark style="color:green;">**Cooldown**</mark>**&#x20;:** 15s
* <mark style="color:green;">**Mana**</mark>**&#x20;:** 100
* <mark style="color:green;">**Damage**</mark>**&#x20;:** 96

#### <mark style="color:green;">**Level 30: Arrow Barrage**</mark> <a href="#niveau-30-nuee-de-fleches" id="niveau-30-nuee-de-fleches"></a>

Summon the spirit of a bow that shoots multiple arrows at the target.

* <mark style="color:green;">**Cooldown**</mark>**&#x20;:** 7s
* <mark style="color:green;">**Mana**</mark>**&#x20;:** 150
* <mark style="color:green;">**Damage**</mark>**&#x20;:** 144

#### <mark style="color:green;">**Level 40: Dragon Shot**</mark> <a href="#niveau-40-tire-du-dragon" id="niveau-40-tire-du-dragon"></a>

Charge your bow with the dragon spirit and launch a piercing arrow towards the target.

* <mark style="color:green;">**Cooldown**</mark>**&#x20;:** 25s
* <mark style="color:green;">**Mana**</mark>**&#x20;:** 300
* <mark style="color:green;">**Damage**</mark>**&#x20;:** 156


---

# 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/archer.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.
