# Who participates in the mini-duel

#### The following must participate in the mini-duel: <mark style="color:red;">Attacking piece</mark> and <mark style="color:green;">Defending piece</mark>.

May also participate:

* **From the side of the attacking piece:** all pieces of the attacking player that can also attack the defending piece.
* **From the side of the defending piece:** all the pieces of the defending player that can attack the square where the defending piece stands.

#### Let's take a look at an example:

<figure><img src="/files/SKIFPXV0CZ2ceNGG1D4u" alt=""><figcaption></figcaption></figure>

#### Suppose a Zombie Pawn Warrior is attacking an Elven Pawn Warrior (big red arrow). In this case, these two Pawns will definitely participate in the mini-duel.&#x20;

But, since **the Elven Warrior Pawn can also be attacked by** Zombie Knight Warrior and Zombie Bishop Warrior (thin red arrows), they can also participate in this mini-duel.&#x20;

At the same time, **Elven Pawn Warrior is under the protection of** two Elven Pawn Mage and Elven Knight Warrior, respectively, they can also participate in this mini-duel.

#### *Such a mechanic of determining the pieces participating in mini-duels gives players an excellent opportunity to "Draw" strong enemy pieces (for example, the King or Queen) into the duel, focusing their attack on them and significantly weakening the opponent's position in a chess game.*


---

# Agent Instructions: 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:

```
GET https://shedever-studio.gitbook.io/chess-zombies-wpeng/gameplay/tbs/who-participates-in-the-mini-duel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
