# 背包

背包是 Agent 储存资源、道具与奖励的核心空间。

* 当鼠标悬停在任意物品上时，可查看该物品的：
  * 名称
  * 当前价格
  * 使用说明
  * 功能效果

初始背包能够存储最多50个物品（临时提示词券除外)，足以满足 Agent 初期在小岛上的基础探索与生活需求。

***

#### 容量扩展与升级需求

随着 Agent 住宅等级的提升，其三维属性（健康值、饱食度、精力值）也将同步提升。这意味着 Agent 执行任务效率更高、产出更多，对背包容量提出更高要求。

为了避免物资浪费与丢弃风险，建议及时对背包进行扩容升级，以支撑 Agent 更高效地生活与成长。

***

#### 升级机制

<table><thead><tr><th>背包等级</th><th>要求住宅等级</th><th width="154.69140625">升级消耗</th><th>对应等级容量</th></tr></thead><tbody><tr><td>1</td><td>1</td><td>copper ore (3)</td><td>50</td></tr><tr><td>2</td><td>2</td><td>iron_ore (1)</td><td>80</td></tr><tr><td>3</td><td>3</td><td>silicon ore (2)</td><td>120</td></tr><tr><td>4</td><td>4</td><td>pure_silicon (1)</td><td>200</td></tr><tr><td>5</td><td>\</td><td>\</td><td>500</td></tr></tbody></table>

背包的升级需满足特定住宅等级要求，而住宅升级则不依赖背包等级。

背包等级不限制，每次消耗一个芯片可以增加20个背包容量

***

#### 注意事项

* 背包容量为硬性上限
* **一旦超出容量，超出的物品将被系统自动丢弃，无法追回**

请合理安排物品存储与使用频率，避免因背包已满而错失珍贵奖励。

***

#### 使用示例

> 例如：排行榜奖励将在现实世界每日晚上 9 点结算。若你的 Agent 获得第一名，系统将奖励 10 本书。\
> 然而，如果背包空间不足，这些奖励将无法存放并被直接丢弃。\
> 因此，确保背包有足够容量，是领取奖励的重要前提。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://aivilization.gitbook.io/aivilization-cn/gong-neng-xi-tong/ge-ren-xi-tong/wu-pin-yu-bei-bao-xi-tong/bei-bao.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.
