tr_xt_archaeology_adopt = {
	possible = {
		has_xt_archaeo_site_finished = yes
	}
	unlocks_agenda = agenda_xt_archaeology
	modifier = {
		ship_archaeological_site_excavation_speed_mult = 0.25
	}
	custom_tooltip_with_modifiers = tr_xt_archaeology_adopt_1
}

tr_xt_archaeology_finish = {
    modifier = {
		ascension_perks_add = 1
		relics_unity_cost_mult = -0.5
	}
}
# Expeditionary Training
tr_xt_archaeology_1 = {
	custom_tooltip = tr_xt_archaeology_1_effects
	modifier = {
		scientist_exp_gain = 0.1
	}
	on_enabled = {
		hidden_effect = {
			every_owned_leader = {
				limit = {
					leader_class = scientist
				}
				add_trait = leader_trait_expertise_archaeostudies
			}
		}
	}
}
# Artifact Archives
tr_xt_archaeology_2 = {
	modifier = {
		country_resource_max_minor_artifacts_add = 2000
	}
}
# Subsurface Scanning
tr_xt_archaeology_3 = {
	possible = {
		has_tradition = tr_xt_archaeology_1
	}
	modifier = {
		ship_archaeological_site_clues_add = 2
		find_arc_site_on_survey_chance_mult = 0.25
	}
}
# Discovery Decrees
tr_xt_archaeology_4 = {
	possible = {
		has_tradition = tr_xt_archaeology_2
	}
	custom_tooltip = tr_xt_archaeology_4_effects
}
# The Grand Museum
tr_xt_archaeology_5 = {
	possible = {
		has_tradition = tr_xt_archaeology_3
		has_tradition = tr_xt_archaeology_4
	}
	triggered_modifier = {
		diplo_weight_mult = 0.1
		multiplier = xt_relic_count
	}
	custom_tooltip = tr_xt_archaeology_5_effects
}