# Traumas

## **General Description**

After multiple battles and repeated hits to specific body parts, both opponents and the player’s character can sustain injuries. These injuries impair the player’s abilities and require treatment. At the base, a special NPC can assist in healing injuries and restoring the character’s stats.

An injury is a debuff that lasts for a limited time during combat, weakening the character’s combat stats by reducing damage output and survivability.

## **Features**

Injuries can affect different body parts, each with unique effects and durations.

* To inflict an injury, three hits must land on the same body part.
* After the first hit, a 3-second timer starts.
* Hitting a different body part resets the progress and starts a new timer.
* A successful series of three hits applies the injury.
* Repeated injuries to the same body part extend the duration.
* There is no limit to the number of body parts that can be injured in a single fight.

## **Healing Injuries**:

* Injuries can be healed using a [Plantago](/game-info/game-systems/bazaar/charatacters-and-locations/herbalist.md) potion or by waiting for them to expire naturally.
* Applying a potion removes the injury’s effect immediately.

#### **Injury Types, Probabilities, Effects, and Durations:**

<table><thead><tr><th width="137.28570556640625">Trauma</th><th width="121.28570556640625">Probability</th><th width="333.14276123046875">Effect</th><th>Duration</th></tr></thead><tbody><tr><td>Head Injury</td><td>15%</td><td>Instant 15% damage to current health.<br>Max health reduced by 20%.</td><td>2 hours</td></tr><tr><td>Body Injury</td><td>25%</td><td>Instant 50% fatigue increase.<br>Max stamina reduced by 20%.</td><td>1 hour</td></tr><tr><td>Arm Injury</td><td>20%</td><td>Fatigue instantly maxed.<br>Fatigue accumulation speed increased:<br>N - (N * 0.25), where N is max throws.</td><td>30 minutes</td></tr><tr><td>Leg Injury</td><td>15%</td><td>Instant movement cooldown. <br>Unable to move for 5 seconds after relocation.</td><td>30 minutes</td></tr><tr><td>Groin Injury</td><td>20%</td><td>Movement in combat requires double stamina.</td><td>30 seconds</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/traumas.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.
