GER_italy_category = {

	allowed = {
		original_tag = GER
	}

	visible = {
		has_war_with = ENG
	}
}

GER_valkyrie = {
    allowed = {
	    original_tag = GER
	}
	
	visible = { 
	    has_war_with = ENG
		has_war_with = SOV
		has_start_date < 1945.1.1
		has_start_date > 1944.1.1
	}
}

GER_1945 = {
    allowed = {
	    original_tag = GER
		has_start_date > 1945.1.1
		has_start_date < 1945.5.1
	}
	
	visible = { 
	    has_start_date > 1945.1.1
		has_start_date < 1945.5.1
	}
}

GER_1944 = {
    allowed = {
	    original_tag = GER
		has_start_date > 1944.1.1
		has_start_date < 1945.1.1
	}
	
	visible = { 
	    has_start_date > 1944.1.1
		has_start_date < 1945.1.1
	}
}