> 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/ch/jin-jie/upgrade.md).

# 升級卡牌

進入遊戲後，點擊【營地】按鈕

![](/files/uuphXgbdCfpJc0b8kIJB)

點擊【營地】內的任意战斗NFT，進入英雄詳情界面

<div align="left"><img src="/files/Vk4hU6UoMu0RBi7Wgs8U" alt=""></div>

點擊【升級】按鈕即可將當前的英雄等級提升至可提升的最高等級。&#x20;

升級不僅可以提高英雄的屬性值，達到一定等級也可以提升自帶技能的等級，提高英雄的戰鬥力。&#x20;

Tips：提升英雄等級需要經驗值，經驗值可以通過通關副本以及開啟寶箱獲得。

![](/files/PLIKx0qbisSylS8jXV7x)

升級規則：

| 等級升至 | 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/ch/jin-jie/upgrade.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.
