
Heir Selection
Salic Law
It is a type of Succession Law of a Monarchy in which the Ruler is the oldest male child of the previous Ruler. Female children can never inherit, nor transfer the right to the throne to their own sons.
FratricideHeir Selectionpotential
UnigenitureHeir Selectionpotential
Blocked from RulershipModifier Typesibling scoreDefinitionin_game/common/heir_selections/monarchy.txt:120
121include_ruler_siblings = yes
122through_female = no
123allow_female = no
124allow_children = yes
125ignore_ruler = yes
128heir_is_allowed = {
}
131potential = {
132NOR = {
}
}
138traverse_family_tree = yes
139sibling_score = {
140if = {
141limit = {
142exists = root
}
145add = {
146desc = "HEIR_SELECTION_MALE_DESC" • Score for Male
147if = {
148limit = {
149OR = {
150not = {
150exists = root
}
151is_female = no
}
}
154value = 100
}
}
158add = {
159desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
}
162add = {
163desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Is unsuited to Rule
}
}
167else = {
169add = {
170desc = "HEIR_SELECTION_MALE_DESC" • Score for Male
171value = 100
}
174add = {
175desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
176value = 1
}
}
}