GER_oberkommando = {                             			 
	picture = GFX_scenariodecision_cat
	icon = GFX_decision_category_border_conflicts
	
	priority = {
		base = 10
	}

	allowed = {
		original_tag = GER
	}
	visible = {
		has_war = yes
	}
}

GER_defense_of_berlin_preparations = {                             			 
	picture = GFX_scenariodecision_cat_berlin
	icon = military_operation
	
	priority = {
		base = 9
	}

	allowed = {
		original_tag = GER
	}
	visible = {
		has_war = yes
		NOT = {
			has_start_date > 1945.4.11
		}		
	}
}

JAP_asiatic_land_war = {                             			 
	picture = GFX_decision_cat_picture_chi_infiltration
	icon = GFX_decision_category_border_conflicts
	
	priority = {
		base = 10
	}

	allowed = {
		OR = {
			original_tag = JAP
			original_tag = CHI
		}
	}
	visible = {
		has_war = yes
	}
}

JAP_hold_territory = {                             			 
	icon = GFX_decision_category_border_conflicts
	
	priority = {
		base = 9
	}

	allowed = {
		original_tag = JAP
	}
	visible = {
		has_war = yes
	}
}

JAP_operation_ketsugo_cat = {                    
	picture = GFX_decision_cat_picture_generic_border_conflicts    			 
	icon = GFX_decision_category_border_conflicts
	
	priority = {
		base = 8
	}

	allowed = {
		original_tag = JAP
	}
	visible = {
		has_war = yes
		has_completed_focus = JAP_focus_operation_ketsugo
	}
}

JAP_allied_chinese_support = {                             			 
	picture = GFX_decision_cat_picture_chi_infiltration
	icon = GFX_decision_category_border_conflicts
	
	priority = {
		base = 7
	}

	allowed = {
		OR = {
			original_tag = JAP
			original_tag = CHI
		}
	}
	visible = {
		has_war = yes
	}
}

USA_scenario_war_department = {                             			 
	icon = GFX_decision_category_border_conflicts
	
	priority = {
		base = 10
	}

	allowed = {
		original_tag = USA
	}
	visible = {
		has_war = yes
	}
}

SOV_stavka = {                             			 
	icon = GFX_decision_category_border_conflicts
	
	priority = {
		base = 7
	}

	allowed = {
		OR = {
			original_tag = JAP
			original_tag = SOV
		}
	}
	visible = {
		has_war = yes
	}
}

scenario_settings = {
	icon = military_operation

	priority = {
		base = 6
	}
	allowed = {
		OR = {
			tag = GER
			tag = JAP
		}
	}
	visible = {
		OR = {
			tag = GER
			tag = JAP
		}
	}
}