can_import_Amber_trigger = {
	custom_tooltip = {
		text = TOOLTIP_IMPORT_REQUIREMENTS
		FROM = {
			family_palace = {
				check_variable = { which = Amber_exports_1 value = 1 }
			}
		}
	}
}
can_import_Copper_trigger = {
	custom_tooltip = {
		text = TOOLTIP_IMPORT_REQUIREMENTS
		FROM = {
			family_palace = {
				check_variable = { which = Copper_exports_1 value = 1 }
			}
		}
	}
}
can_import_Fur_trigger = {
	custom_tooltip = {
		text = TOOLTIP_IMPORT_REQUIREMENTS
		FROM = {
			family_palace = {
				check_variable = { which = Fur_exports_1 value = 1 }
			}
			any_trade_post = { trade_post_has_building = tr_Fur_export_1 }
		}
	}
}
can_import_Gold_trigger = {
	custom_tooltip = {
		text = TOOLTIP_IMPORT_REQUIREMENTS
		FROM = {
			family_palace = {
				check_variable = { which = Gold_exports_1 value = 1 }
			}
			any_trade_post = { trade_post_has_building = tr_Gold_export_1 }
		}
	}
}
can_import_Herring_trigger = {
	custom_tooltip = {
		text = TOOLTIP_IMPORT_REQUIREMENTS
		FROM = {
			family_palace = {
				check_variable = { which = Herring_exports_1 value = 1 }
			}
		}
	}
}
can_import_Iron_trigger = {
	custom_tooltip = {
		text = TOOLTIP_IMPORT_REQUIREMENTS
		FROM = {
			family_palace = {
				check_variable = { which = Iron_exports_1 value = 1 }
			}
			any_trade_post = { trade_post_has_building = tr_Iron_export_1 }
		}
	}
}
can_import_Ivory_trigger = {
	custom_tooltip = {
		text = TOOLTIP_IMPORT_REQUIREMENTS
		FROM = {
			family_palace = {
				check_variable = { which = Ivory_exports_1 value = 1 }
			}
			any_trade_post = { trade_post_has_building = tr_Ivory_export_1 }
		}
	}
}

can_import_Lead_trigger = {
	custom_tooltip = {
		text = TOOLTIP_IMPORT_REQUIREMENTS
		FROM = {
			family_palace = {
				check_variable = { which = Lead_exports_1 value = 1 }
			}
			any_trade_post = { trade_post_has_building = tr_Lead_export_1 }
		}
	}
}
can_import_Salt_trigger = {
	custom_tooltip = {
		text = TOOLTIP_IMPORT_REQUIREMENTS
		FROM = {
			family_palace = {
				check_variable = { which = Salt_exports_1 value = 1 }
			}
			any_trade_post = { trade_post_has_building = tr_Salt_export_1 }
		}
	}
}
can_import_Silk_trigger = {
	custom_tooltip = {
		text = TOOLTIP_IMPORT_REQUIREMENTS
		FROM = {
			family_palace = {
				check_variable = { which = Silk_exports_1 value = 1 }
			}
			any_trade_post = { trade_post_has_building = tr_Silk_export_1 }
		}
	}
}
can_import_Silver_trigger = {
	custom_tooltip = {
		text = TOOLTIP_IMPORT_REQUIREMENTS
		FROM = {
			family_palace = {
				check_variable = { which = Silver_exports_1 value = 1 }
			}
			any_trade_post = { trade_post_has_building = tr_Silver_export_1 }
		}
	}
}
can_import_Slave_trigger = {
	custom_tooltip = {
		text = TOOLTIP_IMPORT_REQUIREMENTS
		FROM = {
			family_palace = {
				check_variable = { which = Slave_exports_1 value = 1 }
			}
		}
	}
}
can_import_Spice_trigger = {
	custom_tooltip = {
		text = TOOLTIP_IMPORT_REQUIREMENTS
		FROM = {
			family_palace = {
				check_variable = { which = Spice_exports_1 value = 1 }
			}
		}
	}
}
can_import_Sugar_trigger = {
	custom_tooltip = {
		text = TOOLTIP_IMPORT_REQUIREMENTS
		FROM = {
			family_palace = {
				check_variable = { which = Sugar_exports_1 value = 1 }
			}
		}
	}
}
can_import_Timber_trigger = {
	custom_tooltip = {
		text = TOOLTIP_IMPORT_REQUIREMENTS
		FROM = {
			family_palace = {
				check_variable = { which = Timber_exports_1 value = 1 }
			}
			any_trade_post = { trade_post_has_building = tr_Timber_export_1 }
		}
	}
}
can_import_Tin_trigger = {
	custom_tooltip = {
		text = TOOLTIP_IMPORT_REQUIREMENTS
		FROM = {
			family_palace = {
				check_variable = { which = Tin_exports_1 value = 1 }
			}
		}
	}
}
can_import_Wine_trigger = {
	custom_tooltip = {
		text = TOOLTIP_IMPORT_REQUIREMENTS
		FROM = {
			family_palace = {
				check_variable = { which = Wine_exports_1 value = 1 }
			}
		}
	}
}
can_import_Wool_trigger = {
	custom_tooltip = {
		text = TOOLTIP_IMPORT_REQUIREMENTS
		FROM = {
			family_palace = {
				check_variable = { which = Wool_exports_1 value = 1 }
			}
		}
	}
}