MNT_ai_alt_path = { OR = { has_global_flag = MNT_EUROPEAN_REFORM_FOCUS_PATH has_global_flag = MNT_SERBIAN_UNION_FOCUS_PATH has_global_flag = MNT_MONARCHIST_RESTORATION_FOCUS_PATH has_global_flag = MNT_NEUTRAL_HARBOUR_FOCUS_PATH has_global_flag = MNT_SOCIALIST_REVIVAL_FOCUS_PATH } } MNT_ai_historical_path = { OR = { has_global_flag = MNT_HISTORICAL_FOCUS_PATH AND = { is_historical_focus_on = yes NOT = { MNT_ai_alt_path = yes } } } } MNT_ai_any_path = { OR = { MNT_ai_historical_path = yes MNT_ai_alt_path = yes } } MNT_ai_not_historical_path = { MNT_ai_alt_path = yes } MNT_ai_dukanovic_path = { OR = { MNT_ai_historical_path = yes has_global_flag = MNT_NEUTRAL_HARBOUR_FOCUS_PATH has_completed_focus = MNT_dukanovic_rule } } MNT_ai_not_dukanovic_path = { NOT = { MNT_ai_dukanovic_path = yes } OR = { is_historical_focus_on = yes MNT_ai_any_path = yes } } MNT_ai_western_path = { OR = { MNT_ai_historical_path = yes has_global_flag = MNT_EUROPEAN_REFORM_FOCUS_PATH has_completed_focus = MNT_european_intragrate } } MNT_ai_not_western_path = { NOT = { MNT_ai_western_path = yes } OR = { is_historical_focus_on = yes MNT_ai_any_path = yes } } MNT_ai_belgrade_path = { OR = { has_global_flag = MNT_SERBIAN_UNION_FOCUS_PATH has_global_flag = MNT_MONARCHIST_RESTORATION_FOCUS_PATH has_completed_focus = MNT_cave_to_serbia } } MNT_ai_not_belgrade_path = { NOT = { MNT_ai_belgrade_path = yes } OR = { is_historical_focus_on = yes MNT_ai_any_path = yes } } MNT_ai_free_harbour_path = { OR = { has_global_flag = MNT_NEUTRAL_HARBOUR_FOCUS_PATH has_global_flag = MNT_SOCIALIST_REVIVAL_FOCUS_PATH has_completed_focus = MNT_free_harbour } } MNT_ai_not_free_harbour_path = { NOT = { MNT_ai_free_harbour_path = yes } OR = { is_historical_focus_on = yes MNT_ai_any_path = yes } } MNT_ai_not_european_reform_path = { NOT = { has_global_flag = MNT_EUROPEAN_REFORM_FOCUS_PATH } OR = { is_historical_focus_on = yes MNT_ai_any_path = yes } } MNT_ai_not_serbian_union_path = { NOT = { has_global_flag = MNT_SERBIAN_UNION_FOCUS_PATH } OR = { is_historical_focus_on = yes MNT_ai_any_path = yes } } MNT_ai_not_monarchist_restoration_path = { NOT = { has_global_flag = MNT_MONARCHIST_RESTORATION_FOCUS_PATH } OR = { is_historical_focus_on = yes MNT_ai_any_path = yes } } MNT_ai_not_socialist_revival_path = { NOT = { has_global_flag = MNT_SOCIALIST_REVIVAL_FOCUS_PATH } OR = { is_historical_focus_on = yes MNT_ai_any_path = yes } }