west_russian_war_category = {
	
	visible = {
		WRS = {
			has_war_with = GER
		}
		GER = {
			has_capitulated = no
		}
	}
	
	priority = 500
	
	allowed = {
		OR = {
			original_tag = WRS
			original_tag = GER
		}
	}
	visible_when_empty = yes
	scripted_gui = WEST_RUSSIAN_WAR_decision_ui
}

SBI_west_russian_war_category = {
	
	visible = {
		SBI = {
			has_war_with = GER
		}
		GER = {
			has_capitulated = no
		}
	}
	
	priority = 1000
	
	allowed = {
		OR = {
			original_tag = SBI
			original_tag = GER
		}
	}
	visible_when_empty = yes
	scripted_gui = SBI_WEST_RUSSIAN_WAR_decision_ui
}

struggle_with_partizans_category = {
	
	visible = {
		has_country_flag = GER_struggle_with_partizans
	}
	
	priority = 600
	
	allowed = {
		OR = {
			original_tag = GER
		}
	}
	visible_when_empty = yes
	scripted_gui = struggle_with_partizans_decision_ui
}

wrs_struggle_category = {
	icon = generic_crisis
	visible = {
		has_country_flag = WRS_voroshilov_ambitions_flag
		NOT = {
			has_country_flag = WRS_is_not_voroshilov
		}
	}
	
	priority = 100
	
	allowed = {
		original_tag = WRS
	}
	visible_when_empty = yes
	scripted_gui = WRS_struggle_decision_ui	
}

wrs_hunger_category = {
	icon = generic_crisis
	visible = {
		has_country_flag = wrs_has_hunger
	}
	
	priority = 90
	
	allowed = {
		original_tag = WRS
	}
	visible_when_empty = yes
	scripted_gui = WRS_hunger_decision_ui	
}

wrs_influence_category = {
	icon = generic_crisis
	visible = {
		has_country_flag = wrs_influence_gui
	}
	
	priority = 120
	
	allowed = {
		original_tag = WRS
	}
	visible_when_empty = yes
	scripted_gui = pie_chart_sg
}

wrs_industry_projects_category = {
	icon = generic_crisis
	visible = {
		has_country_flag = wrs_industry_projects
	}
	
	priority = 210
	
	allowed = {
		original_tag = WRS
	}
	visible_when_empty = yes
	scripted_gui = WRS_industry_projects_decision_ui
}