> 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/jp/game-system/sukiru-jimu/jimu/torningu.md).

# トレーニング機器

<figure><img src="/files/gPBXQoOggg77U0oKQUdy" alt="" width="375"><figcaption></figcaption></figure>

1. **ジムトレーニングとは？**

   * トレーニング機器を使用してジムでキャラクターを鍛えると、キャラクターの基本ステータスが向上 します。

2. **トレーニング機器リスト**
   * ダンベル：ジャブ、フック、アッパーカットの攻撃力増加
   * ギガンティックバーベル：ジャブ、フック、アッパーカットに対する防御力増加
   * スピードボール：ジャブ、フック、アッパーカットの速度増加
   * カリのカスタムミット：ジャブ、フック、アッパーカットの反応速度増加
   * トルネードトレッド：HPおよび回復力増加
   * メガバッグ：相手の攻撃速度減少
   * エクストリームバー：相手の反応速度減少


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.boxingstarx.com/jp/game-system/sukiru-jimu/jimu/torningu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
