#Shellworld arc site
oeo_strange_derelict_digsite = {
	desc = oeo_strange_derelict_digsite_desc
	picture = GFX_evt_star_pulsar
	stages = 6
	max_instances = 1
	weight = 0
	allow = {
		is_ship_class = shipclass_science_ship
		exists = leader
	}
	visible = {
		default_site_visible_trigger = yes
	}
	on_visible = {
		country_event = { id = story.5 days = 30 }
	}
	stage = {
		difficulty = 1
		event =  oeo_arc_sites.1
		icon = GFX_archaeology_runes_E1
	}
	stage = {
		difficulty = 2
		event =  oeo_arc_sites.2
		icon = GFX_archaeology_runes_E2
	}
	stage = {
		difficulty = 3
		event =  oeo_arc_sites.3
		icon = GFX_archaeology_runes_E3
	}
	stage = {
		difficulty = 4
		event =  oeo_arc_sites.4
		icon = GFX_archaeology_runes_E4
	}
	stage = {
		difficulty = 5
		event =  oeo_arc_sites.5
		icon = GFX_archaeology_runes_E5
	}
	stage = {
		difficulty = 9
		event =  oeo_arc_sites.6
		icon = GFX_archaeology_runes_E6
	}

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