IND_ai_any_path = { OR = { has_global_flag = IND_HISTORICAL_FOCUS_PATH has_global_flag = IND_PARTY_OF_STRUGGLE_FOCUS_PATH has_global_flag = IND_DEMOCRAT_PARTY_FOCUS_PATH has_global_flag = IND_UNITED_DEVELOPMENT_FOCUS_PATH has_global_flag = IND_PROSPEROUS_JUSTICE_FOCUS_PATH has_global_flag = IND_ISLAMIST_FOCUS_PATH } } IND_ai_historical_path = { OR = { is_historical_focus_on = yes has_global_flag = IND_HISTORICAL_FOCUS_PATH } } IND_ai_not_historical_path = { OR = { has_global_flag = IND_PARTY_OF_STRUGGLE_FOCUS_PATH has_global_flag = IND_DEMOCRAT_PARTY_FOCUS_PATH has_global_flag = IND_UNITED_DEVELOPMENT_FOCUS_PATH has_global_flag = IND_PROSPEROUS_JUSTICE_FOCUS_PATH has_global_flag = IND_ISLAMIST_FOCUS_PATH } } IND_ai_not_struggle_path = { NOT = { has_global_flag = IND_PARTY_OF_STRUGGLE_FOCUS_PATH } OR = { is_historical_focus_on = yes IND_ai_any_path = yes } } IND_ai_not_democrat_path = { NOT = { has_global_flag = IND_DEMOCRAT_PARTY_FOCUS_PATH } OR = { is_historical_focus_on = yes IND_ai_any_path = yes } } IND_ai_not_development_path = { NOT = { has_global_flag = IND_UNITED_DEVELOPMENT_FOCUS_PATH } OR = { is_historical_focus_on = yes IND_ai_any_path = yes } } IND_ai_not_justice_path = { NOT = { has_global_flag = IND_PROSPEROUS_JUSTICE_FOCUS_PATH } OR = { is_historical_focus_on = yes IND_ai_any_path = yes } } IND_ai_not_islamist_path = { NOT = { has_global_flag = IND_ISLAMIST_FOCUS_PATH } OR = { is_historical_focus_on = yes IND_ai_any_path = yes } } IND_ai_secular_path = { OR = { IND_ai_historical_path = yes has_global_flag = IND_PARTY_OF_STRUGGLE_FOCUS_PATH has_global_flag = IND_DEMOCRAT_PARTY_FOCUS_PATH has_global_flag = IND_UNITED_DEVELOPMENT_FOCUS_PATH has_global_flag = IND_PROSPEROUS_JUSTICE_FOCUS_PATH } } IND_ai_not_secular_path = { has_global_flag = IND_ISLAMIST_FOCUS_PATH } IND_ai_eastern_path = { OR = { has_global_flag = IND_PARTY_OF_STRUGGLE_FOCUS_PATH has_global_flag = IND_PROSPEROUS_JUSTICE_FOCUS_PATH has_global_flag = IND_ISLAMIST_FOCUS_PATH } } IND_ai_not_eastern_path = { NOT = { IND_ai_eastern_path = yes } OR = { is_historical_focus_on = yes IND_ai_any_path = yes } } IND_ai_western_path = { OR = { IND_ai_historical_path = yes has_global_flag = IND_DEMOCRAT_PARTY_FOCUS_PATH has_global_flag = IND_UNITED_DEVELOPMENT_FOCUS_PATH } } IND_ai_not_western_path = { IND_ai_eastern_path = yes } IND_ai_maluku_broker_path = { OR = { IND_ai_historical_path = yes has_global_flag = IND_DEMOCRAT_PARTY_FOCUS_PATH has_global_flag = IND_UNITED_DEVELOPMENT_FOCUS_PATH has_global_flag = IND_PROSPEROUS_JUSTICE_FOCUS_PATH } } IND_ai_not_maluku_broker_path = { OR = { has_global_flag = IND_PARTY_OF_STRUGGLE_FOCUS_PATH has_global_flag = IND_ISLAMIST_FOCUS_PATH } }