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

# Обновление вагонеток

{% hint style="info" %}
На этой странице собраны основные изменения вагонеток.

Здесь вы можете посмотреть изменение скорости на разных блоках и способ объединения вагонеток в сцепку.
{% endhint %}

{% stepper %}
{% step %}

### 1. Изменение скорости

Скорость вагонеток зависит от блока, по которому проходят рельсы.

* На **вощёных окисленных медных блоках** вагонетка едет на **20% быстрее**.
* На **вощёных состаренных медных блоках** вагонетка едет на **30% быстрее**.
* На **вощёных потемневших медных блоках** вагонетка едет на **50% быстрее**.
* На **вощёных медных блоках** вагонетка едет на **80% быстрее**.
* На **песке душ** и **почве душ** вагонетка едет на **50% медленнее**.

<figure><img src="/files/Kb3RHVE538WVZ2FpauiI" alt="Изменение скорости вагонеток на разных блоках"><figcaption><p>Скорость вагонетки меняется в зависимости от блока под рельсами.</p></figcaption></figure>
{% endstep %}

{% step %}

### 2. Объединение вагонеток

Чтобы объединить вагонетки в одну сцепку, возьмите **цепь**.

Затем нажмите **Shift + ПКМ** по каждой вагонетке, которую хотите соединить.
{% endstep %}

{% step %}

### 3. Разъединение вагонеток

Чтобы разъединить сцепку, возьмите **топор**.

После этого нажмите **Shift + ПКМ** по объединённым вагонеткам.

<figure><img src="/files/aDK7kX4FMXuqGd0pJH7D" alt="Разъединение сцепки вагонеток"><figcaption><p>Нажмите Shift + ПКМ топором по сцепке, чтобы разъединить вагонетки.</p></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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:

```
GET https://docs.izzziland.ru/obnovlenie-vagonetok.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.
