> 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/animagos.md).

# Animagos

En **The Wizarding World of Minecraft 2**, después de haber superado el **tercer año**, los magos y brujas tienen la oportunidad de convertirse en **Animagos**. Esta habilidad mágica les permite transformarse en animales y desbloquear nuevas formas de explorar y experimentar el mundo mágico.

### **¿Cómo Puedo Ser un Animago?**

Para convertirte en un Animago, debes seguir estos pasos:

1. **Preparar la Poción de Animago**
   * La receta de esta poción especial se encuentra en el **Libro de Pociones** disponible en el **Caldero Mágico**.
   * **Dificultad**: La elaboración de la poción es compleja y toma aproximadamente **10 minutos reales** para completarse.
   * **Ingredientes**: Los ingredientes necesarios son **sumamente difíciles de conseguir** y pueden requerir exploración o comercio.
2. **Beber la Poción**
   * Al consumir la poción, experimentarás efectos únicos:
     * Sentirás una **pérdida temporal de vitalidad** y un leve **mareo**.
     * Estos efectos desaparecerán gradualmente, permitiéndote continuar tu aventura.
3. **Acceder al Menú de Animagos**
   * Una vez completada la transformación inicial, utiliza el comando `/animago` para abrir el menú de Animagos y explorar tus opciones de transformación.

***

### **¿Puedo Conseguir Más Animales para Transformarme?**

Al acceder al menú Animago, tendrás disponibles automáticamente **3 animales básicos** para transformarte de forma gratuita.

* **Para desbloquear más animales**:
  * Participa en eventos.
  * Adquiere **Cajas Weasley**, que pueden contener nuevos animales para agregar a tu repertorio.


---

# 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/animagos.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.
