
Ley sucesoria
Hijo más joven del gobernante
Es un tipo de Heir Selection de un reino en la que el Ruler es el hijo varón menor del anterior Ruler.
FratricidioLey sucesoriapotential
UnigenituraLey sucesoriapotential
Prohibición de gobernarTipo de modificadorsibling scoreDefiniciónin_game/common/heir_selections/monarchy.txt:617
618through_female = no
619allow_female = no
620allow_children = yes
621ignore_ruler = yes
624heir_is_allowed = {
}
626traverse_family_tree = yes
628potential = {
629NOR = {
}
}
635sibling_score = {
636if = {
637limit = {
638exists = root
}
641add = {
642desc = "HEIR_SELECTION_MALE_DESC" • Puntuación por ser hombre
643if = {
644limit = {
645OR = {
646not = {
646exists = root
}
647is_female = no
}
}
650value = 100
}
}
654add = {
655desc = "HEIR_SELECTION_YOUNGER_HEIR_DESC" • Puntuación base menos años de edad
656value = 100
}
659add = {
660desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • No es apto o apta para gobernar
}
}
664else = {
666add = {
667desc = "HEIR_SELECTION_MALE_DESC" • Puntuación por ser hombre
668value = 100
}
671add = {
672desc = "HEIR_SELECTION_YOUNGER_HEIR_DESC" • Puntuación base menos años de edad
673value = 1
}
}
}