# Gamemodes

![](/files/-MkXW6dEcCMD_FLsTJx7)

**Battle system mechanics**\
Defi Warrior battle system is a turn-based game where the goal is to eliminate all enemies the player is facing.&#x20;

A turn is counted when all warriors from one side completes its attack.

The order’s attack of each warrior on each side is determined by its initial hit points, power and identification number respectively.&#x20;

On his turn, the player marks the target on the opponent's side  then selects an active skill of the warrior to make an attack.&#x20;

Each skill has a countdown timer to use. A passive skill will be triggered automatically when it reaches its turn.


---

# 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://defiwarrior-1.gitbook.io/defi-warrior/gameplay.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.
