#starbase_level_foo = {
#	ship_size = starbase_foo 		# Required
#	next_level = starbase_level_bar	# Optional
#	show_in_outliner = yes			# Default yes, if yes starbase will be shown in outliner
#	display_empire_shield = no		# Default no, if yes empire shield will be shown even if there's no colony
#	display_map_icon = yes			# Default yes, if yes starbase map icon will be shown even if there's no colony
#	level_weight = 1				# Default 0, used for claim cost and required module/building level
#	ai_weight = { weight = 1.0 }	# Default 0, THIS = Starbase, FROM = Country - determines which levels are more important to upgrade from
#}

# Special

starbase_level_acot_precusor_orbital_ring_t1 = {
	ship_size = acot_precusor_orbital_ring_t1
	next_level = starbase_level_acot_precusor_orbital_ring_t2
	level_weight = 0
	ai_weight = { weight = 1 }
	potential_home_base = yes
	picture = "GFX_acot_precursor_orbital_ring_background"
	special_construction = yes
	downgrade_potential = {
		always = no
	}
}

starbase_level_acot_precusor_orbital_ring_t2 = {
	ship_size = acot_precusor_orbital_ring_t2
	next_level = starbase_level_acot_precusor_orbital_ring_t3
	level_weight = 1
	ai_weight = { weight = 3 }
	potential_home_base = yes
	picture = "GFX_acot_precursor_orbital_ring_background"
	downgrade_potential = {
		always = no
	}
}

starbase_level_acot_precusor_orbital_ring_t3 = {
	ship_size = acot_precusor_orbital_ring_t3
	next_level = starbase_level_acot_precusor_orbital_ring_t4
	level_weight = 2
	ai_weight = { weight = 5 }
	potential_home_base = yes
	picture = "GFX_acot_precursor_orbital_ring_background"
	downgrade_potential = {
		always = no
	}
}

starbase_level_acot_precusor_orbital_ring_t4 = {
	ship_size = acot_precusor_orbital_ring_t4
	next_level = starbase_level_acot_precusor_orbital_ring_t5
	level_weight = 3
	ai_weight = { weight = 5 }
	potential_home_base = yes
	picture = "GFX_acot_precursor_voidsphere_ring_background"
	downgrade_potential = {
		always = no
	}
}

starbase_level_acot_precusor_orbital_ring_t5 = {
	ship_size = acot_precusor_orbital_ring_t5
	level_weight = 4
	ai_weight = { weight = 5 }
	potential_home_base = yes
	picture = "GFX_acot_precursor_soulsphere_ring_background"
	downgrade_potential = {
		always = no
	}
}

starbase_level_acot_precusor_theta_starcitadel = {
	ship_size = acot_precusor_theta_starcitadel
	potential_home_base = yes
	level_weight = 5
	ai_weight = { weight = 7 }
	picture = "GFX_acot_precursor_theta_station_view"
	display_empire_shield = yes
}