
Heir Selection
Absolute Cognatic Primogeniture
It is a type of Succession Law of a Monarchy that follows the eldest line of the ruling family regardless of gender. The descendants of a deceased Heir inherit their parent's place in the line of succession before the Ruler's other children.
FratricideHeir Selectionpotential
UnigenitureHeir Selectionpotential
Blocked from RulershipModifier Typesibling scoreDefinitionin_game/common/heir_selections/monarchy.txt:78
79include_ruler_siblings = yes
80through_female = yes
81allow_female = yes
82allow_children = yes
83ignore_ruler = yes
84potential = {
85NOR = {
}
}
91heir_is_allowed = {
}
93traverse_family_tree = yes
94depth_first = yes
95sibling_score = {
96if = {
97limit = {
98exists = root
}
100add = {
101desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
}
104add = {
105desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Is unsuited to Rule
}
}
109else = {
111add = {
112desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
113value = 1
}
}
}