Power & Fortification

Power determines your strength when attacking, while Fortification determines your defense when attacked. The difference between the attacker's power and the defender's fortification determines the winning chance. In a tie, the defender has a slight advantage.
Formula for battles:
// 2^your_power / (2^your_power + (2^enemy_fortification) * 1.2)
Power also impacts maximum stash for the first 10 levels of Power by adding one hour to the Banked (staked) counter. More information can be found on the Stash & Max Stash page.
Power and Fortification can also be upgraded to increase your Energy.
Formula:
// ((power_level + fortification_level) * 0.334).
The following table shows the leveling curves (which will appear rounded in-game):

Last updated