# Mystery Box

As caixas misteriosas são um recurso obtido no modo aventura. Cada caixa misteriosa contém uma recompensa aleatória que é gerada ao ser aberta. Esta recompensa pode conter itens usados ​​no modo aventura, bem como recompensas MSB e até chaves para jogar outros modos.

<figure><img src="https://mining-squad-assets.s3.us-east-1.amazonaws.com/crates.png" alt="" width="563"><figcaption><p>Mystery Box</p></figcaption></figure>

### Odds

| Item                 | Chance |
| -------------------- | ------ |
| 100 MSB              |        |
| 500 MSB              |        |
| 1000 MSB             |        |
| Card - Box Tracker   |        |
| Card - Double MSB    |        |
| Card - Quadruple MSB |        |
|                      |        |
|                      |        |


---

# Agent Instructions: 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:

```
GET https://docs.mining-squad.app/pt/readme/extras/mystery-box.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
