oeo_num_system_hydroponics = {
	base = 0
	complex_trigger_modifier = {
		trigger = count_system_megastructure
		parameters = {
			limit = {
				OR = {
					is_megastructure_type = oeo_hydroponic_station_build_site_1
				}
			}
		}
		mode = add
	}
}
oeo_num_system_solar_array = {
	base = 0
	complex_trigger_modifier = {
		trigger = count_system_megastructure
		parameters = {
			limit = {
				OR = {
					is_megastructure_type = oeo_energy_station_build_site_1
				}
			}
		}
		mode = add
	}
}
oeo_num_system_asteroid_miner = {
	base = 0
	complex_trigger_modifier = {
		trigger = count_system_megastructure
		parameters = {
			limit = {
				OR = {
					is_megastructure_type = oeo_asteroid_mine 
				}
			}
		}
		mode = add
	}
}
oeo_num_system_industrial_station = {
	base = 0
	complex_trigger_modifier = {
		trigger = count_system_megastructure
		parameters = {
			limit = {
				OR = {
					is_megastructure_type = oeo_industrial_station_build_site_0
					is_megastructure_type = oeo_industrial_station_ruined
					is_megastructure_type = oeo_industrial_station_restored
				}
			}
		}
		mode = add
	}
}