# Effect

#### Effects based on gem type

| Type         | Dubree equipped effect | SNKRZ LAND effect                             |
| ------------ | ---------------------- | --------------------------------------------- |
| **Sapphire** | Performance            | Increased Workout Point acquisition           |
| **Topaz**    | Luck                   | Increased breeding and synthesis probability. |
| **Emerald**  | Tenacity               | Decreased durability consumption              |
| **Amber**    | Quality                | Increased FIT stacking acquisition.           |
| **Ruby**     | Fever                  | Increased Fever gauge charging speed          |
| **Opal**     | Time Save              | Time Save effect                              |
| **Diamond**  | All Stat               | All Effect                                    |

#### Effects based on gem grade

<table data-full-width="false"><thead><tr><th width="157">Grade</th><th align="center">Normal</th><th align="center">Rare</th><th align="center">Epic</th><th align="center">Unique</th><th align="center">Legend</th><th align="center">Myth</th></tr></thead><tbody><tr><td>LP Acquisition Bonus</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></tr><tr><td>Dubree Effect</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></tr><tr><td>Land Effect</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></tr></tbody></table>

#### The Effects of Land Gem Installation

* When a gem is equipped on a land, the effects of the equipped gem are applied differentially between the land owner and regular users exercising on the land

<table><thead><tr><th width="141">Land level</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>Owner</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>regular user</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>

* If a regular user exercises on the land with an equipped gem, the land owner receives an additional payout equivalent to a certain percentage of the added WP (Workout Points) due to the gem effects on the user's workout

<table><thead><tr><th width="143">Land level</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 Ratio</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: 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://thesnkrz.gitbook.io/en/gem/effect.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.
