# 宝石与插槽

**什么是宝石？**

宝石可以通过将其插入相应的运动鞋插槽来增加运动鞋的属性。

例如，只有效率宝石可以放入效率插槽。

**宝石的类型有哪些？**

共有四种宝石，每种代表不同的属性：

* 黄色：效率
* 蓝色：幸运
* 粉色：魅力
* 绿色：因果

**宝石等级有哪些？**

宝石有10个等级：

| 宝石等级 | 属性       | 特殊效果             |
| ---- | -------- | ---------------- |
| 1    | +1       | +10% 基础属性        |
| 2    | +10      | +100% 基础属性       |
| 3    | +30      | +300% 基础属性       |
| 4    | +100     | +1,000% 基础属性     |
| 5    | +300     | +3,000% 基础属性     |
| 6    | +1,000   | +10,000% 基础属性    |
| 7    | +3,000   | +30,000% 基础属性    |
| 8    | +10,000  | +100,000% 基础属性   |
| 9    | +30,000  | +300,000% 基础属性   |
| 10   | +100,000 | +1,000,000% 基础属性 |

**注意：** 上表中的信息可能会在测试阶段随时更改，并会在短时间内通知。

**什么是插槽？**

插槽适用于稀有及以上质量的运动鞋，质量越高，潜在的插槽质量越好。用户将宝石插入插槽以提升运动鞋的属性。他们可以在不解锁插槽的情况下看到插槽类型，但不能看到插槽质量。

<table><thead><tr><th width="133">运动鞋质量</th><th>普通插槽 %</th><th>稀有插槽 %</th><th>罕见插槽 %</th><th>史诗插槽 %</th><th>传奇插槽 %</th></tr></thead><tbody><tr><td>普通运动鞋</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr><tr><td>稀有运动鞋</td><td>30</td><td>60</td><td>10</td><td>0</td><td>0</td></tr><tr><td>罕见运动鞋</td><td>10</td><td>30</td><td>50</td><td>10</td><td>0</td></tr><tr><td>史诗运动鞋</td><td>10</td><td>10</td><td>30</td><td>40</td><td>10</td></tr><tr><td>传奇运动鞋</td><td>0</td><td>10</td><td>20</td><td>30</td><td>40</td></tr></tbody></table>

**注意：** 上表中的信息可能会在测试阶段随时更改，并会在短时间内通知。

用户可以在运动鞋达到5/15/20/25级后通过燃烧GGT来解锁插槽。更高质量的插槽将为插入的宝石属性提供额外的提升：

| 插槽质量 | 属性加成 |
| ---- | ---- |
| 普通   | 100% |
| 稀有   | 110% |
| 罕见   | 120% |
| 史诗   | 130% |
| 传奇   | 150% |

**注意：** 上表中的信息可能会在测试阶段随时更改，并会在短时间内通知。

**插入和移除宝石的费用**

一旦解锁插槽，将宝石插入插槽是免费的。但是，移除宝石需要燃烧GGT。用户也可以选择销毁（燃烧）宝石，免费移除。

**洗牌插槽质量和类型**

用户可以燃烧GGT来洗牌所有插槽的质量和类型。为此，他们需要解锁所有四个插槽并移除所有已插入的宝石。


---

# 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://chiaos-organization.gitbook.io/stepn-go/you-xi-mo-kuai/bao-shi-yu-cha-cao.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.
