##### STARBASE EXTENDED 3.0 TECHNOLOGIES #####


tech_starbase_6 = {
	cost = @tier5cost2
	area = engineering
	tier = 5
	category = { voidcraft }
	prerequisites = { "tech_starbase_5" }
	weight = @tier5weight2		
	prereqfor_desc = {
		ship = {
			title = "TECH_UNLOCK_STRONGHOLD_CONSTRUCTION_TITLE"
			desc = "TECH_UNLOCK_STRONGHOLD_CONSTRUCTION_DESC"
		}
	}
	weight_modifier = {	
		modifier = { factor = 10 any_neighbor_country = { has_technology = tech_starbase_6 } }
	}	
	ai_weight = { factor = 100 }

	potential = {
		is_nomadic = no
	}

}



tech_starbase_7 = {
	cost = @tier5cost3
	area = engineering
	tier = 5
	category = { voidcraft }
	prerequisites = { "tech_starbase_6" }
	weight = @tier5weight3		
	prereqfor_desc = {
		ship = {
			title = "TECH_UNLOCK_HEADQUARTERS_CONSTRUCTION_TITLE"
			desc = "TECH_UNLOCK_HEADQUARTERS_CONSTRUCTION_DESC"
		}
	}	
	weight_modifier = {	
		modifier = { factor = 10 any_neighbor_country = { has_technology = tech_starbase_7 } }
	}
	ai_weight = { factor = 100 }

	potential = {
		is_nomadic = no
	}

}




##### EOF