Event
The Term has Expired

Following the law and the agreement between the Joint Rulers of Country, the time has arrived for Ruler to step down and for Pretender Brother to rise to the throne. The good name of Country and the Dynasty dynasty depends on the peaceful transfer of power.
Definitionin_game/events/government_reforms.txt:7
8type = country_event
9title = {
10first_valid = {
11triggered_desc = {
12trigger = {
13list_size = {
13name = other_sons Number of other sons
13value >= 1
}
}
15desc = joint_ruling.100.title.a The Term has Expired
}
17triggered_desc = {
18desc = joint_ruling.100.title.b A Valley of Tears
}
}
}
22desc = {
23first_valid = {
24triggered_desc = {
25trigger = {
26list_size = {
26name = other_sons Number of other sons
26value >= 1
}
}
28desc = joint_ruling.100.desc.a Following the law and the agreement between the Joint Rulers of Country, the time has arrived for Ruler to step down and for Pretender Brother to rise to the throne. The good name of Country and the Dynasty dynasty depends on the peaceful transfer of power.
}
30triggered_desc = {
31desc = joint_ruling.100.desc.b Ruler does not have any suitable brothers to share the throne with, leaving our Ruler Title as the sole ruler of Country.
}
}
}
35outcome = neutral
37trigger = {
39NOT = {
39exists = union
}
40has_reform = government_reform:joint_ruling_monarchy
46ruler.father ?= {
}
}
55illustration_tags = {
5610 = regular
5710 = interior
}
60immediate = {
}
63ruler.father = {
64every_child = {
70add_to_list = other_sons Number of other sons
}
}
74ruler.father = {
75random_child = {
82save_scope_as = pretender_brother
}
}
}