#rain world #https://gall.dcinside.com/mgallery/board/view/?id=stellaris&no=26732
ASP_site_rain_world = {
	desc = "ASP_site_rain_world_desc"
	picture = GFX_evt_ASP_site_rain_world
	max_instances = 1
	stages = 5
	weight = {
		base = 0 #check anomaly
	}

	allow = {
		exists = leader
		leader = { leader_class = scientist }
		owner = { is_ai = no }
	}

	visible = {
		aspmod_dig_site_visible_trigger = yes
	}

	on_visible = {
		country_event = { id = story.5 days = 30 }
	}
	on_create = {
		root.planet = { save_global_event_target_as = ASP_site_rain_world_target }
	}

	stage = {
		difficulty = 3
		icon = GFX_archaeology_runes_A1
		event = asp.29
	}
	stage = {
		difficulty = 4
		icon = GFX_archaeology_runes_A2
		event = asp.30
	}
	stage = {
		difficulty = 4
		icon = GFX_archaeology_runes_A3
		event = asp.31
	}
	stage = {
		difficulty = 5
		icon = GFX_archaeology_runes_A4
		event = asp.32
	}
	stage = {
		difficulty = 6
		icon = GFX_archaeology_runes_A5
		event = asp.33
	}

	on_roll_failed = {
		from = {
			standard_archaeological_site_on_roll_failed = { RANDOM_EVENTS = all_random_events }
		}
	}
}