贔屓された息子による継承
後継者選び

贔屓された息子による継承

favorite_son_elective_successionin_game/common/heir_selections/monarchy.txt:1117

後継者選びのひとつで、前統治者が特定の息子をほかの息子よりも贔屓し、年齢にかかわらずその息子を後継者に指名する。

必要同胞殺し後継者選びpotential単独相続制後継者選びpotential統治禁止補正タイプsibling score後継者に任命静的補正sibling score

定義in_game/common/heir_selections/monarchy.txt:1117

1118include_ruler_siblings = yes
1119through_female = no
1120allow_female = no
1121allow_children = yes
1122ignore_ruler = yes
1123allowed_estates = {
}
1124heir_is_allowed = {
}
1126traverse_family_tree = yes
1128potential = {
1129NOR = {
1131succession_law = heir_selection:unigeniture
}
}
1134sibling_score = {
1135if = {
1136limit = {
1137exists = root
}
1139add = {
1140desc = "HEIR_SELECTION_ADM_DESC" • 統治能力ごとのスコア
1141value = root.adm
}
1143add = {
1144desc = "HEIR_SELECTION_DIP_DESC" • 外交能力ごとのスコア
1145value = root.dip
}
1147add = {
1148desc = "HEIR_SELECTION_MIL_DESC" • 軍事能力ごとのスコア
1149value = root.mil
}
1152add = {
1153desc = "HEIR_SELECTION_APPOINTED_HEIR_DESC" • 指名後継者である場合のスコア
1154if = {
1155limit = {
1156has_character_modifier = appoint_as_heir_modifier
}
1158value = 200
}
}
1162add = {
1163desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 年齢ごとのスコア
1164value = character_age
}
1166add = {
1167desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • 統治に適さない
1168if = {
1168limit = {
}
1168value = -1000
}
}
}
1171else = {
1173add = {
1174desc = "HEIR_SELECTION_ADM_DESC" • 統治能力ごとのスコア
1175value = 1
}
1177add = {
1178desc = "HEIR_SELECTION_DIP_DESC" • 外交能力ごとのスコア
1179value = 1
}
1181add = {
1182desc = "HEIR_SELECTION_MIL_DESC" • 軍事能力ごとのスコア
1183value = 1
}
1185add = {
1186desc = "HEIR_SELECTION_APPOINTED_HEIR_DESC" • 指名後継者である場合のスコア
1187value = 200
}
1190add = {
1191desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 年齢ごとのスコア
1192value = 1
}
}
}
© 2026 Soft Santa Cruz, S.L.U.。無断転載を禁じます。本サイトは非公式のファンプロジェクトであり、Paradox Interactiveとは関係ありません。ゲームコンテンツ © Paradox Interactive。 概要 · プライバシー · 法的情報