
Ley sucesoria
Ley sálica
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 ni transferir el derecho al trono a sus propios hijos.
FratricidioLey sucesoriapotential
UnigenituraLey sucesoriapotential
Prohibición de gobernarTipo de modificadorsibling scoreDefiniciónin_game/common/heir_selections/monarchy.txt:120
121include_ruler_siblings = yes
122through_female = no
123allow_female = no
124allow_children = yes
125ignore_ruler = yes
128heir_is_allowed = {
}
131potential = {
132NOR = {
}
}
138traverse_family_tree = yes
139sibling_score = {
140if = {
141limit = {
142exists = root
}
145add = {
146desc = "HEIR_SELECTION_MALE_DESC" • Puntuación por ser hombre
147if = {
148limit = {
149OR = {
150not = {
150exists = root
}
151is_female = no
}
}
154value = 100
}
}
158add = {
159desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Puntuación por años de edad
}
162add = {
163desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • No es apto o apta para gobernar
}
}
167else = {
169add = {
170desc = "HEIR_SELECTION_MALE_DESC" • Puntuación por ser hombre
171value = 100
}
174add = {
175desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Puntuación por años de edad
176value = 1
}
}
}