> For the complete documentation index, see [llms.txt](https://thesnkrz.gitbook.io/thesnkrz/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/thesnkrz/items/buff_type.md).

# 버프형

버프형 아이템은 기간제 아이템과 일회성 아이템이 존재하며 Stat Boost를 제외한 동일한 효과의 기간제 아이템은 중복해서 적용되지 않습니다.

동일한 효과의 기간제 아이템을 중복해서 사용하는 경우 아이템의 사용기간이 늘어나며 동일한 효과이나 효율이 다른 아이템을 사용하는 경우 가장 최근에 사용한 아이템이 적용됩니&#xB2E4;**.**

아이템을 구매하는 것 외에도 스팟에서도 다양한 아이템들을 획득 할 수 있습니다. 아이템은 처음 공개되지 않은 상태로 나타나며 리빌 시 공개 됩니다. 아이템의 리빌에는 비용이 소모됩니다.

버프형 아이템 사용 기간\
\- 1일, 7일, 30일 아이템이 각각 존재.

<table><thead><tr><th width="147">ITEM</th><th width="233">내용</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/R8Z0kgTDtQKn2sMJ9z6P" alt=""></td><td align="center"><img src="/files/7FQPKPoVHwcKkl8o4ZnR" alt=""></td><td align="center"><img src="/files/lpKJ0IOa77JBnL0Rr58h" alt=""></td></tr><tr><td><strong>Fever Boost</strong></td><td>유저의 피버 부스트 게이지를 더 빠르게 충전할 수 있습니다</td><td align="center"><img src="/files/t2ELIgjiZ1R6gXMOyKrL" alt=""></td><td align="center"><img src="/files/N7C86l6KxlE9gtVDpLI7" alt=""></td><td align="center"><img src="/files/Z8NIgNSPivDUhWGiKGm9" alt=""></td></tr></tbody></table>

<table><thead><tr><th width="149" align="center">ITEM</th><th width="353">내용</th><th width="123">Normal</th><th>Premium</th></tr></thead><tbody><tr><td align="center"><strong>Tile Boost</strong></td><td>Normal: 좌/우측 타일 거리 기록<br>Premium: 주변 6개 타일 거리 기록</td><td><img src="/files/iN2FowOtcF515Zeqp3Bx" alt=""></td><td><img src="/files/onjyzkTJSAhJlJ6tJCWe" alt=""></td></tr><tr><td align="center"><strong>Spot Magnet</strong></td><td>Normal: 운동 시, 스팟 자동 획득<br>Premium: 운동 시, 스팟 자동 획득 (범위 2배)</td><td><img src="/files/uS33ssz9ULODxLFZTsWX" alt=""></td><td><img src="/files/WdIt1i0qVk8bY26AIOGG" alt=""></td></tr></tbody></table>

Stat Boost\
유저가 보유하고 있는 신발의 스탯이 아이템 효과 적용 기간 동안 1% 증가합니다. 유저가 랜덤 스탯 부스트 구매 후 아이템 오픈 시, 랜덤으로 스탯이 결정됩니다. 다른 아이템과 달리 효과는 중복해서 적용되며 사용 중인 아이템의 기간이 연장되지 않습니다. 스탯은 Performance, Luck, Quality, Tenacity, Fever 중 결정됩니다

| Random                                                              |                 P                |                 L                |                 Q                |                 T                |                 F                |
| ------------------------------------------------------------------- | :------------------------------: | :------------------------------: | :------------------------------: | :------------------------------: | :------------------------------: |
| <img src="/files/DVigYhA7oEFtZS7EZEr6" alt="" data-size="original"> | ![](/files/DPkPwVw50xJOQmSk6tht) | ![](/files/cjRMklRw3lwOpW8XCPSx) | ![](/files/cQqupUTk4WbfJ6zrSBmO) | ![](/files/2noswTXFhX4ShLag8xvF) | ![](/files/XZIhrmWA3UQwBj95wKpc) |


---

# 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/thesnkrz/items/buff_type.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.
