> For the complete documentation index, see [llms.txt](https://wiki.boxingstarx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.boxingstarx.com/game-system/skill-and-gym/gym/equipment.md).

# Equipment

<figure><img src="/files/dqZcliDMjIeySBN8xwq4" alt="Khari is training Jin. Jin is doing a bench press workout."><figcaption><p>Hit the Weights with Khari!</p></figcaption></figure>

1. **What is Gym Training?**

   * Training in the **Gym** with **Equipment** will raise your **Character's Base Stats**.

2. **Exercise Equipment List**
   * **Dumbbell**: Increases **Jab**, **Hook**, **Uppercut Power**
   * **Gigantic Barbell**: Increases defense against **Jab**, **Hook**, **Uppercut** punches
   * **Flash Bag**: Increases **Jab**, **Hook**, **Uppercut Speed**
   * **Khari's Mitts**: Increases **Jab**, **Hook**, **Uppercut Reflex**
   * **Tornado Treadmill**: Increases **HP** and **HP Recovery**
   * **Mega Bag**: Increases **Jab**, **Hook**, **Uppercut Speed Down** of opponents
   * **Extreme Bar**: Increases **Jab**, **Hook**, **Uppercut Reflex Down** of opponents


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/skill-and-gym/gym/equipment.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.
