
Heir Selection
Unigeniture
A system of inheritance based around having one heir. The ascension of the eldest son of the royal family may mean instability between prospecting inheritors, and members of the ruling dynasty that are in the line of succession. This may result in instability, as other sons may only receive minor titles.
Blocked from RulershipModifier Typesibling scoreDefinitionin_game/common/heir_selections/monarchy.txt:369
370include_ruler_siblings = yes
371through_female = no
372allow_female = no
373allow_children = yes
374ignore_ruler = yes
375potential = {
}
382heir_is_allowed = {
}
384traverse_family_tree = yes
385sibling_score = {
386if = {
387limit = {
388exists = root
}
391add = {
392desc = "HEIR_SELECTION_MALE_DESC" • Score for Male
393if = {
394limit = {
395OR = {
396not = {
396exists = root
}
397is_female = no
}
}
400value = 100
}
}
404add = {
405desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
}
408add = {
409desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Is unsuited to Rule
}
}
413else = {
415add = {
416desc = "HEIR_SELECTION_MALE_DESC" • Score for Male
417value = 100
}
420add = {
421desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
422value = 1
}
}
}
427succession_effect = {
428add_legitimacy = -25
}