defined_text = {
	name = SBI_SIBWAR_PROTEST_LVL
	text = {
		trigger = {
			AND = {
				check_variable = { SBI_PROTEST_Progress < 30 }
			}
		}
		localization_key = SBI_SIBWAR_PROTEST_LVL_0
	}
	text = {
		trigger = {
			AND = {
				check_variable = { SBI_PROTEST_Progress > 29 }
				check_variable = { SBI_PROTEST_Progress < 51 }
			}
		}
		localization_key = SBI_SIBWAR_PROTEST_LVL_1
	}
	text = {
		trigger = {
			AND = {
				check_variable = { SBI_PROTEST_Progress > 50 }
				check_variable = { SBI_PROTEST_Progress < 90 }
			}
		}
		localization_key = SBI_SIBWAR_PROTEST_LVL_2
	}
	text = {
		trigger = {
			AND = {
				check_variable = { SBI_PROTEST_Progress > 89 }
			}
		}
		localization_key = SBI_SIBWAR_PROTEST_LVL_3
	}
	
}

defined_text = {
	name = SBI_SIBWAR_MILITARY_PROTEST_LVL
	text = {
		trigger = {
			AND = {
				check_variable = { SBI_MILITARY_PROTEST_Progress < 30 }
			}
		}
		localization_key = SBI_SIBWAR_PROTEST_LVL_0
	}
	text = {
		trigger = {
			AND = {
				check_variable = { SBI_MILITARY_PROTEST_Progress > 29 }
				check_variable = { SBI_MILITARY_PROTEST_Progress < 51 }
			}
		}
		localization_key = SBI_SIBWAR_PROTEST_LVL_1
	}
	text = {
		trigger = {
			AND = {
				check_variable = { SBI_MILITARY_PROTEST_Progress > 50 }
				check_variable = { SBI_MILITARY_PROTEST_Progress < 90 }
			}
		}
		localization_key = SBI_SIBWAR_PROTEST_LVL_2
	}
	text = {
		trigger = {
			AND = {
				check_variable = { SBI_MILITARY_PROTEST_Progress > 89 }
			}
		}
		localization_key = SBI_SIBWAR_PROTEST_LVL_3
	}
	
}

defined_text = {
	name = SBI_SIBWAR_ESCALATE_LVL
	text = {
		trigger = {
			AND = {
				check_variable = { SBI_ESCALATE_Progress < 30 }
			}
		}
		localization_key = SBI_SIBWAR_ESCALATE_LVL_0
	}
	text = {
		trigger = {
			AND = {
				check_variable = { SBI_ESCALATE_Progress > 29 }
				check_variable = { SBI_ESCALATE_Progress < 51 }
			}
		}
		localization_key = SBI_SIBWAR_ESCALATE_LVL_1
	}
	text = {
		trigger = {
			AND = {
				check_variable = { SBI_ESCALATE_Progress > 50 }
				check_variable = { SBI_ESCALATE_Progress < 90 }
			}
		}
		localization_key = SBI_SIBWAR_ESCALATE_LVL_2
	}
	text = {
		trigger = {
			AND = {
				check_variable = { SBI_ESCALATE_Progress > 89 }
			}
		}
		localization_key = SBI_SIBWAR_ESCALATE_LVL_3
	}
	
}