# 던전 장비

장비 명칭은 <mark style="color:yellow;">**등급**</mark>, <mark style="color:yellow;">**종류**</mark>, <mark style="color:yellow;">**유형**</mark>으로 구분할 수 있습니다.&#x20;

> <mark style="color:blue;">**`RARE`**</mark> 엘븐시드 활&#x20;
>
> :arrow\_forward: 등급 : <mark style="color:blue;">**`RARE`**</mark>
>
> &#x20;    종류 : 엘븐시드
>
> &#x20;    유형 :  활

### 등급

장비 등급은 **`COMMON`**, <mark style="color:green;">**`UNCOMMON`**</mark>, <mark style="color:blue;">**`RARE`**</mark>, <mark style="color:purple;">**`EPIC`**</mark>, <mark style="color:yellow;">**`LEGENDARY`**</mark> 입니다.&#x20;

장비 등급에 따라 능력치가 다르며 등급이 높을수록 능력치가 우수합니다.

또한 <mark style="color:purple;">**`EPIC`**</mark>, <mark style="color:yellow;">**`LEGENDARY`**</mark> 장비는 다음 기능이 해금됩니다.

* [**장비 스킬**](/beartown/combat_job/rpg/rpgskill.md)
* [**룬 슬롯**](/beartown/combat_job/rpg/weapon/rune.md)
* <mark style="color:green;">**`/강화`**</mark>

꼭 높은 등급의 장비를 획득해보세요!

### 종류

장비의 종류는 <mark style="color:yellow;">**던 노비스**</mark>, <mark style="color:yellow;">**엘븐시드**</mark>, <mark style="color:yellow;">**트릭스터**</mark>입니다. 종류에 따라 성능, 디자인이 다릅니다.&#x20;

종류에 따라 레벨제한이 있으며 레벨 제한은 다음과 같습니다.&#x20;

* 던 노비스 : 0 레벨 이상
* 엘븐시드 : 30레벨 이상
* 트릭스터 : 50레벨 이상

<mark style="color:yellow;">**높은 레벨 제한**</mark>을 가진 장비는 착용할 시 더 높은 능력치를 제공하며 장비 스킬의 쿨타임이 더 짧습니다. 또한 장비 종류에 따라 장비 스킬이 해금되기도 합니다. <mark style="color:yellow;">**전투 직업 레벨업**</mark>을 한 후 더 좋은 장비를 장착해보세요.

### 유형

직업에 따라 장착&사용 가능한 장비의 종류가 다릅니다.

직업별 장착 & 사용 가능한 장비는 다음과 같습니다.

{% tabs %}
{% tab title="던전 무기" %}

<table><thead><tr><th width="140">무기 종류</th><th>사용 가능한 직업</th><th>스탯</th></tr></thead><tbody><tr><td>배틀엑스</td><td>전사</td><td><p>- 느린 공격속도, 매우 높은 피해량, 이동속도 하락 </p><p>- 피격 주변 범위 피해 (쿨다운 있음) </p><p>- 무기 등급에 따라 스킬 사용 가능</p></td></tr><tr><td>어쌔신대거</td><td>암살자</td><td>- 빠른 공격속도, 낮은 피해량<br>- 전방 원뿔범위 몬스터 범위 피해 (쿨다운 있음)<br>- 무기 등급에 따라 스킬 사용 가능</td></tr><tr><td>헌팅보우</td><td>궁수</td><td><p>- 원거리 , 긴 사거리 , 낮은 피해량 </p><p>- 이동속도 증가 , 속사 스킬</p><p>- 무기 등급에 따라 스킬 사용 가능</p></td></tr><tr><td>스태프</td><td>법사</td><td><p>- 원거리, 중간 사거리, 높은 피해량</p><p>- 무기 등급에 따라 스킬 사용 가능</p></td></tr></tbody></table>
{% endtab %}

{% tab title="던전 방어구" %}

| 방어구 종류        | 사용 가능한 직업   | 스탯                                             |
| ------------- | ----------- | ---------------------------------------------- |
| 중갑            | 전사, 법사      | <p>- 높은 방어력</p><p>- 추가 체력</p><p>- 이동속도 디버프</p> |
| 경갑            | 암살자, 궁수, 법사 | <p>- 낮은 방어력</p><p>- 추가 공격력</p><p>- 이동속도 버프</p> |
| {% endtab %}  |             |                                                |
| {% endtabs %} |             |                                                |


---

# 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.beartown.kr/beartown/combat_job/rpg/weapon.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.
