Damage
The amount of damage dealt when attacking a unit is calculated using the following formula: - Damage1*N*(Attack1/Defense2), where:
- Damage1 - the damage of the attacking unit in the squad. It can randomly change between maximum and minimum values. You can use the "Bless" spell to make the squad deal maximum damage, and "Curse" to make it deal minimum damage.
- N - the number of units in the attacking squad
- Attack1 - the total attack value (squad + hero) of the attacking side
- Defense2 - the total defense value (squad + hero) of the defending squad
The resulting value is rounded up.
Example: 196 peasants attack 1 dragon.
According to the formula, we have 1*196*(2/12)=32.6
but my peasants deal 69
Added 2 minutes later
Besides the speed of the slowest monster in the army, artifacts also affect the hero's movement range on land.
