oeo_arc_furnace_tooltip = {
	custom_tooltip = {
		success_text = arc_furnace_system_tt
		exists = from
		from = {
			has_technology = tech_orbital_arc_furnace	
		}

		NOT = {
			has_star_flag = dyson_sphere_construction
			any_system_megastructure = {
				OR = {
					is_megastructure_type = dyson_sphere_0
					is_megastructure_type = dyson_sphere_1
					is_megastructure_type = dyson_sphere_2
					is_megastructure_type = dyson_sphere_3
					is_megastructure_type = dyson_sphere_4
					is_megastructure_type = dyson_sphere_5
					is_megastructure_type = dyson_sphere_ruined
					is_megastructure_type = dyson_sphere_restored
					is_megastructure_type = orbital_arc_furnace_1
					is_megastructure_type = orbital_arc_furnace_2
					is_megastructure_type = orbital_arc_furnace_3
					is_megastructure_type = orbital_arc_furnace_4
					is_megastructure_type = orbital_arc_furnace_destroyed
					is_megastructure_type = orbital_arc_furnace_restored
				}
			}
		}
		any_system_planet = {
			NOR = {
				has_anomaly = yes
				has_planet_flag = megastructure
				has_planet_flag = has_megastructure
			}
			is_planet_class = pc_molten
		}
	}
}
oeo_kilostructure_system_tracker = {
	custom_tooltip = {
		success_text = oeo_kilostructure_system_tracker_tooltip
		exists = from
		is_surveyed = {
			who = from 
			status = yes
		}
		root = {
			OR = {
				any_system_megastructure = {
					OR = {
						is_megastructure_type = dyson_swarm_1
						is_megastructure_type = dyson_swarm_2
						is_megastructure_type = dyson_swarm_3
						is_megastructure_type = oeo_forge_star_build_site_0
						is_megastructure_type = oeo_forge_star_build_site_1
						is_megastructure_type = oeo_forge_star_build_site_2
						is_megastructure_type = oeo_matrioshka_brain_0 
						is_megastructure_type = oeo_matrioshka_brain_1 
						is_megastructure_type = oeo_matrioshka_brain_2
						is_megastructure_type = orbital_arc_furnace_1
						is_megastructure_type = orbital_arc_furnace_2
						is_megastructure_type = orbital_arc_furnace_3
						is_megastructure_type = orbital_arc_furnace_4
						is_megastructure_type = oeo_orbital_drill_build_site_1
						is_megastructure_type = oeo_orbital_drill_minerals
						is_megastructure_type = oeo_orbital_drill_gas
						is_megastructure_type = oeo_orbital_drill_crystal
						is_megastructure_type = oeo_orbital_drill_motes
					}
				}
				any_ship_in_system = {
					OR = {
						is_ship_size = orbital_ring_tier_1
						is_ship_size = orbital_ring_tier_2
						is_ship_size = orbital_ring_tier_3
					}
				}
			}
		}
	}
}
oeo_arc_tracker = {
	custom_tooltip = {
		success_text = oeo_arc_tooltip
		exists = from
		is_surveyed = {
			who = from 
			status = yes
		}
		root = {
			any_system_megastructure = {
				is_oeo_arc_category = yes
			}
		}
	}
}
oeo_swarm_tracker = {
	custom_tooltip = {
		success_text = oeo_swarm_tooltip
		exists = from
		is_surveyed = {
			who = from 
			status = yes
		}
		root = {
			any_system_megastructure = {
				is_oeo_swarm_category = yes
			}
		}
	}
}
oeo_matrioshka_tracker = {
	custom_tooltip = {
		success_text = oeo_matrioshka_tooltip
		exists = from
		is_surveyed = {
			who = from 
			status = yes
		}
		root = {
			any_system_megastructure = {
				is_oeo_matrioshka_category = yes
			}
		}
	}
}
oeo_lifter_tracker = {
	custom_tooltip = {
		success_text = oeo_lifter_tooltip
		exists = from
		is_surveyed = {
			who = from 
			status = yes
		}
		root = {
			any_system_megastructure = {
				is_oeo_lifter_category = yes
			}
		}
	}
}
oeo_drill_tracker = {
	custom_tooltip = {
		success_text = oeo_drill_tooltip
		exists = from
		is_surveyed = {
			who = from 
			status = yes
		}
		root = {
			any_system_megastructure = {
				is_oeo_drill_category = yes
			}
		}
	}
}

oeo_orbring_tracker = {
	custom_tooltip = {
		success_text = oeo_orbring_tooltip
		exists = from
		is_surveyed = {
			who = from 
			status = yes
		}
		root = {
			any_ship_in_system = {
				OR = {
					is_ship_size = orbital_ring_tier_1
					is_ship_size = orbital_ring_tier_2
					is_ship_size = orbital_ring_tier_3
				}
			}
		}
	}
}
