
Ley sucesoria
Sucesión electiva
Es un tipo de Heir Selection de una Monarquía en la que el estamento De la nobleza elige al nuevo gobernante. Aunque todos los nobles podrían ser elegidos, los electores prefieren un miembro de la dinastía actual para el puesto de monarca.
Esta Ley sucesoria podría tener repercusiones imprevistas para cualquiera de nuestras uniones actuales o futuras.
Prohibición de gobernarTipo de modificadorcalcrise_of_szlachta_szlachta_outcome_variableVariablelockedDefiniciónin_game/common/heir_selections/monarchy.txt:889
890use_election = yes
891include_ruler_siblings = yes
892all_in_country = yes
893all_in_dynasty = yes
894through_female = yes
895ignore_ruler = yes
896allow_female = yes
897term_duration = 0
899heir_is_allowed = {
}
904locked = {
905trigger_if = {
907OR = {
908custom_tooltip = {
909text = has_had_struggle_for_royal_power_disaster_tt Ha concluido el Disaster de la Lucha por el poder real.
}
912estate_power(estate_type:crown_estate) < 0.5
}
}
915trigger_else = {
915always = no
}
}
917max_possible_candidates = 3
922calc = {
923if = {
924limit = {
925exists = root
}
927add = {
928desc = "HEIR_SELECTION_ADM_DESC" • Puntuación por Habilidad administrativa
929value = root.adm
}
931add = {
932desc = "HEIR_SELECTION_DIP_DESC" • Puntuación por Habilidad diplomática
933value = root.dip
}
935add = {
936desc = "HEIR_SELECTION_MIL_DESC" • Puntuación por Habilidad militar
937value = root.mil
}
940if = {
941limit = {
941is_female = yes
}
942add = {
943desc = "HEIR_SELECTION_FEMALE_DESC" • Puntuación por ser mujer
944value = -100
}
}
948if = {
949limit = {
949exists = root.father
}
951if = {
952limit = {
953any_parent = {
954this = scope:target.ruler
}
}
957add = {
958desc = "HEIR_SELECTION_PARENT_IS_CURRENT_RULER_DESC" • Puntuación si el progenitor es el Ruler actual
959value = 100
}
}
962else = {
963if = {
964limit = {
965scope:target = {
966any_ruler = {
967is_alive = no
968root.father = this
}
}
}
972add = {
973desc = "HEIR_SELECTION_FATHER_WAS_HISTORICAL_RULER_DESC" • Puntuación si el padre era un Ruler histórico
974value = 100
}
}
}
}
979if = {
981add = {
982desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • No es apto o apta para gobernar
983value = -1000
}
}
986if = {
987limit = {
988NOT = {
989scope:target ?= {
990any_primary_or_accepted_culture = {
990root.culture = this
}
}
}
}
994add = {
995desc = "HEIR_SELECTION_NON_ACCEPTED_CULTURE_DESC" • Puntuación por Non Accepted Culture
996value = -100
}
}
}
1000if = {
1001limit = {
1002NOT = {
1002exists = root
}
}
1004add = {
1005desc = "HEIR_SELECTION_FATHER_WAS_HISTORICAL_RULER_DESC" • Puntuación si el padre era un Ruler histórico
1006value = 100
}
1008add = {
1009desc = "HEIR_SELECTION_PARENT_IS_CURRENT_RULER_DESC" • Puntuación si el progenitor es el Ruler actual
1010value = 100
}
1012add = {
1013desc = "HEIR_SELECTION_ADM_DESC" • Puntuación por Habilidad administrativa
1014value = 1
}
1016add = {
1017desc = "HEIR_SELECTION_DIP_DESC" • Puntuación por Habilidad diplomática
1018value = 1
}
1020add = {
1021desc = "HEIR_SELECTION_MIL_DESC" • Puntuación por Habilidad militar
1022value = 1
}
1024add = {
1025desc = "HEIR_SELECTION_FEMALE_DESC" • Puntuación por ser mujer
1026value = -100
}
1028add = {
1029desc = "HEIR_SELECTION_NON_ACCEPTED_CULTURE_DESC" • Puntuación por Non Accepted Culture
1030value = -100
}
}
}