# Boss Damage System

## BOSS DAMAGE Overview

{% hint style="info" %}
The boss reward is decided by **total group damage**, not individual damage.

The final damage is calculated by adding up the damage of all players in the same group.\
The **group with the highest total damage** will receive the boss drop.
{% endhint %}

<figure><img src="/files/8AsqmOnCHw2SVWjDFM3S" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Example:**

* <mark style="color:orange;">**Player A**</mark> (solo) deals **2,658,247** damage
* <mark style="color:$success;">**Player B**</mark> deals **2,425,381** damage
* <mark style="color:yellow;">**Player C**</mark> deals **845,901** damage

<mark style="color:$success;">Player B</mark> and <mark style="color:yellow;">Player C</mark> are in the **same group**.

* Total group damage (<mark style="color:$success;">B</mark> + <mark style="color:yellow;">C</mark>): **3,271,282**

Since the combined damage of <mark style="color:$success;">Player B</mark> and <mark style="color:yellow;">Player C</mark> is higher than <mark style="color:orange;">Player A</mark> solo damage, <mark style="color:$success;">**Player B**</mark>**&#x20;and&#x20;**<mark style="color:yellow;">**Player C**</mark>**&#x20;group wins and receives the boss drop**.

This system encourages **teamplay**, giving all players an equal chance to win the boss by working together rather than relying only on solo damage.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://guides.originmu.com/game-system/boss-damage-system.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
