# 체형 & 특성

<figure><img src="/files/jHwDKsLoBsoFRBRgyNe1" alt=""><figcaption></figcaption></figure>

Boxing Star X의 모든 캐릭터는 3가지 체형으로 분류됩니다.

* Light
* Middle
* Heavy

각 체형 타입에 따라 특성의 영향을 받는 상성 효과가 적용됩니다.

또한 플레이어는 캐릭터 특성을 활용하여 캐릭터의기본 능력치를 올릴 수 있습니다.<br>

1. **캐릭터 특성 규칙**
   * 각 캐릭터에게는 4가지 단계의 특성이 존재합니다.
   * 각 단계에는 여러 개의 특성이 존재하나, 하나의 특성만 장착할 수 있습니다.
   * 다음 단계 특성을 해제하기 위해서는 이전 단계의 모든 특성을 잠금 해제해야 합니다.

2. **특성 미션**
   * 미션을 완료할 경우 특성이 잠금 해제됩니다.

3. **즉시 잠금 해제**
   * 골드를 사용하면 미션을 완료하지 않아도 특성을 즉시 잠금 해제할 수 있습니다.
     * 단, 이전 단계의 특성이 모두 해제되지 않은 경우엔 적용되지 않습니다.


---

# 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.boxingstarx.com/kr/game-system/undefined-2/and.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.
