
####Tier 1
tech_oeo_orbtital_industry_1 = {
	cost = 0
	area = engineering
	start_tech = yes
	tier = 0
	category = { industry }
	prerequisites = {}
	weight = @tier1weight1
	#is_rare = yes
	prereqfor_desc = {
		custom = { 
			title = "allow_oeo_orbtital_industry_1"	
			desc = "desc_oeo_orbtital_industry_1"
		}
	}
	potential = {
		host_has_dlc = "Utopia"
	}
	weight_modifier = {}
	ai_weight = {}
}
###Tier 2
tech_oeo_orbtital_industry_2 = {
	cost = @tier2cost1
	area = engineering
	tier = 2
	category = { industry }
	prerequisites = { "tech_oeo_orbtital_industry_1" }
	weight = @tier2weight1
	#is_rare = yes

	prereqfor_desc = {
		custom = { 
			title = "allow_oeo_orbtital_industry_2"	
			desc = "desc_oeo_orbtital_industry_2" 
		}
	}
	
	modifier = {
		country_starbase_capacity_add = 2
	}
	
	potential = {
		host_has_dlc = "Utopia"
	}

	weight_modifier = {
		modifier = {
			factor = @oeo_common_tech_weight
		}
		modifier = {
			factor = 10
			years_passed > 50
		}
		modifier = {
			factor = 0
			years_passed < 10
		}
	}

	ai_weight = {
		modifier = {
			factor = @oeo_common_tech_weight
		}
		modifier = {
			factor = 10
			years_passed > 25
		}
		modifier = {
			factor = 0
			years_passed < 5
		}

	}
}
####Tier 4
tech_oeo_forge_star = {
	area = physics
	cost = @tier4cost3
	tier = 4
	category = { field_manipulation }
	ai_update_type = all
	prerequisites = { "tech_dyson_swarm" }
	weight = @tier3weight3
	is_rare = yes
	
	prereqfor_desc = {
		custom = { title = "allow_oeo_forge_star"	desc = "desc_oeo_forge_star" }
	}
	potential = {
		host_has_dlc = "Utopia"
	}

	weight_modifier = {
		factor = 0
	}

	ai_weight = {
		factor = 0
	}
}
tech_oeo_matrioshka_brain = {
	area = physics
	cost = @tier4cost3
	tier = 4
	category = { computing }
	ai_update_type = all
	prerequisites = { "tech_dyson_swarm" }
	weight = @tier4weight1
	is_rare = yes
	
	prereqfor_desc = {
		custom = { title = "allow_oeo_matrioshka_brain"	desc = "desc_oeo_matrioshka_brain" }
	}
	
	potential = {
		host_has_dlc = "Utopia"
	}
	weight_modifier = {
		factor = 0
	}

	ai_weight = {
		factor = 0
	}

}
tech_oeo_orbital_drill = {
	cost = @tier4cost1
	area = physics
	tier = 4
	category = { particles }
	prerequisites = { "tech_orbital_ring_tier_1" }
	weight = @tier4weight1
	is_rare = yes
	prereqfor_desc = {
		custom = { title = "allow_oeo_orbital_drill"	desc = "desc_oeo_orbital_drill" }
	}
	
	potential = {
		host_has_dlc = "Utopia"
	}
	weight_modifier = {
		modifier = {
			factor = 0
		}
	}

	ai_weight = {
		modifier = {
			factor = 0
		}
	}
}

tech_oeo_orbital_arcology = {
	cost = @tier4cost1
	area = society
	tier = 4
	category = { statecraft }
	prerequisites = { "tech_orbital_ring_tier_1" }
	weight = @tier4weight1
	is_rare = yes
	
	prereqfor_desc = {
		custom = { title = "allow_oeo_orbital_arcology"	desc = "desc_oeo_orbital_arcology" }
	}
	potential = {
		host_has_dlc = "Utopia"		
	}
	weight_modifier = {
		factor = 0
	}

	ai_weight = {
		factor = 0
	}
}
