
Ley sucesoria
Ley semisá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, pero sí 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:182
183include_ruler_siblings = yes
184through_female = yes
185allow_female = no
186allow_children = yes
187ignore_ruler = yes
190heir_is_allowed = {
}
192traverse_family_tree = yes
194potential = {
195NOR = {
}
}
201sibling_score = {
202if = {
203limit = {
204exists = root
}
207add = {
208desc = "HEIR_SELECTION_MALE_DESC" • Puntuación por ser hombre
209if = {
210limit = {
211OR = {
212not = {
212exists = root
}
213is_female = no
}
}
216value = 100
}
}
220add = {
221desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Puntuación por años de edad
}
224add = {
225desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • No es apto o apta para gobernar
}
}
229else = {
231add = {
232desc = "HEIR_SELECTION_MALE_DESC" • Puntuación por ser hombre
233value = 100
}
236add = {
237desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Puntuación por años de edad
238value = 1
}
}
}