#a haunting spectre
ASP_haunting_spectre_anomaly = {
	desc = ASP_haunting_spectre_anomaly_desc
	picture = GFX_evt_binary_stars
	level = 4
	
	max_once_global = yes

	spawn_chance = {
		modifier = {
			add = 30
			is_colonizable = yes
			has_anomaly = no
			solar_system = {
				exists = star
				NOR = {
					any_system_planet = { exists = archaeological_site }
					has_star_flag = empire_cluster
					is_fe_cluster = yes
				}
				NOT = { any_system_planet = { has_anomaly = yes } }
			}
		}
	}

	on_success = asp.22
}