> For the complete documentation index, see [llms.txt](https://wiki.minetown.site/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.minetown.site/guide/unique-plugins/mtt.md).

# Технологии города (/mtt)

### **Основные команды**

**/mtt** — открыть меню технологий.

**/mtw** — открыть склад города.

**/mtw toggle** **on/off** — выключить/включить склад для жителей города. Команда доступна только Мэру города. Если выключить склад, то им сможет пользоваться складом только Мэр.

### Основная информация

Будучи **Мэром** города, вы можете прокачивать технологии своего города за счет денег с его баланса (пополнить баланс города могут все жители командой /t deposit).

У каждой технологии города есть пять уровней. Каждый из них увеличивает шанс выпадения бонуса или же накладывает на ваших жителей постоянный положительный эффект и увеличивает его уровень в зависимости от прокачки, зависит от технологии.

На данный момент существует пять ветвей технологий города:&#x20;

1. военные технологии.
2. охотничьи технологии.
3. шахтерские технологии.
4. сельскохозяйственные технологии.
5. городской склад для жителей города /mtw.

На картинках ниже вы можете ознакомиться с бафами и стоимостью каждой ветви МТТ.

<figure><img src="https://sun9-47.userapi.com/impg/2BwTPPjOi_5xhqL0AKtMkXOx_8plmzjR5kKs2g/fFiLAoNTnpw.jpg?size=624x272&#x26;quality=96&#x26;sign=36db600182844d3ca8fb98c645b0db54&#x26;type=album" alt="Руководство «Технологии города» (MTTechnologies), изображение №1"><figcaption></figcaption></figure>

У каждой технологии пять уровней, каждый из которых увеличивает шанс выпадения бонуса или же увеличивает уровень эффекта, зависит от технологии.


---

# 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.minetown.site/guide/unique-plugins/mtt.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.
