# Exit stats

After a player exits a region but before appearing in the Bazaar, a series of info screens appears sequentially.

1. **New Rank:** Shows if the player’s rank increased.
2. **New Achievement:** Appears if an achievement was earned.
3. **Wheel of Fortune:** Chance to win 2-20 Emeralds.
4. **Wounds Recieved:** Displays collected traumas if they exist.
5. **Rewards Collected:** Displays total collected items for the current session.
6. **History of Battles:** Shows all the battles and their results for the current session.

## Wheel of Fortune Screen

Appears when clicking "**GET 2–20 EMERALDS**" after exiting a region.

* Wheel spin animation starts.
* Wheel has sections with different emerald amounts (2–20).
* After stopping, emeralds are added to the player’s account.

## Battle History Screen

Appears after exiting a region, before reaching the Bazaar. Shows results of all battles, including:

* Outcomes (wins/losses).
* Opponents’ used ammunition.
* Player’s current win rate.

<figure><img src="/files/X5XDgXhhooI7fLBIotRB" alt="" width="347"><figcaption></figcaption></figure>

{% hint style="info" %}
If a player beats a personal record in any stat, the new record is saved.
{% endhint %}

## Injuries Screen

If the player received [injuries](/game-info/game-systems/battle/traumas.md) during the run:

* Separate screen lists all injuries.
* Shows which injuries need healing.
* Healing options available (if potions are in inventory).


---

# 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/region/exit-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.
