> For the complete documentation index, see [llms.txt](https://wiki.minfi.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.minfi.ru/guides/remont-predmetov/sozdanie-remontnykh-naborov.md).

# Создание ремонтных наборов

{% hint style="success" %}
Все **новые** крафты присутствуют так же и во внутриигровой книге рецептов. Новые игроки автоматически изучают все рецепты при первом входе в игру.
{% endhint %}

## Сталь

Материал, образованный после взаимодействия железного слитка и топлива в Печи или Плавильной печи. &#x20;

<figure><img src="/files/LpOvzMOSlnovRgjHTpYT" alt=""><figcaption><p>Печь или Плавильная печь</p></figcaption></figure>

{% hint style="warning" %}
В плавильной печи сталь производится в 2 раза быстрее!
{% endhint %}

## Шестерня

Базовый материал для создания ремонтных наборов.

<figure><img src="/files/QbPHlN717cTSl7ZhkRRv" alt=""><figcaption><p>Верстак</p></figcaption></figure>

## Обычный ремонтный набор <mark style="color:orange;">(100 ед.)</mark>

<figure><img src="/files/Qk417eFcg3z2hj8jCkZy" alt=""><figcaption><p>Верстак</p></figcaption></figure>

## <mark style="color:green;">Необычный ремонтный набор</mark> <mark style="color:orange;">(250 ед.)</mark>

<figure><img src="/files/W1A77PEjd6JAXoc33f3D" alt=""><figcaption><p>Верстак</p></figcaption></figure>

## <mark style="color:blue;">Редкий ремонтный набор</mark> <mark style="color:orange;">(550 ед.)</mark>

<figure><img src="/files/57em99YQdUeNrouIcvjb" alt=""><figcaption><p>Верстак</p></figcaption></figure>

## <mark style="color:purple;">Эпический ремонтный набор</mark> <mark style="color:orange;">(1000 ед.)</mark>

<figure><img src="/files/D0p27psvmRvO6tzPSQbZ" alt=""><figcaption><p>Верстак</p></figcaption></figure>

## <mark style="color:yellow;">Легендарный ремонтный набор</mark> <mark style="color:orange;">(5000 ед.)</mark>

<figure><img src="/files/FLPwQuMVBj27uH09fwof" alt=""><figcaption><p>Верстак</p></figcaption></figure>

{% hint style="warning" %}
Связующий гель можно добыть убивая кастомных мобов в данжах!
{% 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.minfi.ru/guides/remont-predmetov/sozdanie-remontnykh-naborov.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.
