BRM_ai_beacon_path = { has_global_flag = BRM_BEACON_OF_DEMOCRACY_FOCUS_PATH } BRM_ai_iron_fist_path = { has_global_flag = BRM_AN_IRON_FIST_FOCUS_PATH } BRM_ai_alt_path = { OR = { BRM_ai_beacon_path = yes BRM_ai_iron_fist_path = yes } } BRM_ai_any_path = { OR = { has_global_flag = BRM_HISTORICAL_FOCUS_PATH BRM_ai_alt_path = yes } } BRM_ai_no_scripted_path = { NOT = { BRM_ai_any_path = yes } } BRM_ai_historical_path = { OR = { has_global_flag = BRM_HISTORICAL_FOCUS_PATH AND = { is_historical_focus_on = yes NOT = { BRM_ai_alt_path = yes } } } } BRM_ai_not_historical_path = { BRM_ai_alt_path = yes } BRM_ai_civilian_path = { OR = { BRM_ai_historical_path = yes BRM_ai_beacon_path = yes } } BRM_ai_rival_of_beacon_path = { OR = { BRM_ai_historical_path = yes BRM_ai_iron_fist_path = yes } } BRM_ai_not_iron_fist_path = { NOT = { BRM_ai_iron_fist_path = yes } BRM_ai_civilian_path = yes } BRM_ai_not_beacon_path = { NOT = { BRM_ai_beacon_path = yes } BRM_ai_rival_of_beacon_path = yes }