# Status Condition

<figure><img src="/files/Xc9PL5rPSAt8Jwxijtys" alt="Match in progress showing Block Break being activated." width="375"><figcaption><p>Break through your opponent's Guard!</p></figcaption></figure>

1. **What Are Status Conditions?**

   * Icons can appear when the player's [Character](/game-system/character.md) or the opponent is attacked, activating a Status Condition.

2. **Status Conditions**
   * **Stun**: Fighters cannot attack but can dodge slowly during the Stun state.
   * **Dizzy**: When a fighter is hit multiple times, they will not be able to dodge or defend until the Dizzy state ends.
   * **Block Break**: When a fighter is Guarding and is hit by an Uppercut, there is a possibility the Uppercut can break through the Guard, leaving the fighter vulnerable to an additional hit.


---

# 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://wiki.boxingstarx.com/game-system/character/status-condition.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.
