> For the complete documentation index, see [llms.txt](https://wiki.tuesday-prime.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.tuesday-prime.ru/dobro-pozhalovat/tuesday/kastomnye-krafty.md).

# Кастомные крафты

***

{% tabs %}
{% tab title="Трюкач" %}
Трюкач - выполняет рывок в сторону взгляда.

![](/files/zSUtnfTZwuBktrxUHbJy)
{% endtab %}

{% tab title="Колючки страданий" %}
Колючки страданий - наносят урон , с некоторым шансом, всем, кто бьет игрока.

![](/files/XE8kuXNneCS8AE9YEaF1)
{% endtab %}

{% tab title="Крепкий панцирь" %}
Крепкий панцирь - поглощает 60% всего входящего урона по игроку.

![](/files/9NKZ2ly7kzn4a4ovTY9o)
{% endtab %}

{% tab title="Анти-левитация" %}
Анти-левитация - убирает урон от падения.

![](/files/7VJ1wvGm0wTpM8Hr5dZa)
{% endtab %}

{% tab title="Хрупкое сердце" %}
Хрупкое сердце - добавляет 5 дополнительный сердец игроку.

![](/files/wXE2Brv9RwAhmAKgvXou)
{% endtab %}

{% tab title="Ярость Павшего" %}
Ярость Павшего - при малом количестве здоровья, дает игроку полезные эффекты.

![](/files/vet3QghiHM48hSwxBsQK)
{% endtab %}
{% endtabs %}

{% hint style="info" %}
Все артефакты работают только, если находятся в <mark style="color:green;">**9 слоту**</mark> хотбара.&#x20;
{% 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.tuesday-prime.ru/dobro-pozhalovat/tuesday/kastomnye-krafty.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.
