################
## Tomb World ##
################

terraform_link = {
	from = "pc_nuked"
	to = "pc_desert"
	
	energy = 1600
	duration = 3600
	
	condition = {
		has_technology = "tech_climate_restoration"
	}
}

terraform_link = {
	from = "pc_nuked"
	to = "pc_arid"
	
	energy = 1600
	duration = 3600
	
	condition = {
		has_technology = "tech_climate_restoration"
	}
}

terraform_link = {
	from = "pc_nuked"
	to = "pc_savannah"
	
	energy = 1600
	duration = 3600
	
	condition = {
		has_technology = "tech_climate_restoration"
	}
}

terraform_link = {
	from = "pc_nuked"
	to = "pc_arctic"
	
	energy = 1600
	duration = 3600
	
	condition = {
		has_technology = "tech_climate_restoration"
	}
}

terraform_link = {
	from = "pc_nuked"
	to = "pc_tundra"
	
	energy = 1600
	duration = 3600
	
	condition = {
		has_technology = "tech_climate_restoration"
	}
}

terraform_link = {
	from = "pc_nuked"
	to = "pc_alpine"
	
	energy = 1600
	duration = 3600
	
	condition = {
		has_technology = "tech_climate_restoration"
	}
}

terraform_link = {
	from = "pc_nuked"
	to = "pc_continental"
	
	energy = 1600
	duration = 3600
	
	condition = {
		has_technology = "tech_climate_restoration"
	}
}

terraform_link = {
	from = "pc_nuked"
	to = "pc_tropical"
	
	energy = 1600
	duration = 3600
	
	condition = {
		has_technology = "tech_climate_restoration"
	}
}

terraform_link = {
	from = "pc_nuked"
	to = "pc_ocean"
	
	energy = 1600
	duration = 3600
	
	condition = {
		has_technology = "tech_climate_restoration"
	}
}

################
## Gaia World ##
################

terraform_link = {
	to = "pc_gaia"
	from = "pc_desert"
	
	energy = 20000
	duration = 14600
	
	condition = {
		has_technology = "tech_gaia_creation"
	}
}

terraform_link = {
	from = "pc_arid"
	to = "pc_gaia"
	
	energy = 20000
	duration = 14600
	
	condition = {
		has_technology = "tech_gaia_creation"
	}
}

terraform_link = {
	to = "pc_gaia"
	from = "pc_savannah"
	
	energy = 20000
	duration = 14600
	
	condition = {
		has_technology = "tech_gaia_creation"
	}
}

terraform_link = {
	to = "pc_gaia"
	from = "pc_arctic"
	
	energy = 20000
	duration = 14600
	
	condition = {
		has_technology = "tech_gaia_creation"
	}
}

terraform_link = {
	to = "pc_gaia"
	from = "pc_tundra"
	
	energy = 20000
	duration = 14600
	
	condition = {
		has_technology = "tech_gaia_creation"
	}
}

terraform_link = {
	to = "pc_gaia"
	from = "pc_alpine"
	
	energy = 20000
	duration = 14600
	
	condition = {
		has_technology = "tech_gaia_creation"
	}
}

terraform_link = {
	to = "pc_gaia"
	from = "pc_continental"
	
	energy = 20000
	duration = 14600
	
	condition = {
		has_technology = "tech_gaia_creation"
	}
}

terraform_link = {
	to = "pc_gaia"
	from = "pc_tropical"
	
	energy = 20000
	duration = 14600
	
	condition = {
		has_technology = "tech_gaia_creation"
	}
}

terraform_link = {
	to = "pc_gaia"
	from = "pc_ocean"
	
	energy = 20000
	duration = 14600
	
	condition = {
		has_technology = "tech_gaia_creation"
	}
}

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

terraform_link = {
	from = "pc_barren"
	to = "pc_desert"
	
	energy = 10000
	duration = 7300
	
	condition = {
		has_technology = "tech_climate_restoration"
		from = { has_modifier = terraforming_candidate }
	}
	
	effect = {
		from = { remove_modifier = terraforming_candidate }
	}
}

terraform_link = {
	from = "pc_barren"
	to = "pc_arid"
	
	energy = 10000
	duration = 7300
	
	condition = {
		has_technology = "tech_climate_restoration"
		from = { has_modifier = terraforming_candidate }
	}
	
	effect = {
		from = { remove_modifier = terraforming_candidate }
	}
}

terraform_link = {
	from = "pc_barren"
	to = "pc_savannah"
	
	energy = 10000
	duration = 7300
	
	condition = {
		has_technology = "tech_climate_restoration"
		from = { has_modifier = terraforming_candidate }
	}
	
	effect = {
		from = { remove_modifier = terraforming_candidate }
	}
}

terraform_link = {
	from = "pc_barren"
	to = "pc_arctic"
	
	energy = 10000
	duration = 7300
	
	condition = {
		has_technology = "tech_climate_restoration"
		from = { has_modifier = terraforming_candidate }
	}
	
	effect = {
		from = { remove_modifier = terraforming_candidate }
	}
}

terraform_link = {
	from = "pc_barren"
	to = "pc_tundra"
	
	energy = 10000
	duration = 7300
	
	condition = {
		has_technology = "tech_climate_restoration"
		from = { has_modifier = terraforming_candidate }
	}
	
	effect = {
		from = { remove_modifier = terraforming_candidate }
	}
}

terraform_link = {
	from = "pc_barren"
	to = "pc_alpine"
	
	energy = 10000
	duration = 7300
	
	condition = {
		has_technology = "tech_climate_restoration"
		from = { has_modifier = terraforming_candidate }
	}
	
	effect = {
		from = { remove_modifier = terraforming_candidate }
	}
}

terraform_link = {
	from = "pc_barren"
	to = "pc_continental"
	
	energy = 10000
	duration = 7300
	
	condition = {
		has_technology = "tech_climate_restoration"
		from = { has_modifier = terraforming_candidate }
	}
	
	effect = {
		from = { remove_modifier = terraforming_candidate }
	}
}

terraform_link = {
	from = "pc_barren"
	to = "pc_tropical"
	
	energy = 10000
	duration = 7300
	
	condition = {
		has_technology = "tech_climate_restoration"
		from = { has_modifier = terraforming_candidate }
	}
	
	effect = {
		from = { remove_modifier = terraforming_candidate }
	}
}

terraform_link = {
	from = "pc_barren"
	to = "pc_ocean"
	
	energy = 10000
	duration = 7300
	
	condition = {
		has_technology = "tech_climate_restoration"
		from = { has_modifier = terraforming_candidate }
	}
	
	effect = {
		from = { remove_modifier = terraforming_candidate }
	}
}