defined_text = {
	name = getOstlandController #Ostland
	text = {
		trigger = {
			WRS = { check_variable = { Ostland_partizan_num < 50 } }
		}
		localization_key = "GFX_partizan_ostland_gray"
	}
	text = {
		trigger = {
			WRS = { check_variable = { Ostland_partizan_num > 50 } }
		}
		localization_key = "GFX_partizan_ostland_red"
	}
}

defined_text = {
	name = getUkraineController #Ukraine
	text = {
		trigger = {
			WRS = { check_variable = { Ukraine_partizan_num < 50 } }
		}
		localization_key = "GFX_partizan_ukraine_gray"
	}
	text = {
		trigger = {
			WRS = { check_variable = { Ukraine_partizan_num > 50 } }
		}
		localization_key = "GFX_partizan_ukraine_red"
	}
}

defined_text = {
	name = getMoskowienController #Moskowien
	text = {
		trigger = {
			WRS = { check_variable = { Moskowien_partizan_num < 50 } }
		}
		localization_key = "GFX_partizan_moskowien_gray"
	}
	text = {
		trigger = {
			WRS = { check_variable = { Moskowien_partizan_num > 50 } }
		}
		localization_key = "GFX_partizan_moskowien_red"
	}
}

defined_text = {
	name = getKaukasienController #Kaukasien
	text = {
		trigger = {
			WRS = { check_variable = { Kaukasien_partizan_num < 50 } }
		}
		localization_key = "GFX_partizan_kaukasien_gray"
	}
	text = {
		trigger = {
			WRS = { check_variable = { Kaukasien_partizan_num > 50 } }
		}
		localization_key = "GFX_partizan_kaukasien_red"
	}
}