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

# Varita Mágicas

Las varitas son el objeto indispensable para realizar encantamientos. Todo mago debe tener una y llevarla siempre consigo. Cada varita tiene un núcleo mágico y alguno tipo de madera, al tener mas poder, los hechizos serán mejores (mayor alcance, mayor radio de acción y más potencia). Solamente lo diferencia la sauco que aunque tengas todo el poder esta misma será mucho mejor.

En el mundo mágico hay varios tipo de núcleos adecuado para cada varita y cada mago:

* Pluma de Thunderbird
* Pelo de Veela
* Pelo de Unicornio
* Pluma de Fénix
* Bigote de Troll

También hay diferentes tipo de madera:

* Cerezo
* Roble
* Abeto
* Acacia
* Abedul
* Jungla
* Roble oscuro
* Mangrove
* Bamboo

{% hint style="success" %}
Hay muchas skins de varitas las cuales se pueden conseguir en caja weasley y en eventos.
{% endhint %}

### Varita de Sauco

La **Varita de Saúco**  tiene de núcleo pelo de cola de Thestral y madera de Sauco, siendo la varita mas poderosa que existe ya que al utilizarla obtendrá +2 puntos de poder en todas las ramas de la magia. Solo se consigue en el [**shop online**](https://twwom2.com/product/varita-de-sauco/).

## Puntos de Poder

Los puntos de poder para mejorar tus hechizos se consiguen en misiones, eventos o cajas weasleys, al usar **/skill** podrás aumentar o quitar puntos de diferentes ramas de la magia, infórmate más en "[Puntos de poder](/twwom-2/jugabilidad/editor/puntos-de-poder.md)".

{% hint style="warning" %}
Si no se le asignan puntos de poder no podrás realizar hechizos de la rama correspondiente.
{% endhint %}

## ¿Cómo se utiliza la varita?

A continuación dejaremos un video tutorial por si tienes dudas:

{% embed url="<https://youtu.be/ycBIM0qrNQs>" %}


---

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