> 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/shou-ye/equipment-store.md).

# Equipment Store

**Players can use Heroes to purchase equipment points at the equipment store**

* Only addresses with card book combat power above 200,000 can be purchased
* 6 HEROES can purchase 400 points
* Each address can be purchased up to 8 times a day, that is, 48 HEROES/3200 equipment points
* In addition to purchasing, more ways to obtain equipment points will be opened in the future

![](/files/voqcv3YUpqcM50tuaQSI)

**Use equipment points to exchange equipment treasure box**

* Exchange 600 equipment points for an equipment treasure box
* Currently, there is no purchase limit for the equipment treasure box

![](/files/x8KGEEJj8gKWYIaEeIX6)

**Open the “equipment treasure box” in “Equipment” to obtain equipment**

* After obtaining the equipment treasure box, you need to open it by yourself to obtain the equipment
* Currently, there is only one equipment treasure box
* After opening the equipment treasure box, you can obtain the equipment according to the following probability

![](/files/t6MYdJiRN5koD9apK5d7)

**You may also would like to know what equipment is available at present and what function they have, please check**


---

# 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/shou-ye/equipment-store.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.
