This is an event that takes place throughout the season. Guilds must fight to conquer world wonders in order to receive benefits from these wonders.
I. World Wonder
The mining speed buffs from wonders are as follows: 50%, 45%, 40%, ..., 30%, 25%. There are two types of wonders:
- Unique Wonders: Provide a 30%-50% buff; limited in quantity.
- Normal Wonders: Provide a 25% buff; quantity depends on the number of guilds.
To own a wonder, you must destroy all armies stationed there.
- Each guild can own only one wonder.
- If no army is stationed at a wonder, it becomes ownerless.
Important update from Season 3
When attacking a wonder:
- If your attack troops are more than the defense troops, the wonder becomes ownerless. The defending guild loses the wonder, and any extra attack troops return to you.
- To own the wonder, you need to send two attacks: the first to remove all defending troops, and the second to take over the wonder.
You can only own a wonder if no troops are defending it.
Example: A attacks (1000) to WW (100 troops). After the battle, 900 troops will return. WW drops to 0 troops. At this point, A must attack again to occupy the wonder
II. Game Play
Manage troops in Wonders for Attack or Defense.
You can manage troops in wonders through the following actions:
-
Send Troops to Wonders
- Players can send troops to support their guild in attacking or defending.
- 1 BEE = 1 Troop: Players can double the number of troops they send by spending 450 CANDY (this applies only to troops sent by individual players, not guild troops).
- Movement time depends on troop quantity and server speed:
troopAmount: totaltroop mount
svSpeed: server speed (1,2,3,...)
troopSpeed: troop speed (0.1 -> 1)
minutes = 4 * sqrt(amount)
minutes = minutes / troopSpeed
min_minutes = 60 //1 hours
max_minutes = 6 * 60 //6 hours
time = minutes / svSpeed
- Amount 10: 60 minutes (minimum limit of 1 hour applied).
- Amount 100: 60 minutes (minimum limit of 1 hour applied).
- Amount 1000: ~126.49 minutes (around 2 hours and 6 minutes).
- Amount 10,000: 360 minutes (maximum limit of 6 hours applied).
*Note: