setup_scenario = {
	name = "18 players (576)"
	priority = 2					#priority decides in which order the scenarios are listed
	default = yes
	num_stars = 576
	radius = 390					#should be less than 500, preferably less than ~460
	num_empires = { min = 1 max = 23 }	#limits player customization
	num_empire_default = 13
	fallen_empire_default = 1
	fallen_empire_max = 4
	advanced_empire_default = 3
	colonizable_planet_odds = 1.0
	
	cluster_count = {
		method = one_every_x_empire
		#method = constant
		value = 1
		max = 6
	}
	cluster_radius = 120
	cluster_distance_from_core = 250
	
	num_nebulas	= 4
	nebula_size = 60
	nebula_min_dist = 200
	
	supports_shape = elliptical
	supports_shape = spiral_2
	supports_shape = spiral_4
	supports_shape = ring
}