BUL_fascism = {
	name = "BUL turn fascist"

	enable = {
		is_historical_focus_on = yes
	
		tag = BUL

		has_focus_tree = generic_focus
		
		date > 1940.1.1

		GER = { is_major = yes has_government = fascism }

		OR = { has_government = neutrality has_government = fascism }
		
		OR = { 
			POL = { has_war_with = GER has_capitulated = yes }
			POL = { exists = no }
			POL = { is_subject_of = GER }
			POL = { is_in_faction_with = GER }
		}
	}
	
	abort_when_not_enabled = yes

	ai_national_focuses = {
		political_effort
		collectivist_ethos
		nationalism_focus
	}
}