
後継者選び
サリカ法典
君主制の後継者選びのひとつで、統治者は前のRulerの長男である。女性は相続できず、自分の息子に王位継承権を譲渡することもできない。
同胞殺し後継者選びpotential
単独相続制後継者選びpotential
統治禁止補正タイプsibling score定義in_game/common/heir_selections/monarchy.txt:120
121include_ruler_siblings = yes
122through_female = no
123allow_female = no
124allow_children = yes
125ignore_ruler = yes
128heir_is_allowed = {
}
131potential = {
132NOR = {
}
}
138traverse_family_tree = yes
139sibling_score = {
140if = {
141limit = {
142exists = root
}
145add = {
146desc = "HEIR_SELECTION_MALE_DESC" • 男性である場合のスコア
147if = {
148limit = {
149OR = {
150not = {
150exists = root
}
151is_female = no
}
}
154value = 100
}
}
162add = {
163desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • 統治に適さない
}
}
167else = {
169add = {
170desc = "HEIR_SELECTION_MALE_DESC" • 男性である場合のスコア
171value = 100
}
174add = {
175desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 年齢ごとのスコア
176value = 1
}
}
}