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

# Шаблоны

## Расширенная кастомизация снаряжения

На сервере **ComelyWorld** система кузнечных шаблонов (Armor Trims) получила значительное развитие. Стандартные ограничения версии 1.21 расширены, чтобы предоставить игрокам больше возможностей для визуального самовыражения.

***

### Отделка оружия

Главное нововведение — механику наложения узоров теперь можно применять не только к броне, но и к оружию.

Мечи, топоры, луки, трезубцы и прочее снаряжение получили слоты для кастомизации в кузнечном столе. Используются любые драгоценные материалы — от аметиста до незерита — для создания единого визуального стиля всего комплекта экипировки.

***

### Эксклюзивные шаблоны

В игру добавлены 4 новых кузнечных шаблона, разработанных с учётом геометрии оружия:

| Шаблон | Название отделки |
| ------ | ---------------- |
| 1      | «Заряд»          |
| 2      | «Рельсы»         |
| 3      | «Линия»          |
| 4      | «Мороз»          |

{% 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.comelyworld.online/top/shablony.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.
