# Combat

Combat is turn-based, with the speed stat indicating turn order. The operators with the highest speed stat will always go first. In cases where operators have the same speed stat, attackers with the highest speed go first. Once turn order is established, the order remains the same throughout the rest of the battle.&#x20;

Operators take one action per turn, and players can plan in advance when their operators might take different actions with their specials and equipment.

<br>


---

# 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://tiltyard.gitbook.io/midnight-heist/combat.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.
