# Advanced Movement

## Dodging

The player can press the dodge button and a direction to jump in a directiona nd try to avoid their opponents blows.

A successfully completed dodge move provides a measure of defense against attacks that woudl otherwise cause them damage.&#x20;

## Blocking

The player can press the block button to absorb a blow with either their weapon (a parry) or their shield (if they have one).&#x20;

Blocking drains endurance while the block button is being pressed, and endurance can be regained while it is not. Careful management of a players endurance can allow them to block multiple blows and not take damage.

Blocking does damage the weapon that is being used. Over time it will become less effective and eventually break.&#x20;

## Counter Moves

These are performed by pressing the block and attack button at the same time while the enemy target is performing an attack. They will cause the opponent to become open to a follow up attack.

Timing is important to successfully land a counter move and unbalance your# opponent.


---

# 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://halls-of-olympia-developers.gitbook.io/halls-of-olympia/gladiatorial-combat/combat-overview/playable-gladiator-combat-mode-in-progress/advanced-movement.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.
