
Heir Selection
Partition Inheritance
It is a type of Succession Law of a Monarchy in which the Ruler is the oldest male child of the previous Ruler and all other male descendants receive rights to minor titles and territories. Female children can never inherit, nor transfer the right to the throne to their own sons.
When a new ruler rises to power the least controlled provinces of the country get further penalties to their Control as they are divided between the brothers of the new ruler.
FratricideHeir Selectionpotential
UnigenitureHeir Selectionpotential
Blocked from RulershipModifier Typesibling scoreignore_succesion_effectVariablesuccession effectDefinitionin_game/common/heir_selections/monarchy.txt:244
251include_ruler_siblings = yes
252through_female = no
253allow_female = no
254allow_children = yes
255ignore_ruler = yes
256custom_tags = {
cannot_be_transferred
}
259heir_is_allowed = {
}
262potential = {
263NOR = {
}
}
269locked = {
271has_estate_privilege = estate_privilege:right_to_inherit
}
274succession_effect = {
277if = {
}
}
288traverse_family_tree = yes
289sibling_score = {
290if = {
291limit = {
292exists = root
}
295add = {
296desc = "HEIR_SELECTION_MALE_DESC" • Score for Male
297if = {
298limit = {
299OR = {
300not = {
300exists = root
}
301is_female = no
}
}
304value = 100
}
}
308add = {
309desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
}
312add = {
313desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Is unsuited to Rule
}
}
317else = {
319add = {
320desc = "HEIR_SELECTION_MALE_DESC" • Score for Male
321value = 100
}
324add = {
325desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
326value = 1
}
}
}