> For the complete documentation index, see [llms.txt](https://whitepaper.allinoneout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.allinoneout.com/the-game/battle.md).

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