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

image.png

The mining speed buffs from wonders are as follows: 50%, 45%, 40%, ..., 30%, 25%. There are two types of wonders:

To own a wonder, you must destroy all armies stationed there.

Important update from Season 3 When attacking a 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:

  1. Send Troops to Wonders

    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
    

    *Note: