##### The First Music #####

ASP_the_first_music_anomaly = {
	desc = ASP_the_first_music_anomaly_desc
	picture = GFX_evt_ASP_junim_anomaly
	level = 6

	max_once_global = yes
	should_ai_and_humans_use = yes

	spawn_chance = {
		modifier = {
			add = 20
			OR = {
				is_planet_class = "pc_barren"
				is_planet_class = "pc_barren_cold"
				is_planet_class = "pc_frozen"
				is_planet_class = "pc_toxic"
			}
			solar_system = {
				exists = star
				NOR = {
					exists = archaeological_site
					any_system_planet = { has_anomaly = yes } #there should be no anomaly in the system
					has_star_flag = empire_cluster
					is_fe_cluster = yes
				}
			}
		}
	}

	on_success = ASPmod.20
}