> For the complete documentation index, see [llms.txt](https://docs.empiresbattle.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.empiresbattle.com/ru/empires-battle-world-of-steam/rezhimy-igry/pvp-dinamichnyi-rezhim.md).

# PvP динамичный режим

PvP динамичный режим имеет точно такие же правила подбора игроков и ставок на бой, как и в статичных режимах.

Бои PvP проходят на небольших аренах, по которым можно передвигаться, как по вертикали, так и по горизонтали.

## 1. На выживание

Игроки сражаются до победы, пока не будут уничтожены все противники из другой команды. Каждый игрок может возродиться 3 раза за одну сессию боя (не считая специальных умений героев, способных воскрешать союзников).

> Длина игровой сессии — 5 минут.

## 2. Захват флага (2vs2, 3vs3)

Каждая команда должна защищать свою базу на которой установлен флаг. Цель — захватить флаг противников и доставить на свою базу. Побеждает команда, которая первой совершит 3 захвата флага.

> Длина игровой сессии 7 минут.

## 3. [Клановые войны (5vs5)](/ru/empires-battle-world-of-steam/rezhimy-igry/klanovye-voiny.md)

Данный PvP режим доступен только для игроков, которые состоят в одном клане. Сражение проводится против игроков другого клана.

На карте размещены 3 точки добычи ресурсов. Игроки одной команды должны захватить как можно больше месторождений и удерживать их, защищаясь от враждебного клана.

Каждая секунда удержания дает 1 ед. очков в секунду. Команда первая набравшая 300 очков побеждает.

***


---

# 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://docs.empiresbattle.com/ru/empires-battle-world-of-steam/rezhimy-igry/pvp-dinamichnyi-rezhim.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.
