#rain world
ASP_rain_world_anomaly = {
	desc = ASP_rain_world_anomaly_desc
	picture = GFX_evt_underwater_ruins
	level = 4

	max_once_global = yes

	spawn_chance = {
		modifier = {
			add = 30
			asp_is_toxic = yes
			planet_size > 9
			solar_system = {
				exists = star
				NOR = {
					any_system_planet = { 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 = asp.28
}