# Combat System

- [Battlefield](https://starfall-handbook.rosentica.jp/combat-system/battlefield.md)
- [Combat Flow](https://starfall-handbook.rosentica.jp/combat-system/combat-flow.md)
- [Action Sequence](https://starfall-handbook.rosentica.jp/combat-system/action-sequence.md)
- [Target Selection](https://starfall-handbook.rosentica.jp/combat-system/target-selection.md)
- [Enemy Detection](https://starfall-handbook.rosentica.jp/combat-system/enemy-detection.md)
- [Displacement](https://starfall-handbook.rosentica.jp/combat-system/displacement.md)
- [Damage Types](https://starfall-handbook.rosentica.jp/combat-system/damage-types.md)
- [Weapon Power & Resistance](https://starfall-handbook.rosentica.jp/combat-system/weapon-power-and-resistance.md)
- [Damage Calculation](https://starfall-handbook.rosentica.jp/combat-system/damage-calculation.md)
- [Critical Hit Check](https://starfall-handbook.rosentica.jp/combat-system/critical-hit-check.md)
- [Critical Damage](https://starfall-handbook.rosentica.jp/combat-system/critical-damage.md)
- [Evasion Check](https://starfall-handbook.rosentica.jp/combat-system/evasion-check.md)
- [Displacement Check](https://starfall-handbook.rosentica.jp/combat-system/displacement-check.md)
- [Buff & Debuff](https://starfall-handbook.rosentica.jp/combat-system/buff-and-debuff.md)
- [Debuff Application Check](https://starfall-handbook.rosentica.jp/combat-system/debuff-application-check.md)


---

# 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.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.
