SAU_ai_alt_path = { OR = { has_global_flag = SAU_KHALEEJI_UNION_FOCUS_PATH has_global_flag = SAU_FAISALITE_KINGDOM_FOCUS_PATH has_global_flag = SAU_MILITARY_RULE_FOCUS_PATH has_global_flag = SAU_BAATHIST_REPUBLIC_FOCUS_PATH has_global_flag = SAU_ISLAMIC_REPUBLIC_FOCUS_PATH has_global_flag = SAU_PEOPLES_REPUBLIC_FOCUS_PATH has_global_flag = SAU_PARLIAMENTARY_REPUBLIC_FOCUS_PATH } } SAU_ai_any_path = { OR = { has_global_flag = SAU_HISTORICAL_FOCUS_PATH SAU_ai_alt_path = yes } } SAU_ai_historical_path = { OR = { has_global_flag = SAU_HISTORICAL_FOCUS_PATH AND = { is_historical_focus_on = yes NOT = { SAU_ai_alt_path = yes } } } } SAU_ai_not_historical_path = { SAU_ai_alt_path = yes } SAU_ai_republic_path = { OR = { has_global_flag = SAU_BAATHIST_REPUBLIC_FOCUS_PATH has_global_flag = SAU_ISLAMIC_REPUBLIC_FOCUS_PATH has_global_flag = SAU_PEOPLES_REPUBLIC_FOCUS_PATH has_global_flag = SAU_PARLIAMENTARY_REPUBLIC_FOCUS_PATH } } SAU_ai_junta_transit_path = { OR = { has_global_flag = SAU_MILITARY_RULE_FOCUS_PATH SAU_ai_republic_path = yes } } SAU_ai_monarchy_path = { OR = { SAU_ai_historical_path = yes has_global_flag = SAU_KHALEEJI_UNION_FOCUS_PATH has_global_flag = SAU_FAISALITE_KINGDOM_FOCUS_PATH } } SAU_ai_not_monarchy_path = { NOT = { SAU_ai_monarchy_path = yes } OR = { is_historical_focus_on = yes SAU_ai_any_path = yes } } SAU_ai_not_khaleeji_path = { NOT = { has_global_flag = SAU_KHALEEJI_UNION_FOCUS_PATH } OR = { is_historical_focus_on = yes SAU_ai_any_path = yes } } SAU_ai_not_faisalite_path = { NOT = { has_global_flag = SAU_FAISALITE_KINGDOM_FOCUS_PATH } OR = { is_historical_focus_on = yes SAU_ai_any_path = yes } } SAU_ai_not_junta_transit_path = { NOT = { SAU_ai_junta_transit_path = yes } OR = { is_historical_focus_on = yes SAU_ai_any_path = yes } } SAU_ai_not_military_rule_path = { NOT = { has_global_flag = SAU_MILITARY_RULE_FOCUS_PATH } OR = { is_historical_focus_on = yes SAU_ai_any_path = yes } } SAU_ai_not_republic_path = { NOT = { SAU_ai_republic_path = yes } OR = { is_historical_focus_on = yes SAU_ai_any_path = yes } } SAU_ai_not_baathist_path = { NOT = { has_global_flag = SAU_BAATHIST_REPUBLIC_FOCUS_PATH } OR = { is_historical_focus_on = yes SAU_ai_any_path = yes } } SAU_ai_not_shia_republic_path = { NOT = { has_global_flag = SAU_ISLAMIC_REPUBLIC_FOCUS_PATH } OR = { is_historical_focus_on = yes SAU_ai_any_path = yes } } SAU_ai_not_peoples_republic_path = { NOT = { has_global_flag = SAU_PEOPLES_REPUBLIC_FOCUS_PATH } OR = { is_historical_focus_on = yes SAU_ai_any_path = yes } } SAU_ai_not_parliamentary_path = { NOT = { has_global_flag = SAU_PARLIAMENTARY_REPUBLIC_FOCUS_PATH } OR = { is_historical_focus_on = yes SAU_ai_any_path = yes } }