namespace = country

# ¼
country_event = {
	id = country.902
	hide_window = yes

	is_triggered_only = yes

	immediate = {
		random_list = {
			# Sublight Probes
			10 = { country_event = { id = country.258 days = 360 random = 10 } }
			# Radical Cult,ϣ۹ᴥ¼
			10 = { 
					modifier = {
						factor = 0
						has_authority = auth_xilin_mind
					}
					country_event = { id = country.200 days = 30 random = 10 } 
			}
			# Wanderlust
			1 = { country_event = { id = country.1000 days = 30 random = 10 } }
			# Mass Extinction
			10 = { country_event = { id = country.1100 days = 30 random = 10 } }
			# No starting event
			69 = { set_country_flag = starting_event }
		}
	}
}