# Greek Creditor System Triggers GRE_is_eligible_creditor = { custom_trigger_tooltip = { tooltip = GRE_eligible_creditor_tt NOT = { has_war_with = GRE } is_subject = no has_opinion = { target = GRE value > -50 } NOT = { is_in_array = { GRE.GRE_creditors = THIS.id } } } } GRE_has_creditors = { check_variable = { GRE_creditors^num > 0 } } GRE_is_creditor_of_greece = { is_in_array = { GRE.GRE_creditors = THIS.id } } GRE_austerity_ongoing = { OR = { has_idea = GRE_austerity_1 has_idea = GRE_austerity_2 has_idea = GRE_austerity_3 } } GRE_ai_historical_path = { OR = { is_historical_focus_on = yes has_global_flag = GRE_HISTORICAL_FOCUS_PATH } } GRE_ai_not_historical_path = { OR = { has_global_flag = GRE_COMMUNIST_FOCUS_PATH has_global_flag = GRE_NATIONALIST_FOCUS_PATH has_global_flag = GRE_MULTIPOLAR_FOCUS_PATH } } GRE_ai_republic_path = { OR = { is_historical_focus_on = yes has_global_flag = GRE_HISTORICAL_FOCUS_PATH has_global_flag = GRE_MULTIPOLAR_FOCUS_PATH } } GRE_ai_not_republic_path = { OR = { has_global_flag = GRE_COMMUNIST_FOCUS_PATH has_global_flag = GRE_NATIONALIST_FOCUS_PATH } } GRE_ai_radical_path = { OR = { has_global_flag = GRE_COMMUNIST_FOCUS_PATH has_global_flag = GRE_NATIONALIST_FOCUS_PATH } } GRE_ai_not_radical_path = { NOT = { GRE_ai_radical_path = yes } OR = { is_historical_focus_on = yes has_global_flag = GRE_HISTORICAL_FOCUS_PATH has_global_flag = GRE_MULTIPOLAR_FOCUS_PATH } } GRE_ai_not_communist_path = { NOT = { has_global_flag = GRE_COMMUNIST_FOCUS_PATH } OR = { is_historical_focus_on = yes has_global_flag = GRE_HISTORICAL_FOCUS_PATH has_global_flag = GRE_NATIONALIST_FOCUS_PATH has_global_flag = GRE_MULTIPOLAR_FOCUS_PATH } } GRE_ai_not_nationalist_path = { NOT = { has_global_flag = GRE_NATIONALIST_FOCUS_PATH } OR = { is_historical_focus_on = yes has_global_flag = GRE_HISTORICAL_FOCUS_PATH has_global_flag = GRE_COMMUNIST_FOCUS_PATH has_global_flag = GRE_MULTIPOLAR_FOCUS_PATH } } GRE_ai_not_multipolar_path = { NOT = { has_global_flag = GRE_MULTIPOLAR_FOCUS_PATH } OR = { is_historical_focus_on = yes has_global_flag = GRE_HISTORICAL_FOCUS_PATH has_global_flag = GRE_COMMUNIST_FOCUS_PATH has_global_flag = GRE_NATIONALIST_FOCUS_PATH } }