pc_elec_aurora = {
	entity = "elec_aurora_habitat"
	preview_entity = "elec_aurora_habitat_full_01_entity"
	icon = GFX_planet_type_habitat
	climate = "dry"
	entity_scale = 1.0
	enable_tilt = no
	habitat = yes
	fixed_entity_scale = yes
	place_entity_on_planet_plane = yes
	atmosphere_color		= hsv { 0.75 0.10 0.60 }
	atmosphere_intensity	= 1.0
	atmosphere_width		= 0.5
	city_color_lut = "gfx/portraits/misc/colorcorrection_continental.dds"
	spawn_odds = 0
	extra_orbit_size = 0
	extra_planet_count = 0
	chance_of_ring = 0
	colonizable = yes
	district_set = elec_districts
	show_city = no
	ideal = no
	starting_planet = no
	orbit_lines = no
	is_artificial_planet = yes
	entity_face_object = yes
	uses_alternative_skies_for_moons = no
	carry_cap_per_free_district = @carry_cap_high
	modifier = { planet_max_buildings_add = 11 }
}

pc_elec_artificial_quasar = {
	entity = "elec_artificial_quasar"
	icon = GFX_planet_type_habitat
	climate = "dry"
	entity_scale = 1.0
	enable_tilt = no
	fixed_entity_scale = yes
	place_entity_on_planet_plane = yes
	atmosphere_color		= hsv { 0.75 0.10 0.60 }
	atmosphere_intensity	= 1.0
	atmosphere_width		= 0.5
	city_color_lut = "gfx/portraits/misc/colorcorrection_continental.dds"
	spawn_odds = 0
	extra_orbit_size = 0
	extra_planet_count = 0
	chance_of_ring = 0
	colonizable = yes
	district_set = elec_districts
	show_city = no
	ideal = yes
	starting_planet = no
	orbit_lines = no
	is_artificial_planet = yes
	entity_face_object = yes
	uses_alternative_skies_for_moons = no
	carry_cap_per_free_district = @carry_cap_high
	modifier = {
		planet_jobs_produces_mult = 0.25
		pop_growth_speed = 0.15
		planet_crime_mult = -0.9
		planet_max_buildings_add = 30
	}
}

# Used for secondary black hole systems + igniting stars
random_list = {
	name = "rl_elec_planets"
	planets = {
		"pc_broken"
#		"pc_gas_giant"
		"pc_frozen"
		"pc_shattered"
		"pc_barren_cold"
	}
}

random_list = {
	name = "rl_elec_ignite_planets"
	planets = {
		"pc_broken"
		"pc_shattered"
	}
}