# 能源限制

### 能量棒

我们会在游戏中设计一个能量条，玩家需要经常给它充电以维持你的挖矿设备工作。开始时你的基本能量上限为500，但你可以通过持有游戏中的会员卡来升级能量。

* 每张铜会员卡可增加300点能量限额
* 每张银会员卡可增加500点能量限额

看看以下这张图片，这个玩家有2张（CFB）铜会员卡，1张（CFE）银会员和1张（CFP）银会员的卡装备。注意，他还有一张额外的（CFB）银会员卡但不能使用0，因为在游戏中每个资源装备限制使用两张卡。

![](/files/0nCxFwBieRtzjadiPXGK)

{% hint style="info" %}
任何账户的基本能量都是500点，但在这个例子中，他有这些会员卡，因此他的能量条上总共有最大上限2100点。
{% endhint %}

### 兑换

你需要CFP代币来补充你的能量条，每个CFP代币可以给你5个能量代币。

![](/files/BKDkAsoU2G15sU6Ta4L5)


---

# 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://wikicn.cryptofarms.me/the-game/hui-yuan-zi-ge/neng-yuan-xian-zhi.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.
