can_import_Amber_potential = {
			FROM = {
				is_patrician = yes
				any_trade_post = { trade_post_has_building = tr_Amber_export_1 }
			}
			NOT = { OR = {
				region = ATS_region_amber
				trade_route = Amber_road
			}}
}
can_import_Copper_potential = {
			FROM = {
				is_patrician = yes
				any_trade_post = { trade_post_has_building = tr_Copper_export_1 }
			}
			NOT = {
				OR = {
					region = ATS_region_copper
					trade_route = varangian_route
					trade_route = volga_route
					trade_route = silk_road
					trade_route = ATS_via_augusta
					trade_route = ATS_via_de_la_plata
					trade_route = ATS_via_lusitanorum
					trade_route = ATS_camino_del_norte
					trade_route = ATS_camino_frances
					trade_route = ATS_camino_sanabres
				}
			}
}
can_import_Fur_potential = {
			FROM = {
				is_patrician = yes
				any_trade_post = { trade_post_has_building = tr_Fur_export_1 }
			}
			NOT = {
				OR = {
					region = ATS_region_fur
					trade_route = varangian_route
					trade_route = volga_route
					trade_route = silk_road
				}
			}

}
can_import_Gold_potential = {
			FROM = {
				is_patrician = yes
				any_trade_post = { trade_post_has_building = tr_Gold_export_1 }
			}
			NOT = { OR = {
				region = ATS_region_gold
				trade_route = trans_saharran_route
			}}
}
can_import_Herring_potential = {
			port = yes
			FROM = {
				is_patrician = yes
				any_trade_post = { trade_post_has_building = tr_Herring_export_1 }
			}
			NOT = { region = ATS_region_herring }
}
can_import_Iron_potential = {
			FROM = {
				is_patrician = yes
				any_trade_post = { trade_post_has_building = tr_Iron_export_1 }
			}
			NOT = {
				OR = {
					region = ATS_region_iron
					trade_route = varangian_route
					trade_route = volga_route
					trade_route = silk_road
					trade_route = old_salt_route
				}
			}
}
can_import_Ivory_potential = {
			FROM = {
				is_patrician = yes
				any_trade_post = { trade_post_has_building = tr_Ivory_export_1 }
			}
			NOT = { OR = {
				region = ATS_region_ivory
				trade_route = trans_saharran_route
			}}
}
can_import_Lead_potential = {
			FROM = {
				is_patrician = yes
				any_trade_post = { trade_post_has_building = tr_Lead_export_1 }
			}
			NOT = {
				OR = {
					region = ATS_region_lead
					trade_route = old_salt_route
				}
			}
}
can_import_Salt_potential = {
			FROM = {
				is_patrician = yes
				any_trade_post = { trade_post_has_building = tr_Salt_export_1 }
			}
			NOT = { OR = {
				region = ATS_region_salt
				trade_route = old_salt_route
				trade_route = Amber_road
				trade_route = trans_saharran_route
				trade_route = spice_route
			}}
}
can_import_Silk_potential = {
			FROM = {
				is_patrician = yes
				any_trade_post = { trade_post_has_building = tr_Silk_export_1 }
			}
			NOT = { OR = {
				region = ATS_region_silk
				trade_route = silk_road
			}}
}
can_import_Silver_potential = {
			FROM = {
				is_patrician = yes
				any_trade_post = { trade_post_has_building = tr_Silver_export_1 }
			}
			NOT = {
				OR = {
					region = ATS_region_silver
					trade_route = old_salt_route
					trade_route = silk_road
					trade_route = spice_route
				}
			}
}
can_import_Spice_potential = {
			FROM = {
				is_patrician = yes
				any_trade_post = { trade_post_has_building = tr_Spice_export_1 }
			}
			NOT = { OR = {
				region = ATS_region_spice
				trade_route = spice_route
			}}
}
can_import_Sugar_potential = {
			FROM = {
				is_patrician = yes
				any_trade_post = { trade_post_has_building = tr_Sugar_export_1 }
			}
			NOT = {
				OR = {
					region = ATS_region_sugar
					trade_route = silk_road
					trade_route = spice_route
				}
			}
}
can_import_Timber_potential = {
			FROM = {
				is_patrician = yes
				any_trade_post = { trade_post_has_building = tr_Timber_export_1 }
			}
			NOT = {
				OR = {
					region = ATS_region_timber
					trade_route = volga_route
					trade_route = varangian_route
				}
			}
}
can_import_Tin_potential = {
			FROM = {
				is_patrician = yes
				any_trade_post = { trade_post_has_building = tr_Tin_export_1 }
			}
			NOT = {
				OR = {
					
					region = ATS_region_tin
					trade_route = ATS_via_augusta
					trade_route = ATS_via_de_la_plata
					trade_route = ATS_via_lusitanorum
					trade_route = ATS_camino_del_norte
					trade_route = ATS_camino_frances
					trade_route = ATS_camino_sanabres
				}
			}
}
can_import_Wine_potential = {
			FROM = {
				is_patrician = yes
				any_trade_post = { trade_post_has_building = tr_Wine_export_1 }
			}
			NOT = {
				OR = {
					region = ATS_region_wine
					trade_route = ATS_via_francigena
					trade_route = ATS_via_lemovicensis
					trade_route = ATS_via_touronensis
				}
			}
			NOT = { owner = { religion_group = muslim }}
}
can_import_Wool_potential = {
			FROM = {
				is_patrician = yes
				any_trade_post = { trade_post_has_building = tr_Wool_export_1 }
			}
			NOT = {
				OR = {
					region = ATS_region_wool
					trade_route = ATS_route_stone_street
					trade_route = ATS_route_dere_street
					trade_route = ATS_route_ermine_street
					trade_route = ATS_route_akeman_street
					trade_route = ATS_route_portway
					trade_route = ATS_route_fosse_way
					trade_route = ATS_route_watling_street
					trade_route = ATS_route_stone_street
				}
			}
}
