> For the complete documentation index, see [llms.txt](https://mixmarvel.gitbook.io/dehero_game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mixmarvel.gitbook.io/dehero_game/dehero_game_kr/undefined-4/undefined.md).

# 카드 레벨 업

게임 접속 후 \[캠프] 버튼 클릭하세요

![](/files/DWsNtfMq3827gPzlBRMT)

\[캠프]에서 아무 전투 NFT를 클릭하여 영웅 자세 정보 인터페이스로 들어가세요.

<div align="left"><figure><img src="/files/FFaCEuGtzlV8cwtTrUPW" alt=""><figcaption></figcaption></figure></div>

\[레벨 업] 버튼을 클릭하면 해당 영웅 레벨을 업그레이드할 수 있는 최고 레벨로 업그레이드할 수 있습니다.

레벨 업은 영웅의 속성 값을 향상 시킬 수 있을 뿐만 아니라 특정 레벨에 도달되면 자신의 스킬 레벨을 향상시키고 영웅의 전투력도 향상시킵니다.

유의사항: 영웅의 레벨 업은 경험치가 필요하며, 경험치는 던전을 클리어하고 보물상자를 오픈하여 얻을 수 있습니다.

![](/files/L7hsDQzHCi8rqdDRNH9P)

레벨 업 규칙：

| 레벨 업 | Coin소모 | AMG소모 |
| ---- | ------ | ----- |
| 20   | 100    | -     |
| 40   | 200    | -     |
| 50   | -      | 10    |
| 60   | 300    | -     |
| 80   | 400    | -     |
| 100  | -      | 20    |
| 120  | 600    | -     |
| 140  | -      | 30    |
| 150  | -      | 100   |


---

# 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://mixmarvel.gitbook.io/dehero_game/dehero_game_kr/undefined-4/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.
