
继承法
选举继承制
这是君主国的一种继承法,新统治者经由贵族选举产生。虽然每位贵族都有资格当选,但选举人更喜欢从当前王朝中选举新君主。
该继承法可能会对我们所处共主邦联的现状或未来产生无法预料的影响。
禁止担任统治者修正类型calcrise_of_szlachta_szlachta_outcome_variable变量locked定义in_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 成功结束了王权之争灾难
}
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" •行政能力
929value = root.adm
}
931add = {
932desc = "HEIR_SELECTION_DIP_DESC" •外交能力
933value = root.dip
}
935add = {
936desc = "HEIR_SELECTION_MIL_DESC" •军事能力
937value = root.mil
}
940if = {
941limit = {
941is_female = yes
}
942add = {
943desc = "HEIR_SELECTION_FEMALE_DESC" •女性
944value = -100
}
}
948if = {
949limit = {
949exists = root.father
}
951if = {
952limit = {
953any_parent = {
954this = scope:target.ruler
}
}
957add = {
958desc = "HEIR_SELECTION_PARENT_IS_CURRENT_RULER_DESC" •父母是当前统治者
959value = 100
}
}
962else = {
963if = {
964limit = {
965scope:target = {
966any_ruler = {
967is_alive = no
968root.father = this
}
}
}
972add = {
973desc = "HEIR_SELECTION_FATHER_WAS_HISTORICAL_RULER_DESC" •父亲是国家的以往某任统治者
974value = 100
}
}
}
}
979if = {
981add = {
982desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" •不适合统治
983value = -1000
}
}
986if = {
987limit = {
988NOT = {
989scope:target ?= {
990any_primary_or_accepted_culture = {
990root.culture = this
}
}
}
}
994add = {
995desc = "HEIR_SELECTION_NON_ACCEPTED_CULTURE_DESC" •歧视文化
996value = -100
}
}
}
1000if = {
1001limit = {
1002NOT = {
1002exists = root
}
}
1004add = {
1005desc = "HEIR_SELECTION_FATHER_WAS_HISTORICAL_RULER_DESC" •父亲是国家的以往某任统治者
1006value = 100
}
1008add = {
1009desc = "HEIR_SELECTION_PARENT_IS_CURRENT_RULER_DESC" •父母是当前统治者
1010value = 100
}
1012add = {
1013desc = "HEIR_SELECTION_ADM_DESC" •行政能力
1014value = 1
}
1016add = {
1017desc = "HEIR_SELECTION_DIP_DESC" •外交能力
1018value = 1
}
1020add = {
1021desc = "HEIR_SELECTION_MIL_DESC" •军事能力
1022value = 1
}
1024add = {
1025desc = "HEIR_SELECTION_FEMALE_DESC" •女性
1026value = -100
}
1028add = {
1029desc = "HEIR_SELECTION_NON_ACCEPTED_CULTURE_DESC" •歧视文化
1030value = -100
}
}
}