defined_text = {
	name = GetProgress_WRS_project
	text = {
		trigger = {
			check_variable = { wrs_indrustrial_project = 0 }
		}
		localization_key = WRS_project_none
	}
	
	text = {
		trigger = {
			check_variable = { wrs_indrustrial_project = 1 }
		}
		localization_key = WRS_project_syktyvkar
	}
	
	text = {
		trigger = {
			check_variable = { wrs_indrustrial_project = 2 }
		}
		localization_key = WRS_project_izhevsk
	}
	
	text = {
		trigger = {
			check_variable = { wrs_indrustrial_project = 3 }
		}
		localization_key = WRS_project_zlatoust
	}
	
	text = {
		trigger = {
			check_variable = { wrs_indrustrial_project = 4 }
		}
		localization_key = WRS_project_ural
	}
	
	text = {
		trigger = {
			check_variable = { wrs_indrustrial_project = 5 }
		}
		localization_key = WRS_project_port
	}
}

defined_text = {
	name = GetProgress_WRS_project_desc
	text = {
		trigger = {
			check_variable = { wrs_indrustrial_project = 0 }
		}
		localization_key = WRS_project_none_desc
	}
	
	text = {
		trigger = {
			check_variable = { wrs_indrustrial_project = 1 }
		}
		localization_key = WRS_project_syktyvkar_desc
	}
	
	text = {
		trigger = {
			check_variable = { wrs_indrustrial_project = 2 }
		}
		localization_key = WRS_project_izhevsk_desc
	}
	
	text = {
		trigger = {
			check_variable = { wrs_indrustrial_project = 3 }
		}
		localization_key = WRS_project_zlatoust_desc
	}
	
	text = {
		trigger = {
			check_variable = { wrs_indrustrial_project = 4 }
		}
		localization_key = WRS_project_ural_desc
	}
	
	text = {
		trigger = {
			check_variable = { wrs_indrustrial_project = 5 }
		}
		localization_key = WRS_project_port_desc
	}
}


defined_text = {
	name = wrs_check_kolkhoz
	text = {
		trigger = {
			has_country_flag = wrs_invented_sovhoz
			NOT = { has_country_flag = wrs_invented_garnizon }
		}
		localization_key = WRS_its_sovhoz
	}
	text = {
		trigger = {
			NOT = { has_country_flag = wrs_invented_sovhoz }
			has_country_flag = wrs_invented_garnizon
		}
		localization_key = WRS_its_garnizon
	}
	
	text = {
		trigger = {
			NOT = { has_country_flag = wrs_invented_sovhoz }
			NOT = { has_country_flag = wrs_invented_garnizon }
		}
		localization_key = WRS_its_kolkhoz
	}
}

defined_text = {
	name = wrs_check_kolkhoz_2
	text = {
		trigger = {
			has_country_flag = wrs_invented_sovhoz
			NOT = { has_country_flag = wrs_invented_garnizon }
		}
		localization_key = WRS_its_sovhoz_2
	}
	
	text = {
		trigger = {
			NOT = { has_country_flag = wrs_invented_sovhoz }
			has_country_flag = wrs_invented_garnizon
		}
		localization_key = WRS_its_garnizon_2
	}
	
	text = {
		trigger = {
			NOT = { has_country_flag = wrs_invented_sovhoz }
			NOT = { has_country_flag = wrs_invented_garnizon }
		}
		localization_key = WRS_its_kolkhoz_2
	}
}