# Combat Mechanics

1. Combat mechanics are round based
2. All players have a brief period of time to perform their actions
   * Players perform action simultaneously&#x20;
   * Players need to make their action in this period of time
   * Player can choose to do no actions and finish his turn
   * We can start with the round duration of 20 seconds
   * The round will end when time expires or when players makes his actions
3. When player ends his turn, his selected actions will be performed
4. Next round begins and the players make their actions
5. The process repeats until one opponent is defeated
6. If two characters defeat each other in a round (both inflicted lethal attacks) then a battle will be a draw

![](/files/rmwmTNd6kQ6lHSNTCPT5)


---

# 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://path-of-survival.gitbook.io/path-of-survival-2/gameplay/combat-system.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.
