> For the complete documentation index, see [llms.txt](https://twwom-2.gitbook.io/twwom-2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://twwom-2.gitbook.io/twwom-2/jugabilidad/arcillas-magicas.md).

# Arcillas Mágicas

Con las Arcillas mágicas puedes proteger tus construcciones y elementos de valor con las Arcillas Mágicas con Protego. Todas ellas se compran en la tienda `Trastos de segunda mano` en el **Callejón Diagon** ,para ir usa **`/ir cd`** o **`/ir callejondiagon`** para ir allí.

Las arcillas mágicas tienen un límite para colocar: para los magos estudiantes el máximo es de 2 por cada tipo, exceptuando la arcilla mágica con *Salvio Hexia* que permite colocar hasta 4. La arcilla de Ciudad solo puede colocarse 1 vez y la arcilla de Parcela hasta 3 veces. Los magos con rango Mortífago o Auror pueden colocar el doble de la cantidad predeterminada para cada tipo de arcilla.

| Arcilla mágica                          | Protección                                                                                      |
| --------------------------------------- | ----------------------------------------------------------------------------------------------- |
| Arcilla amarilla < con Protego >        | Ésta arcilla protege un área de 10×10 bloques.                                                  |
| Arcilla naranja < con Protego Máxima >  | Ésta arcilla protege un área de 20×20 bloques.                                                  |
| Arcilla roja < con Protego colosal >    | Ésta arcilla protege un área de 100×100 bloques.                                                |
| Arcilla blanca < con Salvio hexia >     | Ésta arcilla protege a tus animales en un área de 10×40 bloques.                                |
| Arcilla rosa < con Fianto Duri >        | Ésta arcilla cubre un 5x5 bloques haciendo que recuperes vida y hambre.                         |
| Arcilla Negra < con Protego Ciudadela > | Ésta arcilla protege un área de 150×150 bloques, ideal para proteger tu pueblo.                 |
| Arcilla Purpura < con Protego Parcela > | Ésta arcilla protege  un área de 10×40 bloques. **`Solo sirve para protecciones de ciudadela`** |

{% hint style="warning" %}
Los rangos **Mortifago** y **Auror** tienen posibilidad de añadir más arcillas mágicas.
{% endhint %}


---

# 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://twwom-2.gitbook.io/twwom-2/jugabilidad/arcillas-magicas.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.
