
Country的联合统治者中最严厉、最暴躁的一位,Jealous Brother,再次给政府的核心带来了纠纷。这一次,他先是抱怨了我们当前Ruler Title的管理能力和Country糟糕的状态,然后要求立即将权位移交给他。如若不然,他威胁要召集追随者,公开反叛目前的Ruler Title。
定义in_game/events/government_reforms.txt:193
194type = country_event
195title = joint_ruling.101.title 善妒的王兄
196desc = joint_ruling.101.desc Country的联合统治者中最严厉、最暴躁的一位,Jealous Brother,再次给政府的核心带来了纠纷。这一次,他先是抱怨了我们当前Ruler Title的管理能力和Country糟糕的状态,然后要求立即将权位移交给他。如若不然,他威胁要召集追随者,公开反叛目前的Ruler Title。
197outcome = neutral
199trigger = {
201has_reform = government_reform:joint_ruling_monarchy
202NOT = {
202is_member_of_international_organization_of_type = {
}
}
205ruler.father ?= {
206any_child = {
208is_alive = yes
209is_female = no
210is_adult = yes
}
}
}
215illustration_tags = {
21610 = angry
21710 = interior
}
220immediate = {
222ruler.father = {
223every_child = {
224limit = {
226is_alive = yes
227is_female = no
}
229add_to_list = other_sons 其他儿子的数量
}
}
233ruler.father = {
234random_child = {
235limit = {
237is_alive = yes
238is_female = no
239is_adult = yes
}
241save_scope_as = jealous_brother
}
}
}
选项
A我们将避免无谓的流血。
248hidden_effect = {
250union ?= {
251every_international_organization_member = {
}
}
}
256character = scope:jealous_brother
}
259if = {
261limit = {
262has_reform = government_reform:joint_ruling_monarchy
}
264remove_reform = government_reform:joint_ruling_monarchy
}
B让他尽力使坏吧,我们准备好了。
272trigger = {
273list_size = {
273name = other_sons 其他儿子的数量
273value >= 1
}
274list_size = {
274name = other_sons 其他儿子的数量
274value <= root.num_provinces
}
}
277create_rebel = {
278category = pretender
279name = rebellious_prince_name 亲王叛军
280save_scope_as = brother_rebel
}
282if = {
283limit = {
283exists = scope:brother_rebel
}
284scope:jealous_brother = {
285change_character_allegiance = scope:brother_rebel
}
287scope:brother_rebel = {
288add_rebel_progress = 0.7
}
290ordered_province = {
291limit = {
292not = {
292root.capital.province = this
}
}
294check_range_bounds = no
295order_by = {
296value = province_average_control
297multiply = -1
}
301max = {
302every_in_list = {
303list = other_sons 其他儿子的数量
304add = 1
}
307max = num_provinces
}
309add_to_list = provinces_low_control
}
311ordered_in_list = {
312list = provinces_low_control
313order_by = population
314max = 1
316every_location_in_province = {
317every_pop = {
322change_pop_allegiance = scope:brother_rebel
}
}
}
}
CRuler Title不会容忍对和平的威胁,哪怕这威胁来自亲人。抓住他。
343kill_character = scope:jealous_brother
344if = {
346limit = {
347list_size = {
347name = other_sons 其他儿子的数量
347value = 1
}
348has_reform = government_reform:joint_ruling_monarchy
}
350remove_reform = government_reform:joint_ruling_monarchy
}