# Battle Mechanism

**Basic Battle Rules:**&#x20;

Generals lead soldiers to form combat units.

Battles in the game are turn-based.&#x20;

The attacking and defending sides take turns based on their speed values. If their speed values are the same, then the attacking side goes first.&#x20;

In each battle, the number of troops lost by the attacked side is calculated, and if one side's troop count falls to 0, they lose the battle.

**Battle Formula:**&#x20;

***Number of enemy troops killed by the attacking side = Attacking side's attack \* General counterattack coefficient / Defending side's defense \* Current number of troops for the attacking side / 10.***
