事件
边境争端
不是每个人都满足于和Border Claim Country的结盟关系。我国颇有影响的派系——贵族正积极推动我们撕毁盟约,他们重点关注现由Border Claim Country占据的Border Claim Province地区,不少人认为该地是我们的合法领土。他们已经成功煽动了民愤!
定义in_game/events/diplomacy/border_friction.txt:2
3type = country_event
4title = border_friction.1.title 边境争端
5desc = border_friction.1.desc 不是每个人都满足于和Border Claim Country的结盟关系。我国颇有影响的派系——贵族正积极推动我们撕毁盟约,他们重点关注现由Border Claim Country占据的Border Claim Province地区,不少人认为该地是我们的合法领土。他们已经成功煽动了民愤!
6outcome = neutral
7trigger = {
8any_related_country = {
9type = alliance
10count >= 1
}
12any_related_country = {
13type = alliance
14is_neighbor_of = root
21NOT = {
21root = {
21has_blocked_treaties = prev
}
}
}
}
25immediate = {
26random_country = {
27limit = {
29is_neighbor_of = root
30any_owned_location = {
31is_core_of = root
}
33NOT = {
33root = {
33has_blocked_treaties = prev
}
}
}
35save_scope_as = border_claim_country
36random_owned_location = {
47province = {
48save_scope_as = border_claim_province
}
}
}
}