# 体能水平

每个用户都会经历一个为期14天的健身旅程，这个旅程模拟了GGT、神秘盒子、PvP和物品碎片收益的现实波动。

体能水平系统的目的是通过奖励活跃用户并激励不活跃用户变得更加活跃，来鼓励持续的户外运动。

**特殊效果**

在用户进行14天的健身旅程时，他们会按照以下顺序体验不同的特殊效果：**软脚 -> 疼痛脚 -> 强健脚**。这些特殊效果的详细说明如下：

* **软脚（100%收益）**：此阶段标志着用户体验的开始，新用户或从不活跃状态返回的用户从此开始。用户每天使用至少2能量即可在健身旅程中前进。
* **疼痛脚（50%至150%收益）**：在前进几天后，用户的收益将减少，最低可降至50%。然而，如果他们继续前进，收益将增加到150%。
* **强健脚（150%收益）**：在连续14天每天使用2能量后，用户将进入强脚阶段，并获得150%的收益。只要用户在每5天内的某一天使用至少2点能量，他们就可以维持强脚状态。否则，他们将开始倒退回疼痛脚阶段。

**两种极端特殊效果**

* **纸脚**：如果用户连续60天以上不活跃，他们将收到纸脚效果，导致收益减少90%。这90%的收益将直接进入幸灾乐祸池。要恢复到软脚状态，用户必须在30天内使用120能量。在纸脚效果下，他们不能出售或转移任何资产，直到效果解除。
* **钻石脚**：如果用户在1000天内每天保持活跃并使用2能量且没有健身等级倒退，他们将获得永久的钻石脚效果。此效果将用户豁免于纸脚、疼痛脚和软脚效果，提供了一个显著的长期激励来保持持续活动。


---

# 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/jian-shen-mo-kuai/ti-neng-shui-ping.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.
