> For the complete documentation index, see [llms.txt](https://docs.playstrix.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.playstrix.net/oneblock/clans/clans-levels.md).

# Уровни клана

{% hint style="info" %}
Кланы могут улучшать свой уровень, получая очки клана за различные действия.\
Клановые токены можно купить у торговца на спавне (или /strixshop), получить за прохождение BattlePass, а в будущем (мы надеемся) - выполняя клановые задания.
{% endhint %}

## <mark style="color:$primary;">Для чего нужны уровни клана?</mark>

<mark style="color:$primary;">**Уровни клана**</mark> открывают для участников новые возможности и простор для реализации своего объединения. С повышением уровня клана поднимаются многие лимиты. Например, количество участников клана или количество клановых хранилищ.

## <mark style="color:$primary;">Лимиты баннера клана</mark>

* <mark style="color:$primary;">0 уровень</mark> - возможность выбрать один из предустановленных баннеров с помощью <mark style="color:$primary;">/clan banner view</mark>
* <mark style="color:$primary;">3 уровень</mark> - возможность установить собственный баннер
* <mark style="color:$primary;">10 уровень</mark> - возможность выбрать один из *особых* предустановленных баннеров

## <mark style="color:$primary;">Лимит точек базы клана</mark>

| Уровень | Точек базы клана |
| :-----: | :--------------: |
|    2    |         1        |
|    15   |         2        |
|    30   |         3        |
|    45   |         4        |
|    60   |         5        |

## <mark style="color:$primary;">Лимит союзов с другими кланами</mark>

| Уровень | Кол-во союзов |
| :-----: | :-----------: |
|    1    |       1       |
|    3    |       2       |
|    5    |       3       |
|    10   |       4       |
|    15   |       5       |

## <mark style="color:$primary;">Лимит участников клана</mark>

| Уровень | Кол-во участников клана |
| :-----: | :---------------------: |
|    1    |            4            |
|    3    |            5            |
|    5    |            6            |
|    6    |            7            |
|    7    |            8            |
|    8    |            9            |
|    9    |            10           |
|    15   |            15           |
|    25   |            20           |
|    35   |            25           |
|    45   |            30           |

## <mark style="color:$primary;">Лимит хранилищ клана</mark>

| Уровень | Кол-во хранилищ |
| :-----: | :-------------: |
|    1    |        1        |
|    5    |        2        |
|    10   |        3        |
|    15   |        4        |
|    20   |        5        |
|    25   |        6        |
|    30   |        7        |
|    35   |        8        |
|    40   |        9        |

[Заметили ошибку в тексте статьи или считаете, что здесь не хватает другой полезной информации? Сообщите нам об этом, используя тикет в Discord!](https://discord.com/channels/557112955586740227/894200322963144784)


---

# 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://docs.playstrix.net/oneblock/clans/clans-levels.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.
