ROM_ai_alt_path = { OR = { has_global_flag = ROM_NATIONAL_LIBERAL_FOCUS_PATH has_global_flag = ROM_PEASANT_PARTY_FOCUS_PATH has_global_flag = ROM_DEMOCRATIC_PARTY_FOCUS_PATH has_global_flag = ROM_RESTORED_MONARCHY_FOCUS_PATH has_global_flag = ROM_GREATER_ROMANIA_FOCUS_PATH } } ROM_ai_any_path = { OR = { has_global_flag = ROM_HISTORICAL_FOCUS_PATH ROM_ai_alt_path = yes } } ROM_ai_historical_path = { OR = { has_global_flag = ROM_HISTORICAL_FOCUS_PATH AND = { is_historical_focus_on = yes NOT = { ROM_ai_alt_path = yes } } } } ROM_ai_not_historical_path = { ROM_ai_alt_path = yes } ROM_ai_reformist_path = { OR = { ROM_ai_historical_path = yes has_global_flag = ROM_NATIONAL_LIBERAL_FOCUS_PATH has_global_flag = ROM_PEASANT_PARTY_FOCUS_PATH has_global_flag = ROM_DEMOCRATIC_PARTY_FOCUS_PATH has_global_flag = ROM_RESTORED_MONARCHY_FOCUS_PATH } } ROM_ai_not_reformist_path = { has_global_flag = ROM_GREATER_ROMANIA_FOCUS_PATH } ROM_ai_liberal_bloc_path = { OR = { has_global_flag = ROM_NATIONAL_LIBERAL_FOCUS_PATH has_global_flag = ROM_RESTORED_MONARCHY_FOCUS_PATH } } ROM_ai_not_liberal_bloc_path = { NOT = { ROM_ai_liberal_bloc_path = yes } OR = { is_historical_focus_on = yes has_global_flag = ROM_HISTORICAL_FOCUS_PATH has_global_flag = ROM_PEASANT_PARTY_FOCUS_PATH has_global_flag = ROM_DEMOCRATIC_PARTY_FOCUS_PATH has_global_flag = ROM_GREATER_ROMANIA_FOCUS_PATH } } ROM_ai_not_peasant_party_path = { NOT = { has_global_flag = ROM_PEASANT_PARTY_FOCUS_PATH } OR = { is_historical_focus_on = yes has_global_flag = ROM_HISTORICAL_FOCUS_PATH has_global_flag = ROM_NATIONAL_LIBERAL_FOCUS_PATH has_global_flag = ROM_DEMOCRATIC_PARTY_FOCUS_PATH has_global_flag = ROM_RESTORED_MONARCHY_FOCUS_PATH has_global_flag = ROM_GREATER_ROMANIA_FOCUS_PATH } } ROM_ai_not_democratic_party_path = { NOT = { has_global_flag = ROM_DEMOCRATIC_PARTY_FOCUS_PATH } OR = { is_historical_focus_on = yes has_global_flag = ROM_HISTORICAL_FOCUS_PATH has_global_flag = ROM_NATIONAL_LIBERAL_FOCUS_PATH has_global_flag = ROM_PEASANT_PARTY_FOCUS_PATH has_global_flag = ROM_RESTORED_MONARCHY_FOCUS_PATH has_global_flag = ROM_GREATER_ROMANIA_FOCUS_PATH } } ROM_ai_not_restored_monarchy_path = { NOT = { has_global_flag = ROM_RESTORED_MONARCHY_FOCUS_PATH } OR = { is_historical_focus_on = yes has_global_flag = ROM_HISTORICAL_FOCUS_PATH has_global_flag = ROM_NATIONAL_LIBERAL_FOCUS_PATH has_global_flag = ROM_PEASANT_PARTY_FOCUS_PATH has_global_flag = ROM_DEMOCRATIC_PARTY_FOCUS_PATH has_global_flag = ROM_GREATER_ROMANIA_FOCUS_PATH } } ROM_ai_not_greater_romania_path = { NOT = { has_global_flag = ROM_GREATER_ROMANIA_FOCUS_PATH } OR = { is_historical_focus_on = yes has_global_flag = ROM_HISTORICAL_FOCUS_PATH has_global_flag = ROM_NATIONAL_LIBERAL_FOCUS_PATH has_global_flag = ROM_PEASANT_PARTY_FOCUS_PATH has_global_flag = ROM_DEMOCRATIC_PARTY_FOCUS_PATH has_global_flag = ROM_RESTORED_MONARCHY_FOCUS_PATH } }