
ENDGAME_GAIA_CONTROLLER_CORE {
    Wonder WONDER_THE_APPIAN_WAY
	
	TurnsToActivate	30
}

ENDGAME_GAIA_COMPUTER {
    Building IMPROVE_ARENA

	MinNeeded 20
}

ENDGAME_POWER_SATELLITE {
    Building IMPROVE_FORUM
	
	MinNeeded 20
	MaxNeeded 30
}

ENDGAME_PROCESSING_TOWER {
    TerrainImprovement TILEIMP_PROCESSING_TOWER
	
	MinNeeded 10

	PowerSource ENDGAME_POWER_SATELLITE

	// use min radius when min power sources are built
	MinRadius 4

	// use max radius when max power sources are built
	MaxRadius 7

	// need to have 60% of the map area covered
	MinCoverage 0.6
}
 
ENDGAME_WORLD_UNION {
    // Wonder WONDER_WORLD_COUNCIL ?

	// need to have 100% of the worlds population in our alliance
	MinCoverage 1.0

	// turns before world union is complete
	TurnsToActivate	0
}