TECH_ORDER_REACTOR = {
	area = physics
	cost = 4000
	tier = 1
	category = { materials }
	ai_update_type = military
	prerequisites = { "tech_zero_point_power" }
	weight = 50
	
	weight_modifier = {
		modifier = {
			factor = 0
			is_ai = yes
		}
	}

	potential = { is_ai = no	}
	allow = {	is_ai = no }
	ai_weight = {	factor = 0 }
}

TECH_REBIRTH_REACTOR = {
	area = physics
	cost = 5000
	tier = 1
	category = { materials }
	ai_update_type = military
	prerequisites = { "TECH_ORDER_REACTOR" }
	weight = 50
	
	weight_modifier = {
		modifier = {
			factor = 0
			is_ai = yes
		}
	}

	potential = { is_ai = no	}
	allow = {	is_ai = no }
	ai_weight = {	factor = 0 }
}