> For the complete documentation index, see [llms.txt](https://wiki.holyworld.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.holyworld.me/lite/items/backpack.md).

# Рюкзак

Рюкзак – специальный шалкер, позволяющий хранить определенное количество предметов, открытие которого доступно в любом месте правой кнопкой мыши.

## Как открыть рюкзак

Чтобы открыть рюкзак, нажмите правую кнопку мыши, удерживая его в руке.

## Виды рюкзаков

### Рюкзак 1 уровня

<div data-with-frame="true"><figure><img src="https://3790110358-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdUjrpZZ2IIJeYTVyn1S1%2Fuploads%2Fgit-blob-de22532f4d7380e3fec88012dc34af790e4f620c%2Fbackpack-1.png?alt=media" alt=""><figcaption><p>Крафт рюкзака 1 уровня</p></figcaption></figure></div>

| Количество слотов | Ингредиенты для крафта                 | Как получить |
| ----------------- | -------------------------------------- | ------------ |
| 9 слотов          | Шалкеровый ящик и 8 незеритовых блоков | Скрафтить    |

### Рюкзак 2 уровня

<div data-with-frame="true"><figure><img src="https://3790110358-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdUjrpZZ2IIJeYTVyn1S1%2Fuploads%2Fgit-blob-b7bc7c04f38f128f07eaefa885905dbf0ccb98da%2Fbackpack-2.png?alt=media" alt=""><figcaption><p>Крафт рюкзака 2 уровня</p></figcaption></figure></div>

| Количество слотов | Ингредиенты для крафта                 | Как получить |
| ----------------- | -------------------------------------- | ------------ |
| 15 слотов         | Рюкзак 1 уровня и 8 незеритовых блоков | Скрафтить    |

### Рюкзак 3 уровня

<div data-with-frame="true"><figure><img src="https://3790110358-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdUjrpZZ2IIJeYTVyn1S1%2Fuploads%2Fgit-blob-5a90ea3a43e843b061899231bb09f518689c678e%2Fbackpack-3.png?alt=media" alt=""><figcaption><p>Крафт рюкзака 3 уровня</p></figcaption></figure></div>

| Количество слотов | Ингредиенты для крафта                 | Как получить |
| ----------------- | -------------------------------------- | ------------ |
| 21 слот           | Рюкзак 2 уровня и 8 незеритовых блоков | Скрафтить    |

### Рюкзак 4 уровня

<div data-with-frame="true"><figure><img src="https://3790110358-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdUjrpZZ2IIJeYTVyn1S1%2Fuploads%2Fgit-blob-3543ffaffa2bdabfaf6adaced3bb84f0952c9099%2Fbackpack-4.png?alt=media" alt=""><figcaption><p>Крафт рюкзака 4 уровня</p></figcaption></figure></div>

| Количество слотов | Ингредиенты для крафта                 | Как получить |
| ----------------- | -------------------------------------- | ------------ |
| 27 слотов         | Рюкзак 3 уровня и 8 незеритовых блоков | Скрафтить    |

### Рюкзак Infinity

<div data-with-frame="true"><figure><img src="https://3790110358-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdUjrpZZ2IIJeYTVyn1S1%2Fuploads%2Fgit-blob-149c8f6898f6b7d974c7f313469fda7c87b14430%2Fbackpack-infinity.png?alt=media" alt=""><figcaption><p>Рюкзак Infinity</p></figcaption></figure></div>

| Количество слотов | Ингредиенты для крафта | Как получить                      |
| ----------------- | ---------------------- | --------------------------------- |
| 36 слотов         | Нельзя скрафтить       | Купить в премиум-магазине `/shop` |

## Особенности рюкзаков

### Ограничение в PvP режиме

Во время PvP из рюкзаков нельзя вытащить тотемы бессмертия и талисманы.

### Режим шалкера

При наличии двух или более рюкзаков в инвентаре активируется «Режим шалкера». В этом режиме все шалкеровые ящики и рюкзаки выпадают из инвентаря при выходе с сервера.

{% hint style="info" %}
Для избежания потери рюкзаков рекомендуется хранить в инвентаре не более одного рюкзака одновременно.
{% endhint %}


---

# 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://wiki.holyworld.me/lite/items/backpack.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.
