> For the complete documentation index, see [llms.txt](https://docs.perplay.io/kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.perplay.io/kr/game-fi/undefined-2/undefined.md).

# 스페셜 박스

게임플레이를 통해 사용자는 PER, XPER 외에 스페셜 박스를 획득할 수 있습니다.\
스페셜 박스의 레벨이 높을 수록 더 귀한 가치를 지닌 아이템을 획득할 수 있습니다.

| 스페셜 박스 레벨 | 획득 가능 최소 행운 수치 |
| :-------: | :------------: |
|     1     |        1       |
|     2     |       50       |
|     3     |       100      |
|     4     |       150      |
|     5     |       200      |
|     6     |       250      |
|     7     |       300      |
|     8     |       350      |
|     9     |       400      |
|     10    |       450      |
|     11    |       500      |
|     12    |       550      |
|     13    |       600      |
|     14    |       700      |
|     15    |       800      |
|     16    |       900      |
|     17    |      1,000     |
|     18    |      1,200     |
|     19    |      1,400     |
|     20    |      1,600     |
|     21    |      1,800     |
|     22    |      2,000     |
|     23    |      2,200     |
|     24    |      2,400     |
|     25    |      2,600     |
|     26    |      2,800     |
|     27    |      3,000     |
|     28    |      3,200     |

위 표는 SUV 및 세단 기준이며, 오프로드 및 스포츠는 보너스를 받아 1레벨 더 높은 박스를 얻을 수 있습니다.

위 표는 새로운 레벨의 스페셜 박스를 획득할 수 있는 최소 행운 수치이며, 해당 범위 내에서도 행운 수치가 높을 수록 더 높은 레벨의 박스를 획득할 가능성이 높아집니다.

## 스페셜 박스 레벨에 따라 획득할 수 있는 아이템의 종류

6레벨 이상의 스페셜 박스에서는 위 표에 의해 결정된 기본 아이템 획득에 실패할 경우, 다음 보너스 아이템 중 한가지를 획득할 수 있습니다. - 보석(1\~3레벨), 복원 부품(노멀\~엘리트), 레벨업 부품(노멀\~엘리트)

<figure><img src="/files/7deSqS9BIYTSq0aX84nO" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.perplay.io/kr/game-fi/undefined-2/undefined.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
