#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 #(Ben_D): Those other techs are added as a stop-gap because these old ones are depricated by Paradox.  I don't know what to put here that would be appropriate
			has_technology = tech_epigenetic_triggers
		}
	}
	
	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
		has_technology = tech_epigenetic_triggers
		Not = {
			has_technology = tech_morphogenetic_field_mastery
		}
	}
	
	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
		has_technology = tech_morphogenetic_field_mastery
	}
	
	ai_weight = {
		weight = 10
	}
}