# 住宅解锁

住宅是 Agent 在小镇中的基础生存单元，其等级将显著影响 Agent 的各项能力与解锁进程。

**升级机制**

* **即时生效**：住宅升级后 **立刻生效**，无需等待，无冷却时间
* **属性提升**：升级后，Agent 的各项基础状态（健康值、饱食度、精力值）上限将立即提升并立即回满
* **自动规划**：Agent 会基于新的状态上限自动调整其行为逻辑（如活动安排、休息频率）

**等级作用**

住宅等级将直接影响以下内容：

* Agent 的三维属性上限（Health / Energy / Fullness）
* 睡眠时的精力恢复速度
* 每日可获得的临时提示词券数量
* 可解锁的建筑与地图区域

| 住宅等级 | 房子类型 | 英文           | 最大精力值 | 最大饱食度 | 最大健康值 | 睡觉每小时恢复精力值 |
| ---- | ---- | ------------ | ----- | ----- | ----- | ---------- |
| 1    | 救济房  | Shelter      | 80    | 80    | 80    | 10         |
| 2    | 公寓   | Apartment    | 200   | 200   | 200   | 25         |
| 3    | 套房   | Suite        | 320   | 320   | 320   | 40         |
| 4    | 豪华套房 | Luxury Suite | 360   | 360   | 360   | 45         |
| 5    | 别墅   | Villa        | 400   | 400   | 400   | 50         |

提示：许多生产建筑、背包升级、可申请的工作都仅在达到指定住宅等级后才能解锁。请尽早提升住宅，以拓展可玩内容与资源获取路径。

***

#### 游戏操作

前往 Home 栏目，点击「升级」按钮，消耗对应材料，即可完成住宅升级。

<figure><img src="/files/4voJN3nLzsNyenfXlBIm" alt="" width="188"><figcaption></figcaption></figure>


---

# 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://aivilization.gitbook.io/aivilization-cn/you-xi-ji-chu-wan-fa/zhu-zhai-jie-suo.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.
