# The Ship of Theseus #https://gall.dcinside.com/mgallery/board/view/?id=stellaris&no=8323
site_ASP_the_ship_of_theseus = {
	desc = "site_ASP_the_ship_of_theseus_intro"
	picture = GFX_evt_relic_world_street
	max_instances = 1
	stages = 5
	weight = {
		base = 0
		modifier = {
			add = 50
			aspmod_dig_site_default_spawn_rules = yes
			is_colonizable = 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 }
	}

	stage = {
		difficulty = 5
		icon = GFX_archaeology_runes_A1
		event = ASPmod.40
	}

	stage = {
		difficulty = 6
		icon = GFX_archaeology_runes_A4
		event = ASPmod.41
	}

	stage = {
		difficulty = 6
		icon = GFX_archaeology_runes_A3
		event = ASPmod.42
	}

	stage = {
		difficulty = 7
		icon = GFX_archaeology_runes_A2
		event = ASPmod.43
	}
	stage = {
		difficulty = 7
		icon = GFX_archaeology_runes_B3
		event = ASPmod.44
	}

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