> For the complete documentation index, see [llms.txt](https://thesnkrz.gitbook.io/jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thesnkrz.gitbook.io/jp/aitemu/bafutaipu.md).

# バフタイプ

バフタイプのアイテムは、期間限定のアイテムと一回限りの使用アイテムの形で提供されます。スタットブーストを除く、同じ効果を持つ期間限定アイテムは同時にスタックしたり同時に適用することはできません。&#x20;

同じ効果を持つ複数の期間限定アイテムを使用すると、全体の期間が延長されます。ただし、同じ効果を持つ異なる効率のアイテムを使用すると、最後に使用したアイテムの効果が適用されます。&#x20;

アイテムは購入するだけでなく、スポットでさまざまなアイテムを入手することもできます。アイテムは最初は隠れた状態で表示され、復活時に明らかになります。アイテムを復活させるにはコストがかかります。

&#x20;バフタイプのアイテムの期間オプションには、

* 1日、7日、30日などがあります。

<table><thead><tr><th width="147">ITEM</th><th width="233">info</th><th align="center">1.5x</th><th align="center">2x</th><th align="center">3x</th></tr></thead><tbody><tr><td><strong>Time Save</strong></td><td>ユーザーは、スタミナを急速に消費することで、より早くワークアウトポイントを獲得することができます。</td><td align="center"><img src="/files/WzgIQjmPA0XBhB6QhYLi" alt=""></td><td align="center"><img src="/files/cZLK1xyndJwp85CfR5rA" alt=""></td><td align="center"><img src="/files/SLCxv5lCr9Qx94w7z9kY" alt=""></td></tr><tr><td><strong>Fever Boost</strong></td><td>ユーザーは、フィーバーブーストゲージの充電を加速することができます。</td><td align="center"><img src="/files/k9LIN8Rh8CLyKSRYFEgn" alt=""></td><td align="center"><img src="/files/1M9458rBZyYlFKs8h6Vj" alt=""></td><td align="center"><img src="/files/MgBFOjI0gYOBCxgIXN8g" alt=""></td></tr></tbody></table>

<table><thead><tr><th width="149" align="center">ITEM</th><th width="353">info</th><th width="123" align="center">Normal</th><th align="center">Premium</th></tr></thead><tbody><tr><td align="center"><strong>Tile Boost</strong></td><td><p>通常: 左/右タイル間の距離を記録します。 </p><p>プレミアム: 周囲の6つのタイル間の距離を記録します。</p></td><td align="center"><img src="/files/7kNHFJJZbxm5pb1xyIhj" alt=""></td><td align="center"><img src="/files/cHZFBUTj6oyjUhprezP3" alt=""></td></tr><tr><td align="center"><strong>Spot Magnet</strong></td><td><p>通常: 運動中に自動的にスポットを獲得します。 </p><p>プレミアム: 運動中に自動的にスポットを獲得します（範囲が2倍）。</p></td><td align="center"><img src="/files/BIHOI3wsKGtIeA5lWYGK" alt=""></td><td align="center"><img src="/files/x72GsVRYVjCbIh0cgB5N" alt=""></td></tr></tbody></table>

スタットブースト\
アイテム効果の期間中、ユーザーが所有するシューズのスタッツが1%増加します。ランダムなスタットブーストを購入すると、アイテムを開封する際にスタットがランダムに決定されます。他のアイテムとは異なり、効果は重複することができますが、現在使用中のアイテムの期間は延長されません。スタットはパフォーマンス、ラック、クオリティ、テナシティ、フィーバーのいずれかです。

| Random                           |                 P                |                 L                |                 Q                |                 T                |                 F                |
| -------------------------------- | :------------------------------: | :------------------------------: | :------------------------------: | :------------------------------: | :------------------------------: |
| ![](/files/vlxrVwC1tkVDihVDBDyI) | ![](/files/zAgmpIPh16Pm21ymruBi) | ![](/files/Ux208zgJvQg55pNoo7y3) | ![](/files/YMwAvZ0u2PE3fND2N3KI) | ![](/files/B4gUaN47ltUJWY8X6hgf) | ![](/files/HGt4ceqjiMaeatq054Fw) |


---

# 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://thesnkrz.gitbook.io/jp/aitemu/bafutaipu.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.
