# 能源与能源上限

**如何获得能量？**

用户初始能量为零，并且能量不会自动恢复

但是，可以通过燃烧运动鞋来获得能量。获得的能量值取决于被燃烧运动鞋的品质。

1. 燃烧1双普通运动鞋：90能量
2. 燃烧1双稀有运动鞋：450能量
3. 燃烧1双罕见运动鞋：2,250能量
4. 燃烧1双史诗运动鞋：11,250能量
5. 燃烧1双传奇运动鞋：56,250能量

能量**不会过期**，也**不能交易**。只有当用户消耗它时才会被扣除。

**注意：** 上述列表中的信息可能会在测试阶段进行更改，恕不另行通知。

**什么是每日能量上限？**

用户的初始每日能量上限为零。

每日能量上限限制了用户一天内可以使用的能量值。

用户在重置之前不能消耗超过此上限的能量。

每日能量上限每 12 小时恢复 50%。

**注意：** 当客人在Haus中消耗主人的能量时，不会从主人的每日能量上限中扣除。

**如何增加每日能量上限？**

随着用户燃烧运动鞋来获得能量，系统会累计用户获得的总能量。

当获得的总能量达到一定门槛时，每日能量上限会增加到下一级。最大能量上限为30/30。

| 获得的总能量 | 能量上限增加  |
| ------ | ------- |
| 90     | 0 → 2   |
| 270    | 2 → 3   |
| 450    | 3 → 4   |
| 720    | 4 → 5   |
| 990    | 5 → 6   |
| 1,260  | 6 → 7   |
| 1,620  | 7 → 8   |
| 1,980  | 8 → 9   |
| 2,340  | 9 → 10  |
| 2,790  | 10 → 11 |
| 3,240  | 11 → 12 |
| 3,690  | 12 → 13 |
| 4,230  | 13 → 14 |
| 4,770  | 14 → 15 |
| 5,310  | 15 → 16 |
| 5,940  | 16 → 17 |
| 6,660  | 17 → 18 |
| 7,470  | 18 → 19 |
| 8,370  | 19 → 20 |
| 9,450  | 20 → 21 |
| 10,710 | 21 → 22 |
| 12,150 | 22 → 23 |
| 13,770 | 23 → 24 |
| 15,570 | 24 → 25 |
| 19,170 | 25 → 26 |
| 24,570 | 26 → 27 |
| 31,770 | 27 → 28 |
| 40,770 | 28 → 29 |
| 58,770 | 29 → 30 |

**注意：** 上表中的信息可能会在测试阶段进行更改，恕不另行通知。

**过热**

如果运动鞋被使用超过用户的每日能量上限，运动鞋将进入过热状态并停止工作。


---

# 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/neng-yuan-yu-neng-yuan-shang-xian.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.
