# Dawn Star is Comming #https://gall.dcinside.com/mgallery/board/view/?id=stellaris&no=8308
site_ASP_dawn_star_is_coming = {
	desc = "site_ASP_dawn_star_is_coming_intro"
	picture = GFX_evt_ASP_lifeseeded_07
	max_instances = 1
	stages = 4
	weight = {
		base = 0
		modifier = {
			add = 30
			aspmod_dig_site_default_spawn_rules = yes
			asp_is_barren = yes
		}
	}

	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_dawn_star_is_coming_world }
	}

	stage = {
		difficulty = 1
		icon = GFX_archaeology_runes_B3
		event = ASPmod.30
	}

	stage = {
		difficulty = 2
		icon = GFX_archaeology_runes_A1
		event = ASPmod.31
	}

	stage = {
		difficulty = 3
		icon = GFX_archaeology_runes_A4
		event = ASPmod.32
	}

	stage = {
		difficulty = 4
		icon = GFX_archaeology_runes_B2
		event = ASPmod.33
	}

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