# Stats

1. **What are Base Stats and Character Stats?**
   * **Base Stats** are fixed according to the **Character** selected.
     * These **Base Stats** cannot be changed by **user Level**, **Equipped Gear**, or through various other content.
   * **Character Stats** can be modified depending on the game content the player uses to improve their **Character**.

     * Contents such as **Gym Training** and **Costume Collection** can influence these stats.

2. **Stat List**
   * **Power**: Punch damage inflicted against the opponent
   * **Speed**: Speed of the punch thrown
   * **Reflex**: Reaction speed when evading the opponent's punch
   * **Defense**: Defense ability against the type of punch
   * **Endurance**:
     * **HP**: Total damage a fighter can take before being knocked out completely
     * **Knock Down Damage**: Amount of damage a fighter can take before being knocked down
     * **HP Recovery**: HP recovered when guarding
   * **Foe Speed Down**: Ability to slow down a certain type of punch thrown by the opponent
   * **Foe Reflex Down**: Ability to slow down the opponent's reaction speed


---

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