
後継者選び
母系サリカ法典
君主制の後継者選びのひとつで、統治者は前の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
}
}
}