#Archivist 1, record civilization 1.
est_archivist_1_document_civilization_1 = {
	icon = "GFX_fleet_task_passive_observation"
	small_icon = 6

	resources = {
		category = station_observer_missions
		produces = {
			society_research = 10
			unity = 5
		}
	}
	potential = {
		has_active_tradition = tr_est_archivist_1
		Not = {
			has_technology = tech_society_2
		}
	}
	
	ai_weight = {
		weight = 10
	}
}
#Archivist 1, record civilization 2.
est_archivist_1_document_civilization_2 = {
	icon = "GFX_fleet_task_passive_observation"
	small_icon = 6

	resources = {
		category = station_observer_missions
		produces = {
			society_research = 15
			unity = 10
		}
	}
	potential = {
		has_active_tradition = tr_est_archivist_1
		has_technology = tech_society_2
		Not = {
			has_technology = tech_society_3
		}
	}
	
	ai_weight = {
		weight = 10
	}
}
#Archivist 1, record civilization 3.
est_archivist_1_document_civilization_3 = {
	icon = "GFX_fleet_task_passive_observation"
	small_icon = 6

	resources = {
		category = station_observer_missions
		produces = {
			society_research = 20
			unity = 15
		}
	}
	potential = {
		has_active_tradition = tr_est_archivist_1
		has_technology = tech_society_3
	}
	
	ai_weight = {
		weight = 10
	}
}