defined_text = {
	name = slh_famine_progress_text
	text = {
		localization_key = slh_famine_progress_text_none
		trigger = {
			check_variable = { slh_famine_progress < 1 }
		}
	}
	text = {
		localization_key = slh_famine_progress_text_low
		trigger = {
			check_variable = { slh_famine_progress = 1 }
		}
	}
	text = {
		localization_key = slh_famine_progress_text_medium
		trigger = {
			if = {
				limit = {
					has_idea = bos_ncr_terrible_famine
				}
				check_variable = { slh_famine_progress > 1 }
				check_variable = { slh_famine_progress < 4 }
			}
			else = {
			check_variable = { slh_famine_progress > 1 }
			check_variable = { slh_famine_progress < 3 }
			}

		}
	}
	text = {
		localization_key = slh_famine_progress_text_high
		trigger = {
			if = {
				limit = {
					has_idea = bos_ncr_terrible_famine
				}
			check_variable = { slh_famine_progress > 3 }
			}
			else = {
				check_variable = { slh_famine_progress > 2 }
			}
		}
	}
}
defined_text = {
	name = desoto_focus_desc
	text = {
		trigger = {bos_rr_is_enabled = no}
		localization_key = bos_desoto_no_rr
	}
	text = {
		trigger = {bos_rr_is_enabled = yes}
		localization_key = bos_desoto_rr_enabled
	}
}
defined_text = {
	name = hoi4_devs_broke_this_dynamic
	text = {
		trigger = {
			if = { 
				BOS = {
				check_variable = {
					bos_slh_volunterr_func_negative = 0
				}
				}
			}
		}
		localization_key = hoi4_devs_broke_this_tt_war_completed
	}
	text = {
		##War hasn't happend yet, display the information!
		localization_key = hoi4_devs_broke_this_tt_war_not_completed
	}
}