
继承法
幼子继承制
这是王国的一种继承法,先前Ruler最年幼的儿子将继任为统治者。
手足相残继承制继承法potential
土耳其长子继承制继承法potential
禁止担任统治者修正类型sibling score定义in_game/common/heir_selections/monarchy.txt:617
618through_female = no
619allow_female = no
620allow_children = yes
621ignore_ruler = yes
624heir_is_allowed = {
}
626traverse_family_tree = yes
628potential = {
629NOR = {
}
}
635sibling_score = {
636if = {
637limit = {
638exists = root
}
641add = {
642desc = "HEIR_SELECTION_MALE_DESC" •男性
643if = {
644limit = {
645OR = {
646not = {
646exists = root
}
647is_female = no
}
}
650value = 100
}
}
654add = {
}
659add = {
660desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" •不适合统治
}
}
664else = {
666add = {
667desc = "HEIR_SELECTION_MALE_DESC" •男性
668value = 100
}
671add = {
672desc = "HEIR_SELECTION_YOUNGER_HEIR_DESC" •基础分数减去年龄数
673value = 1
}
}
}