defined_text = {
	name = get_sbi_parliament_unity_image
	text = {
		trigger = {
			check_variable = { SBI_PASTER_PARL_UNITY_Progress < 20 }
		}
		localization_key = "GFX_speerdometer_0"
	}
	text = {
		trigger = {
			check_variable = { SBI_PASTER_PARL_UNITY_Progress > 19 }
			check_variable = { SBI_PASTER_PARL_UNITY_Progress < 45 }
		}
		localization_key = "GFX_speerdometer_1"
	}
	text = {
		trigger = {
			check_variable = { SBI_PASTER_PARL_UNITY_Progress > 44 }
			check_variable = { SBI_PASTER_PARL_UNITY_Progress < 65 }
		}
		localization_key = "GFX_speerdometer_2"
	}
	text = {
		trigger = {
			check_variable = { SBI_PASTER_PARL_UNITY_Progress > 64 }
			check_variable = { SBI_PASTER_PARL_UNITY_Progress < 84 }
		}
		localization_key = "GFX_speerdometer_3"
	}
	text = {
		trigger = {
			check_variable = { SBI_PASTER_PARL_UNITY_Progress > 83 }
		}
		localization_key = "GFX_speerdometer_4"
	}
}

defined_text = {
	name = SBI_PARLIAMENT_UNITY_loc
	text = {
		trigger = {
			check_variable = { SBI_PASTER_PARL_UNITY_Progress < 20 }
		}
		localization_key = "SBI_PARLIAMENT_UNITY_0"
	}
	text = {
		trigger = {
			check_variable = { SBI_PASTER_PARL_UNITY_Progress > 19 }
			check_variable = { SBI_PASTER_PARL_UNITY_Progress < 45 }
		}
		localization_key = "SBI_PARLIAMENT_UNITY_1"
	}
	text = {
		trigger = {
			check_variable = { SBI_PASTER_PARL_UNITY_Progress > 44 }
			check_variable = { SBI_PASTER_PARL_UNITY_Progress < 65 }
		}
		localization_key = "SBI_PARLIAMENT_UNITY_2"
	}
	text = {
		trigger = {
			check_variable = { SBI_PASTER_PARL_UNITY_Progress > 64 }
			check_variable = { SBI_PASTER_PARL_UNITY_Progress < 84 }
		}
		localization_key = "SBI_PARLIAMENT_UNITY_3"
	}
	text = {
		trigger = {
			check_variable = { SBI_PASTER_PARL_UNITY_Progress > 83 }
		}
		localization_key = "SBI_PARLIAMENT_UNITY_4"
	}
}
