> 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/gem/effect.md).

# 장착 효과

#### 젬 종류에 따른 장착 효과

| 종류           | 듀브레 장착 효과   | 스니커즈 랜드 효과           |
| ------------ | ----------- | -------------------- |
| **Sapphire** | Performance | Workout Point 획득량 증가 |
| **Topaz**    | Luck        | 브리딩 및 합성 확률 증가       |
| **Emerald**  | Tenacity    | 내구도 소모량 감소           |
| **Amber**    | Quality     | FIT 스테이킹 획득량 증가      |
| **Ruby**     | Fever       | 피버 게이지 충전 속도 증가      |
| **Opal**     | Time Save   | Time Save 효과         |
| **Diamond**  | All Stat    | All Effect           |

#### 젬 등급에 따른 장착 효과

<table><thead><tr><th width="170">등급</th><th width="80" align="center">노말</th><th width="82" align="center">레어</th><th width="82" align="center">에픽</th><th width="85" align="center">유니크</th><th width="81" align="center">레전드</th><th width="85" align="center">신화</th><th data-hidden></th></tr></thead><tbody><tr><td>LP 획득 속도</td><td align="center">+1%</td><td align="center">+3%</td><td align="center">+7%</td><td align="center">+12%</td><td align="center">+25%</td><td align="center">+50%</td><td></td></tr><tr><td>듀브레 효과</td><td align="center">+1% </td><td align="center">+5%</td><td align="center">+15%</td><td align="center">+20%</td><td align="center">+30%</td><td align="center">+50%</td><td></td></tr><tr><td>스니커즈 랜드 효과</td><td align="center">+1%</td><td align="center">+5%</td><td align="center">+15%</td><td align="center">+20%</td><td align="center">+30%</td><td align="center">+50%</td><td></td></tr></tbody></table>

#### 랜드 젬 장착의 효과

* 랜드 오너와 일반 유저가 젬이 장착된 랜드에서 운동하는 경우 랜드에 장착된 젬의 효과를 차등으로 적용됩니다

<table><thead><tr><th width="141">랜드 레벨</th><th align="center">0</th><th align="center">1</th><th align="center">2</th><th align="center">3</th><th align="center">4</th><th align="center">5</th></tr></thead><tbody><tr><td><strong>랜드 오너 효과</strong></td><td align="center">25%</td><td align="center">50%</td><td align="center">75%</td><td align="center">100%</td><td align="center">100%</td><td align="center">100%</td></tr><tr><td><strong>일반 유저 효과</strong></td><td align="center">0</td><td align="center">10%</td><td align="center">20%</td><td align="center">30%</td><td align="center">40%</td><td align="center">50%</td></tr></tbody></table>

* 일반 유저가 랜드 위에서 운동하는 경우 유저가 젬 효과로 인해 추가된 WP의 일정 비율만큼 랜드 오너에게 추가 지급됩니다.

<table><thead><tr><th width="143">랜드 레벨</th><th align="center">0</th><th align="center">1</th><th align="center">2</th><th align="center">3</th><th align="center">4</th><th align="center">5</th></tr></thead><tbody><tr><td><strong>WP 비율</strong></td><td align="center">0</td><td align="center">1%</td><td align="center">2%</td><td align="center">5%</td><td align="center">10%</td><td align="center">20%</td></tr></tbody></table>


---

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