﻿pc_nuked_colorful = {
	entity = "asp_color_nuked_planet_01_entity"
	entity_scale = @planet_standard_scale
	icon = GFX_planet_type_nuked
	icon_large = GFX_planet_type_nuked_big

	auto_trait_prio = {
		trait_auto_pc_nuked_preference
	}

	atmosphere_color = hsv { 0.6 0.4 0.5 }
	atmosphere_intensity = 1.0
	atmosphere_width = 0.85
	city_color_lut = "gfx/portraits/misc/colorcorrection_neutral.dds"

	min_distance_from_sun = 60
	max_distance_from_sun = 110
	spawn_odds = 0
	extra_orbit_size = 0
	extra_planet_count = 0
	chance_of_ring = 0.2
	planet_size = { min = @habitable_planet_min_size max = @habitable_planet_max_size }
	moon_size = { min = @habitable_moon_min_size max = @habitable_moon_max_size }
	starting_planet = no
	colonizable = yes
	district_set = standard
	uses_alternative_skies_for_moons = no
	carry_cap_per_free_district = @carry_cap_low
}

pc_asp_rainworld = {
	entity = "asp_rainworld_planet_01_entity"
	entity_scale = @planet_standard_scale
	icon = GFX_planet_type_ocean
	icon_large = GFX_planet_type_ocean_big
	picture = pc_ocean

	atmosphere_color 		= hsv { 0.58 0.5 0.9 }
	atmosphere_intensity 	= 1.0
	atmosphere_width 		= 0.5

	city_color_lut = "gfx/portraits/misc/colorcorrection_ocean.dds"
	
	modifier = {
		pop_environment_tolerance = 0.0
	}
		
	min_distance_from_sun = @habitable_min_distance
	max_distance_from_sun = @habitable_max_distance
	spawn_odds = 0
	
	extra_orbit_size = 0
	extra_planet_count = 0
	
	chance_of_ring = 0.2

	planet_size = { min = 18 max = 25 }
	moon_size = { min = @habitable_moon_min_size max = @habitable_moon_max_size }
	
	starting_planet = no
	colonizable = no
	uses_alternative_skies_for_moons = no
}

pc_asp_ocean_red = {
	entity = "asp_red_ocean_planet_01_entity"
	entity_scale = @planet_standard_scale
	icon = GFX_planet_type_ocean
	icon_large = GFX_planet_type_ocean_big
	picture = pc_ocean

	climate = "wet"

	# Use the current automatic wet-climate preference rather than the legacy
	# hidden dummy preference trait that existed only to support this custom class.
	auto_trait_prio = {
		trait_auto_wet_preference
	}

	atmosphere_color = hsv { 0.58 0.5 0.9 }
	atmosphere_intensity = 1.0
	atmosphere_width = 0.5
	city_color_lut = "gfx/portraits/misc/colorcorrection_ocean.dds"

	min_distance_from_sun = @habitable_min_distance
	max_distance_from_sun = @habitable_max_distance
	spawn_odds = 0

	extra_orbit_size = 0
	extra_planet_count = 0
	chance_of_ring = 0.2

	planet_size = { min = @habitable_planet_min_size max = @habitable_planet_max_size }
	moon_size = { min = @habitable_moon_min_size max = @habitable_moon_max_size }

	colonizable = yes
	district_set = standard
	uses_alternative_skies_for_moons = yes
	uses_alternative_skies_if_has_orbital_ring = yes
	carry_cap_per_free_district = @carry_cap_normal
}

