> For the complete documentation index, see [llms.txt](https://wiki.gapple.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.gapple.fr/craft/minage/hammer.md).

# Hammer

{% hint style="info" %}
Il est souvent utilisé pour <mark style="color:orange;">**miner de grandes zones**</mark> en une seule action. Son principal avantage est de permettre un <mark style="color:orange;">**minage en zone**</mark>, ce qui le rend bien plus efficace que les pioches classiques.
{% endhint %}

*Sur Gapple, il existe plus de 3 types de Hammers, chacun avec sa propre particularité.*

<figure><img src="/files/zwV1c0p3tYSBebBSbexD" alt=""><figcaption></figcaption></figure>

#### Hammer Orax :

* **Type** : Orax Hammer
* **Zone de minage** : **5x5x2**
* **Durabilité** : Équivalente à celle d'une pioche en diamant.

#### Hammer Améthyste :

* **Type** : Amethyst Hammer
* **Zone de minage** : **3x3x2**
* **Durabilité** : Équivalente à celle d'une pioche en diamant.

#### Hammer Onyx :

* **Type** : Onyx Hammer
* **Zone de minage** : **3x3x2**
* **Durabilité** : **3122**, également équivalente à celle d'une pioche en diamant.

Ces hammers offrent des zones de minage variées, permettant aux joueurs de miner plus efficacement tout en bénéficiant d'une durabilité comparable à celle des pioches en diamant.<br>

{% hint style="success" %}
Il vous suffit de remplacer le minerai d’améthyste par le minerai désiré, et le craft ne changera pas.

Craft:
{% endhint %}

<figure><img src="/files/XPC5rIGFgNfMLaZ2ptS7" alt=""><figcaption></figcaption></figure>


---

# 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://wiki.gapple.fr/craft/minage/hammer.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.
