> For the complete documentation index, see [llms.txt](https://playeo-muonline-season-6.gitbook.io/playeomu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playeo-muonline-season-6.gitbook.io/playeomu/chaos-machine.md).

# ✅Chaos Machine

{% hint style="warning" %}
IMPORTANTE: al crear o subir un ítem, siempre serán estos porcentajes fijos, visual que vean dentro del juego es real. Usamos % fijos para evitar todo tipo de bug.

Ejemplo: si tienen unas alas S1 +0 +4 siempre mostrara el porcentaje fijo tendrán la misma oportunidad que si lo hacen con alas +12 +16 y les aparezca 70%. Si leyeron esta información compártanla con sus amigos.
{% endhint %}

## Tabla de porcentajes.

| Item a Crear o Subir     | NO VIP | VIP 1 |
| ------------------------ | :----: | :---: |
| Subir ítem +7 a +9       |   60%  |  75%  |
| Subir ítem +10           |   55%  |  60%  |
| Subir ítem +11           |   45%  |  50%  |
| Subir ítem +12           |   40%  |  45%  |
| Subir ítem +13           |   35%  |  40%  |
| Subir ítem +14           |   30%  |  35%  |
| Subir ítem +15           |   20%  |  25%  |
| Creación Arma Chaos      |  100%  |  100% |
| Creación Alas S1         |   70%  |  75%  |
| Creación Alas S2         |   65%  |  70%  |
| Creación Alas S3         |   50%  |  55%  |
| Creación Fenrir y partes |   45%  |  50%  |
| Cóndor Feather           |   60%  |  65%  |
| Opción 380 Morada        |   35%  |  40%  |
| Jewel of Harmony         |   50%  |  55%  |
| Creacion de Alas 2.5     |   65%  |  70%  |
| % Que suma el Luck       |   25%  |  25%  |


---

# 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://playeo-muonline-season-6.gitbook.io/playeomu/chaos-machine.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.
