#geocentrism #https://gall.dcinside.com/mgallery/board/view?id=stellaris&no=8943
ASP_site_geocentrism = {
	desc = "ASP_site_geocentrism_desc"
	picture = GFX_evt_barren_dig_site
	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_E1
		event = asp.16
	}
	stage = {
		difficulty = 4
		icon = GFX_archaeology_runes_E2
		event = asp.17
	}
	stage = {
		difficulty = 5
		icon = GFX_archaeology_runes_E3
		event = asp.18
	}
	stage = {
		difficulty = 6
		icon = GFX_archaeology_runes_E4
		event = asp.19
	}
	stage = {
		difficulty = 7
		icon = GFX_archaeology_runes_E5
		event = asp.20
	}

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