defined_text = {
	name = GetDpeMigrantMapTooltipDelayed
	text = {
		trigger = {
			set_temp_variable = { maptc = peopletwo}
			check_variable = { migration_attraction < 0 }
		}
		localization_key = dpemigrantm2_localization_key
	}
	text = {
		trigger = {
			set_temp_variable = { maptc = peopletwo}
			check_variable = { migration_attraction > 0 }
		}
		localization_key = dpemigrantm_localization_key
	}
	text = {
		trigger = {
			set_temp_variable = { maptc = peopletwo}
			check_variable = { migration_attraction = 0 }
		}
		localization_key = dpemigrantm_localization_key
	}
}


