
法律とCountryの共同統治者間の合意に従い、Rulerが退陣し、Pretender Brotherが王位に就くときが来た。CountryとDynasty王朝の名声は、平和な権力移譲にかかっている。
定義in_game/events/government_reforms.txt:7
8type = country_event
9title = {
10first_valid = {
11triggered_desc = {
12trigger = {
13list_size = {
13name = other_sons その他の息子の人数
13value >= 1
}
}
15desc = joint_ruling.100.title.a 期間が終了した
}
17triggered_desc = {
18desc = joint_ruling.100.title.b 涙の谷
}
}
}
22desc = {
23first_valid = {
24triggered_desc = {
25trigger = {
26list_size = {
26name = other_sons その他の息子の人数
26value >= 1
}
}
28desc = joint_ruling.100.desc.a 法律とCountryの共同統治者間の合意に従い、Rulerが退陣し、Pretender Brotherが王位に就くときが来た。CountryとDynasty王朝の名声は、平和な権力移譲にかかっている。
}
30triggered_desc = {
31desc = joint_ruling.100.desc.b Rulerには王位を共有する適切な兄弟がいないため、Ruler TitleがCountryの唯一の統治者となる。
}
}
}
35outcome = neutral
37trigger = {
40has_reform = government_reform:joint_ruling_monarchy
}
55illustration_tags = {
5610 = regular
5710 = interior
}
60immediate = {
63ruler.father = {
64every_child = {
70add_to_list = other_sons その他の息子の人数
}
}
74ruler.father = {
75random_child = {
76limit = {
78is_alive = yes
80is_adult = yes
}
82save_scope_as = pretender_brother
}
}
}
選択肢
A立て、Ruler Titleよ。
89trigger = {
90list_size = {
90name = other_sons その他の息子の人数
90value >= 1
}
}
92hidden_effect = {
94union ?= {
95every_international_organization_member = {
}
}
}
100if = {
101limit = {
102scope:pretender_brother ?= {
}
}
106character = scope:pretender_brother
}
}
110set_variable = {
112value = current_year
113days = 3000
}
BRulerは、唯一の正当なRuler Titleである。
120trigger = {
121list_size = {
121name = other_sons その他の息子の人数
121value >= 1
}
}
124create_rebel = {
125category = pretender
126name = rebellious_prince_name 反抗的な諸侯
127save_scope_as = brother_rebel
}
129every_in_list = {
130list = other_sons その他の息子の人数
131change_character_allegiance = scope:brother_rebel
}
133ordered_province = {
134limit = {
135not = {
135root.capital.province = this
}
}
137order_by = {
138value = province_average_control
139multiply = -1
}
143max = {
144every_in_list = {
145list = other_sons その他の息子の人数
146add = 1
}
149max = {
150value = num_provinces
151subtract = 1
}
}
155every_location_in_province = {
156every_pop = {
161change_pop_allegiance = scope:brother_rebel
}
}
}
165if = {
167limit = {
168has_reform = government_reform:joint_ruling_monarchy
}
170remove_reform = government_reform:joint_ruling_monarchy
}
CRulerが単独で統治する。
177trigger = {
178list_size = {
178name = other_sons その他の息子の人数
178value = 0
}
}
180if = {
182limit = {
183has_reform = government_reform:joint_ruling_monarchy
}
185remove_reform = government_reform:joint_ruling_monarchy
}