tech_elec_centrifugal = {
	cost = @tier5cost3
	area = engineering
	tier = 4
	is_rare = yes
	is_reverse_engineerable = no
	category = { voidcraft }
	weight = 999999
	potential = { has_ascension_perk = ap_elec_centrifugal }
	prereqfor_desc = {
		ship = {
			title = "TECH_UNLOCK_CENTRIFUGAL_CONSTRUCTION_TITLE"
			desc = "TECH_UNLOCK_CENTRIFUGAL_CONSTRUCTION_DESC"
		}
	}
}

tech_elec_quasar = {
	cost = @tier5cost3
	area = physics
	tier = 4
	is_rare = yes
	is_reverse_engineerable = no
	category = { particles }
	weight = 999999
	potential = { has_ascension_perk = ap_elec_quasar }
}

tech_elec_dm_cell = {
	cost = @tier3cost2
	area = physics
	tier = 3
	is_rare = yes
	is_reverse_engineerable = no
	category = { particles }
	weight = 999999
	potential = {
		OR = {
			has_civic = civic_elec_symbiosis
			has_civic = civic_elec_h_symbiosis
		}
	}
}