# Blocos

Os blocos são a composição básica da mina. Cada bloco possui diferentes atributos e chances de aparecer que variam com a profundidade atual da mina. Abaixo temos uma tabela com o modelo de cada bloco e seus atributos.

### Blocos do modo aventura

<table><thead><tr><th>Nome</th><th width="150">Figura</th><th>Durabilidade</th><th>Premio</th><th>Profundidade minima</th></tr></thead><tbody><tr><td>Terra</td><td><img src="/files/4pZjKYVXSSrcOWisiSRN" alt=""></td><td>1</td><td>0</td><td></td></tr><tr><td>Pedra</td><td><img src="/files/N89v5K84di7yMVQ4SZSu" alt=""></td><td>2</td><td>0</td><td></td></tr><tr><td>Minério de Ferro</td><td><img src="/files/n8SJ1oj6tasWjERixIdm" alt=""><img src="/files/nMoeNPYwhsZfrZyqeMtq" alt=""></td><td>1 / 2</td><td></td><td></td></tr><tr><td>Ouro</td><td><img src="/files/YxKRB4J1lLz5zhKYbwlc" alt=""><img src="/files/5p0sD9Tdgs4FVS6c752W" alt=""></td><td>1 / 2</td><td></td><td></td></tr><tr><td>Esmeralda</td><td><img src="/files/nNnMwziNkQm8e5J2TnIc" alt=""><img src="/files/kGWPVsUxffmPC4m4YnEi" alt=""></td><td>1 / 2</td><td></td><td></td></tr><tr><td>Rubi</td><td><img src="/files/2h8g3Dl1JWhZVT2kMNLl" alt=""><img src="/files/TUaMFX5VN99odEE45VNN" alt=""></td><td>2 / 3</td><td></td><td></td></tr><tr><td>Diamante</td><td><img src="/files/eSutMipaHzaKe21Mxy6D" alt=""><img src="/files/jvz7VaJcCTDVTWvaLLpx" alt=""></td><td>2 / 3</td><td></td><td></td></tr><tr><td>Vagão</td><td></td><td>3</td><td></td><td></td></tr><tr><td>Ampulheta</td><td></td><td>3</td><td></td><td></td></tr><tr><td>Mina terrestre</td><td></td><td>3</td><td></td><td></td></tr><tr><td><a data-mention href="/pages/gqVqIm2kmCHaGLqDkWUD">/pages/gqVqIm2kmCHaGLqDkWUD</a></td><td></td><td>5</td><td></td><td></td></tr></tbody></table>

### Blocos mini-games

<table><thead><tr><th width="150">Nome</th><th>Figura</th><th>Mini-game</th><th>Recompensa</th></tr></thead><tbody><tr><td>Areia</td><td><img src="/files/tvsdlo8uuqn5hqdYJBX3" alt="" data-size="original"></td><td>Contra o tempo</td><td>0</td></tr><tr><td>Pedras Preciosas</td><td><img src="/files/URX0LONSI0a2qJAvmdNe" alt="" data-size="original"></td><td>Contra o tempo</td><td>0.1 - 1 <a data-mention href="/pages/SGzdk1y7d8JdpA4GbkJE">/pages/SGzdk1y7d8JdpA4GbkJE</a></td></tr><tr><td>Mina terrestre</td><td></td><td>Campo minado</td><td>0</td></tr><tr><td>Terra premiada</td><td><img src="/files/4pZjKYVXSSrcOWisiSRN" alt=""></td><td>Campo minado</td><td>0.1 - 1 <a data-mention href="/pages/SGzdk1y7d8JdpA4GbkJE">/pages/SGzdk1y7d8JdpA4GbkJE</a></td></tr></tbody></table>


---

# 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/recursos/blocos.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.
