Skip to content

Round table

User Avatar
#2371
Auto-translated
simplified damage formula (example):

100 troglodytes
attack (own (4) + hero (5)) = 9 (X)
attack skill (base) = 10%
damage of one troglodyte 1-3

WITHOUT ANY ATTACK/DEFENSE calculations, we will deal 100-300 damage

now we need the difference between our attack and the defense of the target we are attacking (Y), for the same dwarves, Y = 7

X-Y = 9-7 = 2 - this number is multiplied by 5 (%) = +10% to the total damage (100-300)

and we also have +10% from the base attack - in total +20%

100-300 + 20% = 100+20 (minimum damage) - 300+60 (maximum) = 120-360

P.S.: this is when our attack is greater than the target's defense (if our attack is lower, it is calculated slightly differently)
P.P.S.: in short, if the attack-defense difference is POSITIVE, then +5% to the damage for each unit of difference, and if it is NEGATIVE, -2.5% of the damage for each unit.
P.P.P.S.: I might have overcomplicated it, it's just at the level of thinking, not calculations.