
继承法
半萨利克法
这是君主国的一种继承法,先前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
}
}
}