
後継者選び
同族の長子相続制
君主制の後継者選びの方式のひとつであり、統治者一族の長系に従い、女性よりも男性を優先する。亡くなった後継者の子孫は、統治者のほかの子どもよりも優先して親の継承順位を引き継ぐ。
同胞殺し後継者選びpotential
単独相続制後継者選びpotential
統治禁止補正タイプsibling score定義in_game/common/heir_selections/monarchy.txt:1
2include_ruler_siblings = yes
3through_female = yes
4allow_female = yes
5allow_children = yes
6ignore_ruler = yes
7potential = {
8NOR = {
}
}
14heir_is_allowed = {
}
16traverse_family_tree = yes
17depth_first = yes
18sibling_score = {
19if = {
20limit = {
21exists = root
}
24add = {
25desc = "HEIR_SELECTION_MALE_DESC" • 男性である場合のスコア
26if = {
27limit = {
28OR = {
29not = {
29exists = root
}
30is_female = no
}
}
33value = 100
}
}
36add = {
37desc = "HEIR_SELECTION_LEGALLY_MALE_DESC" • 法的男性からのスコア
}
51add = {
52desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • 統治に適さない
}
}
56else = {
58add = {
59desc = "HEIR_SELECTION_MALE_DESC" • 男性である場合のスコア
60value = 100
}
62add = {
63desc = "HEIR_SELECTION_LEGALLY_MALE_DESC" • 法的男性からのスコア
64value = 100
}
66add = {
67desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 年齢ごとのスコア
68value = 1
}
70add = {
71desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • 統治に適さない
72value = -1000
}
}
}