oeo_hectostructure_tracker = {
	custom_tooltip = {
		success_text = oeo_hectostructure_tooltip
		exists = from
		is_surveyed = {
			who = from 
			status = yes
		}
		root = {
			any_system_megastructure = {
				OR = {
					is_megastructure_type = oeo_hydroponic_station_build_site_1
					is_megastructure_type = oeo_energy_station_build_site_1
					is_megastructure_type = oeo_asteroid_mine
					is_megastructure_type = oeo_industrial_station_build_site_0
					is_megastructure_type = oeo_industrial_station_ruined
					is_megastructure_type = oeo_industrial_station_restored		
				}
			}
		}
	}
}
oeo_hydroponics_tracker = {
	custom_tooltip = {
		success_text = oeo_hydroponics_count_tooltip
		exists = from
		is_surveyed = {
			who = from 
			status = yes
		}
		root = {
			any_system_megastructure = {
				OR = {
					is_megastructure_type = oeo_hydroponic_station_build_site_1
				}
			}
		}
	}
}
oeo_solar_array_tracker = {
	custom_tooltip = {
		success_text = oeo_solar_array_count_tooltip
		exists = from
		is_surveyed = {
			who = from 
			status = yes
		}
		root = {
			any_system_megastructure = {
				OR = {
					is_megastructure_type = oeo_energy_station_build_site_1
				}
			}
		}
	}
}
oeo_asteroid_miner_tracker = {
	custom_tooltip = {
		success_text = oeo_asteroid_miner_count_tooltip
		exists = from
		is_surveyed = {
			who = from 
			status = yes
		}
		root = {
			any_system_megastructure = {
				OR = {
					is_megastructure_type = oeo_asteroid_mine 
				}
			}
		}
	}
}
oeo_industrial_station_tracker = {
	custom_tooltip = {
		success_text = oeo_industrial_station_count_tooltip
		exists = from
		is_surveyed = {
			who = from 
			status = yes
		}
		root = {
			any_system_megastructure = {
				OR = {
					is_megastructure_type = oeo_industrial_station_build_site_0
					is_megastructure_type = oeo_industrial_station_ruined
					is_megastructure_type = oeo_industrial_station_restored
				}
			}
		}
	}
}
