> For the complete documentation index, see [llms.txt](https://att.vr42.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://att.vr42.com/basic/items/essentials/backpacks.md).

# 背包

{% embed url="<https://townshiptale.fandom.com/wiki/Category:Backpacks​>" %}

## 背包种类

&#x20; 游戏中的背包主要分为通用背包与专用背包

通用背包指的是所用职业都适合使用，能放任何物品

专用背包指的是适合特定职业使用，只能放大量指定的物品（比如木头，比如矿石）

游戏中的通用背包一共有两种，一是初始的木篓子，有6个格子，二是可以建造的双肩包，有9个格子还能附加各种挂件，三是可以建造的大号双肩包，有16个格子还能附加各种挂件

## 双肩包（9格）的制造

你需要：11个扣环，两个皮革，6根皮带，一个好用的锤子以及足够熟练的敲钉子技巧（防止钉子敲坏后损坏材料）

1. 收集到足够的材料：[皮革](/basic/items/cai-liao/pi-ge.md) [皮带](/basic/items/cai-liao/pi-dai.md) [扣环](/basic/items/cai-liao/kou-huan.md)
2. 去制造屋（市场的旁边），找到书中的双肩包配方，扯下来并放到制造台格子上
3. 就像你在新手教程中制造木篓子一样，按提示制造背包
   1. 首先背包主体放一个皮革
   2. 然后横向背带放一个皮带
   3. 背包盖放一个皮革
   4. 背包主体上的四个带子，放四根皮带
   5. 背包上的九个扣环，5个在前，2个在后，侧面各有一个
   6. 背包带的末端放两个扣环
   7. 把手放两个皮带

![Assemblydeckrecipe backpack.png](https://static.wikia.nocookie.net/atownshiptale_gamepedia_en/images/d/d0/Assemblydeckrecipe_backpack.png/revision/latest/scale-to-width-down/250?cb=20191128090148)

![Backpack](https://static.wikia.nocookie.net/atownshiptale_gamepedia_en/images/a/a6/Constructioncomplete_backpack.png/revision/latest/scale-to-width-down/181?cb=20191124101045)


---

# 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, and the optional `goal` query parameter:

```
GET https://att.vr42.com/basic/items/essentials/backpacks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
