
Heir Selection
Cognatic Primogeniture
It is a type of Succession Law of a Monarchy that follows the eldest line of the ruling family, preferring males over females. 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:1
2include_ruler_siblings = yes
3through_female = yes
4allow_female = yes
5allow_children = yes
6ignore_ruler = yes
7potential = {
8NOR = {
}
}
14heir_is_allowed = {
}
16traverse_family_tree = yes
17depth_first = yes
18sibling_score = {
19if = {
20limit = {
21exists = root
}
24add = {
25desc = "HEIR_SELECTION_MALE_DESC" • Score for Male
26if = {
27limit = {
28OR = {
29not = {
29exists = root
}
30is_female = no
}
}
33value = 100
}
}
36add = {
37desc = "HEIR_SELECTION_LEGALLY_MALE_DESC" • Score for Legally Male
}
51add = {
52desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Is unsuited to Rule
}
}
56else = {
58add = {
59desc = "HEIR_SELECTION_MALE_DESC" • Score for Male
60value = 100
}
62add = {
63desc = "HEIR_SELECTION_LEGALLY_MALE_DESC" • Score for Legally Male
64value = 100
}
66add = {
67desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
68value = 1
}
70add = {
71desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Is unsuited to Rule
72value = -1000
}
}
}