FIJ_ai_historical_path = { OR = { is_historical_focus_on = yes has_global_flag = FIJ_HISTORICAL_FOCUS_PATH } } FIJ_ai_not_historical_path = { OR = { has_global_flag = FIJ_COUP_AVERTED_FOCUS_PATH has_global_flag = FIJ_MILITARY_JUNTA_FOCUS_PATH has_global_flag = FIJ_RESTORED_KINGDOM_FOCUS_PATH has_global_flag = FIJ_TECHNOCRACY_FOCUS_PATH has_global_flag = FIJ_EARLY_JUNTA_FOCUS_PATH has_global_flag = FIJ_EARLY_KINGDOM_FOCUS_PATH } } FIJ_ai_historical_only_path = { FIJ_ai_historical_path = yes NOT = { FIJ_ai_not_historical_path = yes } } FIJ_ai_any_path = { OR = { FIJ_ai_historical_path = yes FIJ_ai_not_historical_path = yes } } FIJ_ai_junta_path = { OR = { has_global_flag = FIJ_MILITARY_JUNTA_FOCUS_PATH has_global_flag = FIJ_EARLY_JUNTA_FOCUS_PATH } } FIJ_ai_monarchy_path = { OR = { has_global_flag = FIJ_RESTORED_KINGDOM_FOCUS_PATH has_global_flag = FIJ_EARLY_KINGDOM_FOCUS_PATH } } FIJ_ai_early_path = { OR = { has_global_flag = FIJ_EARLY_JUNTA_FOCUS_PATH has_global_flag = FIJ_EARLY_KINGDOM_FOCUS_PATH } } FIJ_ai_late_break_path = { OR = { has_global_flag = FIJ_MILITARY_JUNTA_FOCUS_PATH has_global_flag = FIJ_RESTORED_KINGDOM_FOCUS_PATH has_global_flag = FIJ_TECHNOCRACY_FOCUS_PATH } } FIJ_ai_not_coup_averted_path = { NOT = { has_global_flag = FIJ_COUP_AVERTED_FOCUS_PATH } FIJ_ai_any_path = yes } FIJ_ai_not_junta_path = { NOT = { FIJ_ai_junta_path = yes } FIJ_ai_any_path = yes } FIJ_ai_not_monarchy_path = { NOT = { FIJ_ai_monarchy_path = yes } FIJ_ai_any_path = yes } FIJ_ai_not_technocracy_path = { NOT = { has_global_flag = FIJ_TECHNOCRACY_FOCUS_PATH } FIJ_ai_any_path = yes }