
後継者選び
準サリカ法典
君主制の後継者選びのひとつで、統治者は前のRulerの長男である。女性は相続できないが、自分の息子に王位継承権を譲渡することはできる。
同胞殺し後継者選びpotential
単独相続制後継者選びpotential
統治禁止補正タイプsibling score定義in_game/common/heir_selections/monarchy.txt:182
183include_ruler_siblings = yes
184through_female = yes
185allow_female = no
186allow_children = yes
187ignore_ruler = yes
190heir_is_allowed = {
}
192traverse_family_tree = yes
194potential = {
195NOR = {
}
}
201sibling_score = {
202if = {
203limit = {
204exists = root
}
207add = {
208desc = "HEIR_SELECTION_MALE_DESC" • 男性である場合のスコア
209if = {
210limit = {
211OR = {
212not = {
212exists = root
}
213is_female = no
}
}
216value = 100
}
}
224add = {
225desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • 統治に適さない
}
}
229else = {
231add = {
232desc = "HEIR_SELECTION_MALE_DESC" • 男性である場合のスコア
233value = 100
}
236add = {
237desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 年齢ごとのスコア
238value = 1
}
}
}