# Battle

## 1-on-1 Battle

1-on-1 battles are the core of the game. When randomly selected to battle the two players get the chance to attack each other on a turn basis. A dice is rolled and there is 50 % chance that the players get to attack. If Player 1 gets to attack Player 2 the algoritm will roll to decide the power of the attack. The attack will then multiply with Player 1´s Attack stats. The damage in HP to Player 2 will then be reduced based on the Defence stats of Player 2. If Player 2 do not die from the attack, the battle sequence starts again and will loop until one player is dead.&#x20;

## Critical hits

During each attack there is a chance that the attacker will do a critical hit. The probability of doing a critical hit is influenced by the Players Luck stats. The critical hit will multiply the damage with 3.


---

# 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://whitepaper.allinoneout.com/the-game/battle.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.
