
Lei de Sucessão
Unigenitura
Um sistema de herança baseado em ter um herdeiro. A ascensão do filho mais velho da família real pode significar estabilidade entre potenciais herdeiros e membros da dinastia governante na linha de sucessão. Pode resultar em instabilidade, pois outros filhos só podem receber títulos menos relevantes.
Bloqueio de GovernanteTipo de Modificadorsibling scoreDefiniçãoin_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" • Pontuação por ser Homem
393if = {
394limit = {
395OR = {
396not = {
396exists = root
}
397is_female = no
}
}
400value = 100
}
}
408add = {
409desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Não é adequado para Governar
}
}
413else = {
415add = {
416desc = "HEIR_SELECTION_MALE_DESC" • Pontuação por ser Homem
417value = 100
}
420add = {
421desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Pontuação por idade
422value = 1
}
}
}
427succession_effect = {
428add_legitimacy = -25
}