# Battle Stats

After each fight, players see a detailed breakdown of their performance, divided into three main sections: Hits, Damage, and Shield.\
\
At the top of the screen, the player’s MMR (a point system that determines rank) is displayed, showing how many points were gained (on victory) or lost (on defeat).\
\
Below each player, their session stats are shown, including wins (W) and losses (L).

<figure><img src="/files/aD0Chi7FeIkPlAA2vzyP" alt="" width="375"><figcaption></figcaption></figure>

Below, we break down each stats section:

{% hint style="warning" %}
Keep in mind that right now the damage from **harpoons**, **traumas**, and **amulets** (some amulets reflect damage back to the thrower), as well as the effect of **healing elixirs**, are **not shown in the damage stats**.

Because of this, it’s possible that your total damage in the stats looks higher, but you still **lose the match**.

This will be **fixed in the future**, and all these effects will be **included in the statistics**.
{% endhint %}

<table><thead><tr><th width="105.99984741210938">Section</th><th width="182">Metric</th><th>Description</th></tr></thead><tbody><tr><td><strong>Hits</strong></td><td>Throws</td><td>Number of shuriken throws made</td></tr><tr><td></td><td>Accuracy</td><td>Percentage of shurikens that hit the target</td></tr><tr><td></td><td>Headshots</td><td>Number of shurikens that hit the head</td></tr><tr><td></td><td>Torso</td><td>Number of shurikens that hit the torso</td></tr><tr><td></td><td>Groin</td><td>Number of shurikens that hit the groin</td></tr><tr><td></td><td>Left Arm</td><td>Number of shurikens that hit the left arm</td></tr><tr><td></td><td>Right Arm</td><td>Number of shurikens that hit the right arm</td></tr><tr><td></td><td>Left Leg</td><td>Number of shurikens that hit the left leg</td></tr><tr><td></td><td>Right Leg</td><td>Number of shurikens that hit the right leg</td></tr><tr><td><strong>Damage</strong></td><td>Headshots</td><td>Head damage percentage</td></tr><tr><td></td><td>Body Hits</td><td>Body damage percentage</td></tr><tr><td></td><td>Hits to Limbs</td><td>Legs damage percentage</td></tr><tr><td><strong>Shield</strong></td><td>Consumed</td><td>Percentage of opponent’s throws absorbed by the shield</td></tr><tr><td></td><td>Reflected</td><td>Percentage of opponent’s throws deflected by the shield</td></tr></tbody></table>


---

# 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://docs.playhattori.io/game-info/game-systems/battle/battle-stats.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.
