
Lei de Sucessão
Lei Sálica Matrilinear
É um tipo de Lei de Sucessão de uma Monarquia em que o Governante é o primogênito do Governante anterior. Mulheres nunca podem ser herdeiras, mas podem transferir o direito ao trono para seus próprios filhos. Filhos de mães no governo têm a preferência em vez de mães de dinastias diferentes.
FratricídioLei de Sucessãopotential
UnigenituraLei de Sucessãopotential
Bloqueio de GovernanteTipo de Modificadorsibling scoreDefiniçãoin_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" • Pontuação por Matrilinearidade
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" • Pontuação por ser Homem
1458if = {
1459limit = {
1460OR = {
1461not = {
1461exists = root
}
1462is_female = no
}
}
1465value = 100
}
}
1468add = {
1469desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Pontuação por idade
}
1472add = {
1473desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Não é adequado para Governar
}
}
1477else = {
1479add = {
1480desc = "HEIR_SELECTION_MALE_DESC" • Pontuação por ser Homem
1481value = 100
}
1483add = {
1484desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Pontuação por idade
1485value = 1
}
}
}