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