
後継者選び
王朝の同族の長子相続制
君主制の後継者選びの方式のひとつであり、統治者一族の長系に従い、女性よりも男性を優先する。亡くなった後継者の子孫は、統治者のほかの子どもよりも優先して親の継承順位を引き継ぐ。自由後継者を付与すると利用可能になる。同族長子相続の規則に加えて、支配王朝は直系の男系よりも優遇される。
統治禁止補正タイプsibling score定義in_game/common/heir_selections/monarchy.txt:1335
1336include_ruler_siblings = yes
1337through_female = yes
1338allow_female = yes
1339allow_children = yes
1340ignore_ruler = yes
1343heir_is_allowed = {
}
1345traverse_family_tree = yes
1346depth_first = yes
1347sibling_score = {
1348if = {
1349limit = {
1350exists = root
}
1353add = {
1354desc = "HEIR_SELECTION_MALE_DESC" • 男性である場合のスコア
1355if = {
1356limit = {
1357OR = {
1358not = {
1358exists = root
}
1359is_female = no
}
}
1362value = 100
}
}
1365add = {
1366desc = "HEIR_SELECTION_LEGALLY_MALE_DESC" • 法的男性からのスコア
}
1374add = {
1375desc = "HEIR_SELECTION_SAME_DYNASTY_AS_CURRENT_RULER" • 現在の統治者の王朝に属する場合のスコア
1376value = 100
}
1382add = {
1383desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • 統治に適さない
}
}
1387else = {
1389add = {
1390desc = "HEIR_SELECTION_MALE_DESC" • 男性である場合のスコア
1391value = 100
}
1393add = {
1394desc = "HEIR_SELECTION_LEGALLY_MALE_DESC" • 法的男性からのスコア
1395value = 100
}
1398add = {
1399desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 年齢ごとのスコア
1400value = 1
}
}
}
1404potential = {
1405has_reform = government_reform:libertas_affectandi
}