
Ley sucesoriaCambiado en esta versión
Sucesión de unión de coronas
Es un tipo de Heir Selection que usan los países que tienen un acuerdo especial con otra Monarquía. Si uno de los gobernantes de alguno de esos países fallece sin Heir legítimo, el otro heredará el trono del anterior.
PoloniaPaíssibling score
De la CoronaEstamentoheir is allowed
De la noblezaEstamentoheir is allowed
Prohibición de gobernarTipo de modificadorcalc, sibling scoreDefiniciónin_game/common/heir_selections/monarchy.txt:1198
1199include_ruler_siblings = yes
1200through_female = no
1201allow_female = yes
1202allow_children = yes
1203ignore_ruler = yes
1205custom_tags = {
cannot_be_transferred
}
1206custom_eligibility_rules = {
no_female_heirs_for_poland
}
1207heir_is_allowed = {
1208OR = {
1211is_ruler = yes
}
1213OR = {
1214owner ?= scope:target
1215is_ruler = yes
}
}
1218traverse_family_tree = yes
1219depth_first = yes
1220calc = {
1221if = {
1222limit = {
1223exists = root
}
1225add = {
1226desc = "HEIR_SELECTION_IS_RULER" • Es gobernante
1227if = {
1228limit = {
1228is_ruler = yes
}
1229value = 100
}
}
1232add = {
1233desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Puntuación por años de edad
}
1236add = {
1237desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • No es apto o apta para gobernar
}
}
}
1242sibling_score = {
1243if = {
1244limit = {
1245exists = root
}
1248add = {
1249desc = "HEIR_SELECTION_MALE_DESC" • Puntuación por ser hombre
1250if = {
1251limit = {
1252OR = {
1253not = {
1253exists = root
}
1254is_female = no
}
}
1257value = 100
}
}
1260add = {
1261desc = "HEIR_SELECTION_LEGALLY_MALE_DESC" • Puntuación por ser Legally Male
}
1269if = {
1276add = {
1277desc = "HEIR_SELECTION_FEMALE_DESC" • Puntuación por ser mujer
1278value = -1000
}
}
1283add = {
1284desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Puntuación por años de edad
}
1287add = {
1288desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • No es apto o apta para gobernar
}
}
1292else = {
1294add = {
1295desc = "HEIR_SELECTION_MALE_DESC" • Puntuación por ser hombre
1296value = 100
}
1298add = {
1299desc = "HEIR_SELECTION_LEGALLY_MALE_DESC" • Puntuación por ser Legally Male
1300value = 100
}
1302add = {
1303desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Puntuación por años de edad
1304value = 1
}
1306add = {
1307desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • No es apto o apta para gobernar
1308value = -1000
}
1310add = {
1311desc = "HEIR_SELECTION_POLAND_FEMALE_DESC" • Puntuación por ser mujer en Polonia
1312value = -1000
}
}
}
1316include_other_countries = {
1317has_mutual_scripted_relation = {
1317type = relation_type:union_of_crowns_pact
1317target = scope:target
}
}
1320locked = {
}
1330succession_effect = {
1331custom_tooltip = union_of_crowns_succession_tt Forma una Union en caso de que nuestro sucesor no sea el heredero varón de nuestro anterior gobernante
}