# Battle

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

**Gameplay Introduction**:

In the game, players can assign generals and troops to attack other players from a list of players.&#x20;

Victorious players can earn military merit and plunder resources from other players.&#x20;

Each battle requires spending **3** point of general stamina.&#x20;

If a player is under protection, they cannot be attacked.

The details of the opponent can be obtained through spy before the attack

**Spy**

Specific generals can be selected for scouting&#x20;

Spy consumes **1** point of general stamina

After the spy action, the opponent's ??? unknown information can be changed to certain information

**Defense Team Configuration**:

Players can assign a specific general and troop team for defense, which will participate in battles when attacked.&#x20;

If no specific team is assigned, the team with the highest combined attacking and defensive attributes will participate in the battle.

**Resource Plunder Formula**:

***Plunderable amount of resources = Total resources of the player being attacked - The protected amount in the player's warehouse.***&#x20;

***Actual amount of resources that can be plundered = General carrying capacity + Remaining troops \* 1.***


---

# 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://docs.leagueofthrones.com/game-play/battle.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.
