Event
The New Ruler Title of Country
Following the tradition of our people, after the death of Old Ruler, his/her firstborn gets the lion's share of the titles and inheritance becoming our new Ruler Title but by the same law every male child is entitled to part of the lands of their father to rule themselves without intervention from the main heir.
This reduces the control that New Ruler is capable to exert in those provinces possibly to a point where it is close to nothing. At the same time, the Partition of the Flavor Rank also ensures peace and stability as there are no destitute sons in search of their father's lands.
Partition InheritanceHeir Selectiontriggeryear_of_start_of_joint_ruleVariableoption 4Definitionin_game/events/government/succession.txt:750
751type = country_event
753title = succession.100.title The New Ruler Title of Country
754desc = {
755first_valid = {
756triggered_desc = {
757trigger = {
758list_size = {
758name = other_sons Number of other sons
758value > 1
}
}
760desc = succession.100.desc.a Following the tradition of our people, after the death of Old Ruler, his/her firstborn gets the lion's share of the titles and inheritance becoming our new Ruler Title but by the same law every male child is entitled to part of the lands of their father to rule themselves without intervention from the main heir.
This reduces the control that New Ruler is capable to exert in those provinces possibly to a point where it is close to nothing. At the same time, the Partition of the Flavor Rank also ensures peace and stability as there are no destitute sons in search of their father's lands.
This reduces the control that New Ruler is capable to exert in those provinces possibly to a point where it is close to nothing. At the same time, the Partition of the Flavor Rank also ensures peace and stability as there are no destitute sons in search of their father's lands.
}
762triggered_desc = {
763trigger = {
763NOT = {
763scope:old_ruler = scope:new_ruler
}
}
764desc = succession.100.desc.b Old Ruler has passed away into the afterlife, luckily New Ruler remains and on this day becomes our new Ruler Title. As he/she has no eligible brothers there will be no partition of the titles of Old Ruler.
}
766triggered_desc = {
767desc = succession.100.desc.c Successions are never a smooth process. Sometimes, siblings fight for the throne. Sometimes, no heir is available for the throne. And sometimes, the old ruler and the new Ruler Title are one and the same, yet the court behaves as if a succession happened in the first place.
This was the case with New Ruler who inherited the throne of Country quite some time ago already. The Country Adjective succession laws are a mess if such confusion can happen within the state...
This was the case with New Ruler who inherited the throne of Country quite some time ago already. The Country Adjective succession laws are a mess if such confusion can happen within the state...
}
}
}
771outcome = neutral
773trigger = {
776exists = previous_ruler
784previous_ruler ?= {
785is_alive = no
}
}
789immediate = {
790scope:old_ruler ?= {
791every_child = {
792limit = {
793not = {
793this = scope:new_ruler
}
794is_alive = yes
795is_adult = yes
796is_female = no
797NOT = {
797this = scope:old_ruler
}
}
799add_to_list = other_sons Number of other sons
}
}
}