# 能量系统

**能量系统**

能量值会在每 6 小时补充 25%，直至达到上限。如果用户刚开始购买一只跑鞋，能量上限将会增加 2 点；购买三只跑鞋则能增加 4 点能量上限。用户可以获取更多或质量更好的跑鞋，以增加能量上限。计算法如下：

<table><thead><tr><th width="540.3333333333333" align="center">跑鞋数量</th><th align="center">能量</th><th align="center">移动和收益时间（分钟）</th></tr></thead><tbody><tr><td align="center">1</td><td align="center">2</td><td align="center">10</td></tr><tr><td align="center">3</td><td align="center">4</td><td align="center">20</td></tr><tr><td align="center">9</td><td align="center">9</td><td align="center">45</td></tr><tr><td align="center">15</td><td align="center">12</td><td align="center">60</td></tr><tr><td align="center">30</td><td align="center">20</td><td align="center">100</td></tr></tbody></table>

用户若有质量更好的跑鞋，即可获得更多能量（累积算法）：

1. 拥有标准跑鞋： +1 活力
2. 拥有活跃跑鞋： +2 活力
3. 拥有职业跑鞋： +3 活力
4. 拥有健将跑鞋： +4 活力

{% hint style="info" %}
**例一：**

标准跑鞋 + 1 只基本跑鞋 = 3 格总能量（2 格基础能量 + 1 格额外能量）

&#x20;

**例二：**

活跃跑鞋 + 1 只基本跑鞋 = 8 格总能量 （4 格基础能量 + 4 格额外能量）
{% endhint %}


---

# 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://docs.1move.io/zh/you-xi-hua-jin-rong-xi-tong-he-ji-zhi/neng-liang-xi-tong.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.
