country_event = {
id = 33020
title = "EVTNAME33020" #The League of Three Emperors
desc = "EVTDESC33020"
picture = "treaty"
is_triggered_only = yes
option = {
name = "We will agree to the alliance."
prestige = 10
GER = { prestige = 10 }
relation = { who = GER value = 200 }
create_alliance = GER
random_country = {
limit = {
tag = GER
is_greater_power = yes
NOT = { is_sphere_leader_of = THIS }
THIS = { is_greater_power = no }
}
diplomatic_influence = { who = THIS value = 200 }
}
random_country = {
limit = {
OR = {
tag = KUK
tag = RUS
}
NOT = { tag = THIS }
}
relation = { who = THIS value = 100 }
}
ai_chance = {
factor = 70
modifier = {
factor = 2
tag = KUK
}
modifier = {
factor = 1.5
NOT = { any_core = { owned_by = GER } }
}
}
}
option = {
name = "We have no interest in this."
GER = {
prestige = -10
relation = { who = THIS value = -50 }
}
ai_chance = {
factor = 30
modifier = {
factor = 0.5
tag = KUK
}
modifier = {
factor = 0.75
government = absolute_monarchy
}
modifier = {
factor = 1.5
government = hms_government
}
modifier = {
factor = 1.5
any_core = { owned_by = GER }
}
modifier = {
factor = 0.5
relation = { who = GER value = 50 }
}
modifier = {
factor = 0
alliance_with = GER
}
}
}
}
这是APD里面三皇同盟的事件。从这个来看,应该是相除