# Action Sequence

Characters act based on their ***Speed***, determining the turn order within each round.

Example:

* **A** represents your side, and **B** represents the enemy. The numbers indicate the speed of each mercenary, with higher numbers acting first. The action order based on speed would be:

**A100, A95, B90, B80, B75, A70, B60, A50, A20, B10**.

(In other words, mercenaries take turns according to their speed values, and when all have acted, the round ends.)


---

# 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://starfall-handbook.rosentica.jp/combat-system/action-sequence.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.
