oeo_star_scaling_o = {
	custom_tooltip = {
		success_text = oeo_star_scaling_o_class_tooltip
		exists = from
		from = {
			has_technology = tech_dyson_swarm
		}
		any_system_planet = {
			is_planet_class = pc_oeo_o_star
			NOT = { has_planet_flag = has_megastructure }
		}
	}
}
oeo_star_scaling_b = {
	custom_tooltip = {
		success_text = oeo_star_scaling_b_class_tooltip
		exists = from
		from = {
			has_technology = tech_dyson_swarm
		}
		any_system_planet = {
			is_planet_class = pc_b_star
			NOT = { has_planet_flag = has_megastructure }
		}
	}
}
oeo_star_scaling_a = {
	custom_tooltip = {
		success_text = oeo_star_scaling_a_class_tooltip
		exists = from
		from = {
			has_technology = tech_dyson_swarm
		}
		any_system_planet = {
			is_planet_class = pc_a_star
			NOT = { has_planet_flag = has_megastructure }
		}
	}
}
oeo_star_scaling_k = {
	custom_tooltip = {
		success_text = oeo_star_scaling_k_class_tooltip
		exists = from
		from = {
			has_technology = tech_dyson_swarm
		}
		any_system_planet = {
			is_planet_class = pc_k_star
			NOT = { has_planet_flag = has_megastructure }
		}
	}
}
oeo_star_scaling_g = {
	custom_tooltip = {
		success_text = oeo_star_scaling_g_class_tooltip
		exists = from
		from = {
			has_technology = tech_dyson_swarm
		}
		any_system_planet = {
			is_planet_class = pc_g_star
			NOT = { has_planet_flag = has_megastructure }
		}
	}
}
oeo_star_scaling_f = {
	custom_tooltip = {
		success_text = oeo_star_scaling_f_class_tooltip
		exists = from
		from = {
			has_technology = tech_dyson_swarm
		}
		any_system_planet = {
			is_planet_class = pc_f_star
			NOT = { has_planet_flag = has_megastructure }
		}
	}
}
oeo_star_scaling_m = {
	custom_tooltip = {
		success_text = oeo_star_scaling_m_class_tooltip
		exists = from
		from = {
			has_technology = tech_dyson_swarm
		}
		any_system_planet = {
			is_planet_class = pc_m_star
			NOT = { has_planet_flag = has_megastructure }
		}
	}
}
oeo_star_scaling_m_giant = {
	custom_tooltip = {
		success_text = oeo_star_scaling_m_giant_class_tooltip
		exists = from
		from = {
			has_technology = tech_dyson_swarm
		}
		any_system_planet = {
			is_planet_class = pc_m_giant_star
			NOT = { has_planet_flag = has_megastructure }
		}
	}
}