事件
地方贵族抗议
Full Ruler Name看起来比起Culture贵族,更喜欢Culture的贵族。现有的贵族抱怨他们几个世纪以来的良好教养被愚蠢地忽视了。这对我们的国家产生了一些剧烈的影响。
贵族政治 vs 财阀政治社会价值观immediate, trigger定义in_game/events/diplomacy/unionevents.txt:4
5hide_portraits = yes
6type = country_event
7title = unionevents.1.title 地方贵族抗议
8desc = unionevents.1.desc Full Ruler Name看起来比起Culture贵族,更喜欢Culture的贵族。现有的贵族抱怨他们几个世纪以来的良好教养被愚蠢地忽视了。这对我们的国家产生了一些剧烈的影响。
9outcome = neutral
10trigger = {
11union ?= {
12any_international_organization_member = {
13total_population > root.total_population
15has_ruler = yes
16ruler.culture = culture
}
}
19has_ruler = yes
20ruler = {
21NOT = {
21culture = root.culture
}
}
}
25immediate = {
26union ?= {
27random_international_organization_member = {
28limit = {
29total_population > root.total_population
31has_ruler = yes
32ruler.culture = culture
}
34save_scope_as = union_target
}
}
}