選挙による継承
後継者選び

選挙による継承

elective_successionin_game/common/heir_selections/monarchy.txt:889

君主制の後継者選びのひとつで、新しい統治者は貴族によって選出される。すべての貴族に選出される資格があるが、選挙人は現王朝の一員を君主の地位に指名する傾向がある。

この後継者選びは、わが国の現在および将来の同君連合に予期せぬ影響を与えるおそれがある。

必要統治禁止補正タイプ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
898allowed_estates = {
}
899heir_is_allowed = {
}
901potential = {
902type = elective_succession
}
}
904locked = {
905trigger_if = {
906limit = {
}
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
918succession_effect = {
919add_legitimacy = legitimacy_mild_penalty (-10)
}
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 = {
980limit = {
}
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
}
}
}
© 2026 Soft Santa Cruz, S.L.U.。無断転載を禁じます。本サイトは非公式のファンプロジェクトであり、Paradox Interactiveとは関係ありません。ゲームコンテンツ © Paradox Interactive。 概要 · プライバシー · 法的情報