
Ley sucesoria
Ley sálica matrilineal
Es un tipo de Heir Selection de una Monarquía en la que el Ruler es el hijo mayor del anterior Ruler. Las hijas nunca pueden heredar, pero sí transferir el derecho al trono a sus propios hijos. Se prefiere hijos de madres de la dinastía gobernante antes que hijos de madres de otras dinastías.
FratricidioLey sucesoriapotential
UnigenituraLey sucesoriapotential
Prohibición de gobernarTipo de modificadorsibling scoreDefiniciónin_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" • Puntuación por matrilinealidad
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" • Puntuación por ser hombre
1458if = {
1459limit = {
1460OR = {
1461not = {
1461exists = root
}
1462is_female = no
}
}
1465value = 100
}
}
1468add = {
1469desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Puntuación por años de edad
}
1472add = {
1473desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • No es apto o apta para gobernar
}
}
1477else = {
1479add = {
1480desc = "HEIR_SELECTION_MALE_DESC" • Puntuación por ser hombre
1481value = 100
}
1483add = {
1484desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Puntuación por años de edad
1485value = 1
}
}
}