# Mechanics

Combat is a first-person 3D duel aiming to reduce the opponent’s health points (HP) to zero with shuriken throws.

<figure><img src="/files/5M7f3XpKWeabmeiB3GGH" alt="" width="314"><figcaption></figcaption></figure>

## **Hits**

When a player hits a target, the affected body part glows red, kicking off an injury countdown. A sound plays, and damage numbers appear from the HP bar. Critical hits or headshots trigger unique visual effects.

## **Fatigue**

Fatigue begins at zero and climbs with each shuriken throw. At its max, a 2-second cooldown blocks further throws. If the player pauses throwing, fatigue drops after a 1-second recovery. The number of throws before max fatigue depends on the weapon’s stats.

## **Shield**

Players activate a shield by holding a finger at the screen’s center, absorbing 90% of incoming damage. The shield fails when its capacity hits zero, and throws are disabled during use. Capacity regenerates over time, and the shield activates when hitting the player’s collider.

## **Movement**

Players face each other directly, moving via a “pizza” system of point-to-point shifts. They can move left or right from the center by swiping or tapping an indicator, up to a max distance of one ray, if a point is available. Movement also adds fatigue.


---

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