PMR_ai_alt_path = { OR = { has_global_flag = PMR_DEMOCRATIC_FOCUS_PATH has_global_flag = PMR_REPUBLICAN_FOCUS_PATH has_global_flag = PMR_COMMUNIST_FOCUS_PATH has_global_flag = PMR_MONARCHIST_FOCUS_PATH has_global_flag = PMR_MILITARY_JUNTA_FOCUS_PATH has_global_flag = PMR_UKRAINIAN_FOCUS_PATH } } PMR_ai_any_path = { OR = { has_global_flag = PMR_HISTORICAL_FOCUS_PATH PMR_ai_alt_path = yes } } PMR_ai_historical_path = { OR = { has_global_flag = PMR_HISTORICAL_FOCUS_PATH AND = { is_historical_focus_on = yes NOT = { PMR_ai_alt_path = yes } } } } PMR_ai_not_historical_path = { NOT = { PMR_ai_historical_path = yes } PMR_ai_alt_path = yes } PMR_ai_autocrat_trunk_path = { OR = { PMR_ai_historical_path = yes has_global_flag = PMR_UKRAINIAN_FOCUS_PATH has_global_flag = PMR_MILITARY_JUNTA_FOCUS_PATH } } PMR_ai_not_autocrat_trunk_path = { NOT = { PMR_ai_autocrat_trunk_path = yes } OR = { has_global_flag = PMR_DEMOCRATIC_FOCUS_PATH has_global_flag = PMR_REPUBLICAN_FOCUS_PATH has_global_flag = PMR_COMMUNIST_FOCUS_PATH has_global_flag = PMR_MONARCHIST_FOCUS_PATH } } PMR_ai_not_democratic_path = { NOT = { has_global_flag = PMR_DEMOCRATIC_FOCUS_PATH } OR = { is_historical_focus_on = yes PMR_ai_any_path = yes } } PMR_ai_not_republican_path = { NOT = { has_global_flag = PMR_REPUBLICAN_FOCUS_PATH } OR = { is_historical_focus_on = yes PMR_ai_any_path = yes } } PMR_ai_not_communist_path = { NOT = { has_global_flag = PMR_COMMUNIST_FOCUS_PATH } OR = { is_historical_focus_on = yes PMR_ai_any_path = yes } } PMR_ai_not_monarchist_path = { NOT = { has_global_flag = PMR_MONARCHIST_FOCUS_PATH } OR = { is_historical_focus_on = yes PMR_ai_any_path = yes } } PMR_ai_not_junta_path = { NOT = { has_global_flag = PMR_MILITARY_JUNTA_FOCUS_PATH } OR = { is_historical_focus_on = yes PMR_ai_any_path = yes } } PMR_ai_not_ukrainian_path = { NOT = { has_global_flag = PMR_UKRAINIAN_FOCUS_PATH } OR = { is_historical_focus_on = yes PMR_ai_any_path = yes } }