# Skill

## Introduce

스킬은 패시브(Passive), 액티브(Active), 궁극기(Ultimate) 유형으로 나뉘며, 각각 N, R, SR 등급으로 세분화됩니다.

아바타는 총 4개의 스킬 슬롯을 가지며 슬롯별 카테고리로 구분된 스킬만 랜덤하게 가질 수 있습니다. \
300 META를 사용하면 4개 슬롯 모두 1레벨 스킬로 랜덤하게 변경할 수 있습니다.

![](https://miro.medium.com/max/770/1*z6FjpR2Zl3iq8Oz8R7BbKw.png)

## **Rarity**

각 스킬들은 N, R, SR의 등급으로 세분화되며 등급이 높을수록 다른 옵션이 추가되어 보다 월등한 능력을 보여줍니다.

예를 들어, 도발(N)은 적이 나를 공격하게 하는 효과만 있지만 도발(SR)은 기본 효과에 피해 반사 효과와 적들의 공격력 감소 옵션이 추가됩니다.  &#x20;

## **Level Up**

Fusion > Enhance Skill을 통해 스킬 레벨을 올릴 수 있습니다. 동일 스킬인 경우 희생 아바타의 스킬 포인트가 베이스 아바타 스킬 포인트에 누적됩니다. 누적된 스킬 포인트에 따라 레벨이 결정되며, 레벨이 올라도 등급은 변하지 않습니다.


---

# 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://docs.metaarena.world/skill.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.
