World's configuration

TELOX

New Member
Anyone knows what are the configurations for this world?
Specially these ones:
. Game speed
. Unit speed
. Hours of night bonus
. Nobleman distance
. Victory requirements
 

DeletedUser905

Guest
You can get this info from JavaScript console ;)
Code:
6:25:11 PM | got socket.io message        WorldConfig/config Object {id: 3, type: "WorldConfig/config", headers: Object, data: Object}
        data: Object
        barbarian_point_limit: 3500
        barbarian_spawn_rate: 2
        church: true
        church_bonus: Array[4]
            0: 0.5
            1: 1
            2: 1.05
            3: 1.1
            length: 4
        __proto__: Array[0]
        closed_beta: 0
        defender_superior: 2
        doppelsoldner_bonus: 2
        farm_rule: 0
        loyalty_after_conquer: 25
        morale_days: 300
        morale_end: 0.5
        morale_factor: 3
        morale_start: 0.25
        night_def_factor: 2
        night_end_hour: 0
        night_start_hour: 0
        noob_protection_days: 4
        officer_mortality: 0.5
        speed: 1
        super_value: 1.5
        tribe_member_limit: 9999
        tribe_member_limit_ranking: 40
        widget_non_pacc_slots: 3
        __proto__: Object
        headers: Object
        id: 3
        type: "WorldConfig/config"
        __proto__: Object
 

DeletedUser905

Guest
I completely agree that this information should be found in human readable format in Wiki. There is actually pages for that, but they are empty.
 

DeletedUser123

Guest
Both Experior and Expertus have the game speed and unit speed set to 1.
 
Top