
is_enemy_ideology = {
	OR = {
		AND = {
			has_government = communism
			ROOT = {
				OR = {
					has_government = fascism
					has_government = democratic
				}
			}
		}
		AND = {
			has_government = democratic
			ROOT = {
				OR = {
					has_government = communism
					has_government = fascism
				}
			}
		}
		AND = {
			has_government = fascism
			ROOT = {
				OR = {
					has_government = democratic
					has_government = communism
				}
			}
		}
	}
}
