
继承法
男性优先王朝继承制
这是一种遵循统治家族长系继承制的君主国继承法,优先考虑男性而非女性。已故继承人的后代在继承顺序中优先于统治者的其他子女继承其父母的位置。该继承制将在授予自由立储权特权后解锁。除了男性优先长子继承制的规则外,统治者王朝成员在继承上优先于直系男性亲属。
禁止担任统治者修正类型sibling score定义in_game/common/heir_selections/monarchy.txt:1335
1336include_ruler_siblings = yes
1337through_female = yes
1338allow_female = yes
1339allow_children = yes
1340ignore_ruler = yes
1343heir_is_allowed = {
}
1345traverse_family_tree = yes
1346depth_first = yes
1347sibling_score = {
1348if = {
1349limit = {
1350exists = root
}
1353add = {
1354desc = "HEIR_SELECTION_MALE_DESC" •男性
1355if = {
1356limit = {
1357OR = {
1358not = {
1358exists = root
}
1359is_female = no
}
}
1362value = 100
}
}
1365add = {
1366desc = "HEIR_SELECTION_LEGALLY_MALE_DESC" •法定男性
}
1374add = {
1375desc = "HEIR_SELECTION_SAME_DYNASTY_AS_CURRENT_RULER" •属于当前统治者的家族
1376value = 100
}
1382add = {
1383desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" •不适合统治
}
}
1387else = {
1389add = {
1390desc = "HEIR_SELECTION_MALE_DESC" •男性
1391value = 100
}
1393add = {
1394desc = "HEIR_SELECTION_LEGALLY_MALE_DESC" •法定男性
1395value = 100
}
1398add = {
1399desc = "HEIR_SELECTION_OLDER_HEIR_DESC" •年龄
1400value = 1
}
}
}
1404potential = {
1405has_reform = government_reform:libertas_affectandi
}