> For the complete documentation index, see [llms.txt](https://el-oso.gitbook.io/mu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://el-oso.gitbook.io/mu/bienvenidos-a-oso-mu/invasiones/dano-acumulado.md).

# Daño Acumulado

### ⚔️ *<mark style="color:$primary;">**¿Cómo funciona el daño al Boss?**</mark>*

<mark style="color:$warning;">Explicación: El Boss pertenece a quien acumule el mayor daño total antes de que caiga. Así de simple y justo.</mark>

<mark style="color:$warning;">📊 Ranking en Vivo: Mientras lo golpeas, verás en pantalla un ranking con el daño acumulado en tiempo real. Ideal para medir tu poder... o saber a quién hay que ir a interrumpirle la racha. 🔥</mark>

### <mark style="color:$primary;">💀</mark> <mark style="color:$primary;"></mark>*<mark style="color:$primary;">Cuidado: Podés perder todo tu progreso si...</mark>*

* <mark style="color:$warning;">❌ Morís.</mark>
* <mark style="color:$warning;">🏃‍♂️ Te alejás demasiado del área de combate.</mark>
* <mark style="color:$warning;">🔌 Te desconectás.</mark>
* <mark style="color:$warning;">⏱️ Pasan más de 20 segundos sin atacar.</mark>

<div><figure><img src="/files/yuvVEU5BcVBnXmfZg0Tr" alt=""><figcaption></figcaption></figure> <figure><img src="/files/VCWUjMuI6FwcnU50qkmb" alt=""><figcaption></figcaption></figure></div>


---

# 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://el-oso.gitbook.io/mu/bienvenidos-a-oso-mu/invasiones/dano-acumulado.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.
