
Heir Selection
Semi-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, but can 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:182
183include_ruler_siblings = yes
184through_female = yes
185allow_female = no
186allow_children = yes
187ignore_ruler = yes
190heir_is_allowed = {
}
192traverse_family_tree = yes
194potential = {
195NOR = {
}
}
201sibling_score = {
202if = {
203limit = {
204exists = root
}
207add = {
208desc = "HEIR_SELECTION_MALE_DESC" • Score for Male
209if = {
210limit = {
211OR = {
212not = {
212exists = root
}
213is_female = no
}
}
216value = 100
}
}
220add = {
221desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
}
224add = {
225desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Is unsuited to Rule
}
}
229else = {
231add = {
232desc = "HEIR_SELECTION_MALE_DESC" • Score for Male
233value = 100
}
236add = {
237desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
238value = 1
}
}
}