##################
## Barren World ##
##################

terraform_link = {
	from = "pc_barren"
	to = "pc_gaia"
	
	energy = 20000
	duration = 14600
	
	potential = {
		from = { has_modifier = nnn_terraforming_candidate }
	}
	condition = {
		has_technology = "tech_world_shaper"
	}
	
	ai_weight = {
		weight = 5
	}
}

terraform_link = {
	from = "pc_barren_cold"
	to = "pc_gaia"
	
	energy = 20000
	duration = 14600
	
	potential = {
		from = { has_modifier = nnn_terraforming_candidate }
	}
	condition = {
		has_technology = "tech_world_shaper"
	}
	
	ai_weight = {
		weight = 5
	}
}