#a haunting spectre #https://gall.dcinside.com/mgallery/board/view/?id=stellaris&no=9146
ASP_site_haunting_spectre = {
	desc = "ASP_site_haunting_spectre_desc"
	picture = GFX_evt_dead_city
	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 }
	}

	stage = {
		difficulty = 3
		icon = GFX_archaeology_runes_F1
		event = asp.23
	}
	stage = {
		difficulty = 4
		icon = GFX_archaeology_runes_F2
		event = asp.24
	}
	stage = {
		difficulty = 5
		icon = GFX_archaeology_runes_F3
		event = asp.25
	}
	stage = {
		difficulty = 6
		icon = GFX_archaeology_runes_F4
		event = asp.26
	}
	stage = {
		difficulty = 7
		icon = GFX_archaeology_runes_F5
		event = asp.27
	}

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