# Battle

## General Description

The combat window is a first-person 3D scene where the player faces an opponent. The goal is to reduce the opponent’s HP to zero using shuriken throws. During combat, players can use abilities, receive injuries, or be affected by temporary effects from the opponent’s abilities.

<figure><img src="/files/5IumvzbNTsF2vxSy5x0s" alt="" width="330"><figcaption></figcaption></figure>

## **Entering Combat**

Combat starts in a region after successfully capturing a target (or being captured) with a harpoon.

Harpoon throws have a chance to be deflected:

* Front: 25% chance.
* Side: 10% chance.
* Back: 5% chance.

If deflected, the harpoon returns to the thrower, and combat doesn’t start.

## **Combat Outcome**

When combat ends, a victory lets the player stay in the region, leaving a bloodstain behind. A defeat means the player dies and may lose some rewards.

For resurrection, players can choose to watch an ad to revive at the death location with all items preserved, or pay with emeralds to revive at the same spot, keeping all items intact.

There is an option to skip resurrection. In this case player revives at the market without all items.

#### Learn more about:

{% content-ref url="/pages/DlCKQWtHytoDrFI7ypps" %}
[Battle Conditions](/game-info/game-systems/battle/battle-conditions.md)
{% endcontent-ref %}

{% content-ref url="/pages/madCR5poPcdoRXGAnD64" %}
[Mechanics](/game-info/game-systems/battle/mechanics.md)
{% endcontent-ref %}

{% content-ref url="/pages/Xm3wO0NSR1ANAN6ra6QD" %}
[Special Abilities](/game-info/game-systems/battle/special-abilities.md)
{% endcontent-ref %}

{% content-ref url="/pages/6B9FL0mZEtDQGjjoGqQ8" %}
[Effects](/game-info/game-systems/battle/effects.md)
{% endcontent-ref %}

{% content-ref url="/pages/l3YvOmjSRDc1NZnbVXQG" %}
[Shield](/game-info/game-systems/battle/shield.md)
{% endcontent-ref %}

{% content-ref url="/pages/geGjJam8Cz3NSOKDXe7t" %}
[Battle Stats](/game-info/game-systems/battle/battle-stats.md)
{% endcontent-ref %}

{% content-ref url="/pages/wHGjNzMEJe3gMaQ38dwS" %}
[Traumas](/game-info/game-systems/battle/traumas.md)
{% endcontent-ref %}


---

# 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.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.
