# 装备仓库

<figure><img src="/files/vBjHosngWBuq2nWcKKkJ" alt=""><figcaption></figcaption></figure>

装备仓库是用来合成装备和穿戴装备的，在这里你需要用指定的Token资产来合成你所需要的装备，装备合成后，会自动到仓库里，需要你自己先去穿戴，然后才能使用。

等级越高的装备所消耗的资产就越多，当然收益也就越多。

## 装备仓库的作用

**装备仓库的数据是和链上数据实时同步的。**

<mark style="color:orange;">**装备合成**</mark>：如果你需要合成某一种装备时，需要在仓库内完成，装备合成后，该装备就会自动上传所属的类目里。

<mark style="color:orange;">**装备检阅**</mark>：当你进入到链游仓库内，可以查看每个场景类目里的NFT装备和耐久度等等。

<mark style="color:orange;">**装备穿戴**</mark>：当你获得装备后，想用该装备生产材料时，需要到装备仓库找到该装备进行穿戴。

<mark style="color:orange;">**装备卸载**</mark>：已穿戴的NFT装备，是可以卸载到仓库的，例如你装备不想继续生产材料了，可以在场景中卸载，卸载后会自动到装备仓库里。但是装备卸载之前必须是耐久度满格和冷却期已满，如果耐久度不是满格，装备是无法卸载的。装备如果还在冷却期也是不能卸载到仓库的。

<mark style="color:orange;">**NFT售卖**</mark>：仓库内的每一个NFT装备都是写在链上的，也是与NFT交易市场的数据实时同步的，如果你想在交易市场挂卖出售自己的装备，链上合约会自动同步你目前的仓库装备数据，并进行读取帮你售卖。

<mark style="color:orange;">**NFT买入**</mark><mark style="color:orange;">：</mark>相同原理，如果你在NFT交易市场买了一个装备，该装备也会通过链上数据自动同步到你的仓库，你就可以拿该装备到对应的游戏场景中生产材料了。


---

# 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.timefarm.org/zh/storehouse.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.
