> For the complete documentation index, see [llms.txt](https://manulcraft.gitbook.io/manulcraft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manulcraft.gitbook.io/manulcraft/sanction.md).

# Санкции

Механика санкций (`/t sanctions`)

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

***

#### Основные принципы

* **Длительность:** любая санкция действует **5–7 дней**, после чего снимается автоматически.
* **Цена введения:** единоразовая выплата при инициации санкции.
* **Ежедневная пошлина:** добавляется к налогу (Town Upkeep) каждого города, поддержавшего санкцию.

***

#### Условия введения

1. **Инициация** — мэр города выдвигает предложение о санкции.
2. **Голосование** — необходимо набрать нужное количество городов-участников (зависит от типа санкции).
3. **Статус участников** — города-участники не должны находиться в состоянии войны с целью на момент введения.

***

#### Виды санкций

| Санкция                                                    | Города | Цена введения | Ежедневная пошлина |
| ---------------------------------------------------------- | ------ | ------------- | ------------------ |
| **Торговые ограничения** (`TRADE_RESTRICTION`)             | 5      | 450₸          | 40₸                |
| **Промышленное эмбарго** (`INDUSTRIAL_EMBARGO`)            | 3      | 520₸          | 70₸                |
| **Повышение налогов** (`TAX_INCREASE`)                     | 6      | 550₸          | 65₸                |
| **Снижение покупательной способности** (`BUYER_REDUCTION`) | 3      | 475₸          | 75₸                |
| **Технологический запрет** (`TECH_BAN`)                    | 7      | 625₸          | 85₸                |
| **Продовольственная блокада** (`HUNGER_BLOCKADE`)          | 3      | 300₸          | 60₸                |
| **Заморозка активов** (`BANK_FREEZING`)                    | 5      | 500₸          | 80₸                |
| **Военная деморализация** (`MILITARY_DEMORALIZATION`)      | 5      | 800₸          | 120₸               |
| **Инспекция ООН** (`UN_INSPECTION`)                        | 5      | 720₸          | 150₸               |

***

#### Последствия для инициаторов

Города, поддержавшие санкцию, должны тщательно рассчитывать бюджет. Если казна опустеет из-за накопившихся ежедневных пошлин, город может обанкротиться или автоматически отозвать поддержку — это приведёт к досрочному снятию санкций с цели.

***

#### Команды

| Команда                  | Назначение                              |
| ------------------------ | --------------------------------------- |
| `/t sanctions list`      | Просмотр активных санкций в мире        |
| `/t sanction [название]` | Поддержать введение санкции против цели |


---

# 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://manulcraft.gitbook.io/manulcraft/sanction.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.
