> For the complete documentation index, see [llms.txt](https://mixmarvel.gitbook.io/dehero/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/english-2/frontpage/2-2.md).

# 抽卡商店

**抽卡商店**

抽卡商店常驻“幸运卡包”和“好运卡包”，玩家可以花费固定HEROES试试手气，有机会以小博大开出战斗力高的稀有卡牌哦！更多其他卡包种类，敬请留意最新官方公告。

![](/files/-Maklx70A4fpkEoJK8S0)

**抽卡概率和购买金额如下**

**好运卡包**

* 售价：8 HEROES
* 可开出卡牌数量：1 &#x20;
* 卡牌质押价值：根据开出卡牌的稀有度
* 稀有度：橙色0.2%、紫色1%、蓝色3.8%、绿色50%、白色45%

{% hint style="info" %}
不同品质卡牌质押的HEROES数量

白色：5

绿色：8

蓝色：15

紫色：25

橙色：50
{% endhint %}

![](/files/-Mi_6iplaVYjhLEePvnO)

**新英雄幸运卡包**

* 售价：30 HEROES
* 可开出卡牌数量：1 &#x20;
* 卡牌质押价值：根据开出卡牌的稀有度
* 稀有度：金0.03%、橙色5.47%、紫色46.5%、蓝色48%

{% hint style="info" %}
不同品质卡牌质押的HEROES数量

蓝色：20

紫色：30

橙色：50

金色：288
{% endhint %}

![](/files/-Mi_6gyq0UChxGFFkrTq)


---

# 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/english-2/frontpage/2-2.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.
