
Heir Selection
Matrilineal 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. Children of mothers of the ruling are preferred over children of mothers of different dynasties.
FratricideHeir Selectionpotential
UnigenitureHeir Selectionpotential
Blocked from RulershipModifier Typesibling scoreDefinitionin_game/common/heir_selections/monarchy.txt:1409
1410include_ruler_siblings = yes
1411through_female = yes
1412allow_female = no
1413allow_children = yes
1414ignore_ruler = yes
1416heir_is_allowed = {
}
1418traverse_family_tree = yes
1419all_in_dynasty = yes
1421potential = {
1422NOR = {
}
}
1427sibling_score = {
1428if = {
1429limit = {
1430exists = root
}
1433add = {
1434desc = "HEIR_SELECTION_MATRILINEAL" • Score for Matrilineality
1435if = {
1436limit = {
1437exists = mother
1438mother = {
1439OR = {
1440is_ruler = yes
1441AND = {
1442has_dynasty = yes
1443dynasty = root.dynasty
}
}
}
1447OR = {
1448not = {
1448exists = root
}
1449is_female = no
}
}
1452value = 300
}
}
1456add = {
1457desc = "HEIR_SELECTION_MALE_DESC" • Score for Male
1458if = {
1459limit = {
1460OR = {
1461not = {
1461exists = root
}
1462is_female = no
}
}
1465value = 100
}
}
1468add = {
1469desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
}
1472add = {
1473desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Is unsuited to Rule
}
}
1477else = {
1479add = {
1480desc = "HEIR_SELECTION_MALE_DESC" • Score for Male
1481value = 100
}
1483add = {
1484desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
1485value = 1
}
}
}