> 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/empires-battle-world-of-steam/game-modes/pvp-2vs2-static-mode.md).

# PvP 2vs2 static mode

The online PvP 2vs2 mode becomes available to the player when his character reaches level 9.

## **Mode essence**

To fight other players online, choose any character from your collection that has reached **Level 9**. Play in the standard survival mode. The player does not see the enemy character, he only sees the level of his health, the number of killed Mobs, and the portrait of the enemy.

**{THIS GAME MODE IS ILLUSTRATED HERE}**

The game offers two enemies to choose from:

* [by the level](#choosing-the-enemy-by-the-level) (0–9, 10–19, 20–29, etc.);
* [free choice](#random-choice-of-the-enemy) (the system ignores players' levels and chooses enemies at random).

The player can also invite a player from the list of friends or by the nickname to the team. Players are given 30 seconds to prepare for the battle: at this moment, the players decide who will stand on which side. The characters are located on a hill, next to each other, and each of them defends his side of the hill.

### **Choosing the enemy by the level:**

The player has to choose a character for the fight. Optionally, one can use herbs and potions from the store. Next, the player makes a bet in tokens (10/20/30/40/50… coins). After that, the system chooses for the player enemies who are also awaiting the battle in the Choose The Enemy By The Level mode.

* *If the players win*, they get x 1.3 [DUST](/token.md)[ ](/token.md)from the bet and +5 points to the rating.
* *If the players lose*, they lose all the [DUST](/token.md)[ ](/token.md)they have bet and four rating points.

### **Random choice of the enemy:**

The player has to choose a character for the fight. Optionally, one can use herbs and potions from the store. Next, the player makes a bet in tokens (10/20/30/40/50… coins). After that, the system chooses enemies for the player who are also awaiting the battle in the Choose The Enemy At Random mode.

* *If the players defeat opponents of equal or lower level*, they get x1.4 [DUST](/token.md)[ ](/token.md)of the bet and +7 points to the rating.
* *If the players defeat opponents of higher level*, they get x1.6 [DUST](/token.md)[ ](/token.md)of the bet and +10 points to the rating.
* *If the players lose to opponents of lower level*, they lose all the [DUST](/token.md)[ ](/token.md)they have bet and nine rating points.
* *If the players lose to opponents of higher level*, they lose all the [DUST](/token.md)[ ](/token.md)they have bet and five rating points.

***

## ⚔️ [**PvP dynamic mode**](/empires-battle-world-of-steam/game-modes/pvp-dynamic-mode.md)


---

# 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/empires-battle-world-of-steam/game-modes/pvp-2vs2-static-mode.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.
