defined_text = {
	name = WRA_REBEL_STABILITY_loc
	text = {
		trigger = {
			AND = {
				check_variable = { WRA_rebel_stability = 0 }
			}
		}
		localization_key = WRA_REBEL_STABILITY_0
	}
	
	text = {
		trigger = {
			AND = {
				check_variable = { WRA_rebel_stability = 1 }
			}
		}
		localization_key = WRA_REBEL_STABILITY_1
	}
	
	text = {
		trigger = {
			AND = {
				check_variable = { WRA_rebel_stability = 2 }
			}
		}
		localization_key = WRA_REBEL_STABILITY_2
	}
	
	text = {
		trigger = {
			AND = {
				check_variable = { WRA_rebel_stability = 3 }
			}
		}
		localization_key = WRA_REBEL_STABILITY_3
	}
	
}