
继承法
母系萨利克法
这是君主国的一种继承法,先前Ruler最年长的儿子将继任为统治者。女儿永远不能继承,但可以将继承权传给外孙。统治家族女性的孩子比其他家族女性的孩子更受青睐。
手足相残继承制继承法potential
土耳其长子继承制继承法potential
禁止担任统治者修正类型sibling score定义in_game/common/heir_selections/monarchy.txt:1409
1410include_ruler_siblings = yes
1411through_female = yes
1412allow_female = no
1413allow_children = yes
1414ignore_ruler = yes
1416heir_is_allowed = {
}
1418traverse_family_tree = yes
1419all_in_dynasty = yes
1421potential = {
1422NOR = {
}
}
1427sibling_score = {
1428if = {
1429limit = {
1430exists = root
}
1433add = {
1434desc = "HEIR_SELECTION_MATRILINEAL" •母系
1435if = {
1436limit = {
1437exists = mother
1438mother = {
1439OR = {
1440is_ruler = yes
1441AND = {
1442has_dynasty = yes
1443dynasty = root.dynasty
}
}
}
1447OR = {
1448not = {
1448exists = root
}
1449is_female = no
}
}
1452value = 300
}
}
1456add = {
1457desc = "HEIR_SELECTION_MALE_DESC" •男性
1458if = {
1459limit = {
1460OR = {
1461not = {
1461exists = root
}
1462is_female = no
}
}
1465value = 100
}
}
1472add = {
1473desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" •不适合统治
}
}
1477else = {
1479add = {
1480desc = "HEIR_SELECTION_MALE_DESC" •男性
1481value = 100
}
1483add = {
1484desc = "HEIR_SELECTION_OLDER_HEIR_DESC" •年龄
1485value = 1
}
}
}