Given: A level 28 Miner, completely unequipped, with base stats of 32, 18, 15, 17. There is an upgraded Troglodyte in the army. The monster's parameters should be:
attack = 5 (base) + 32 (hero's attack) + 27 (for each level reached after level 1) = 64
defense is similar = 4 + 18 + 27 = 49
In reality, the attack is 45, and the defense is 28.
The difference between the hero's attack and defense = 32 - 18 = 14.
The difference between the Troglodyte's stats = 45 - 28 = 17.
The difference between the Troglodyte's estimated stats = 64 - 49 = 15
So, there's no pattern here either)).
The developers are silent. What am I calculating wrong?