
继承法
土耳其长子继承制
一种以单一继承人为核心的继承体系。这类长子继承王位的制度往往引发潜在继承人与王室中有资格继位的成员之间的紧张关系——因为其他子嗣通常仅能获得次要爵位或头衔,从而带来不稳定性。
禁止担任统治者修正类型sibling score定义in_game/common/heir_selections/monarchy.txt:369
370include_ruler_siblings = yes
371through_female = no
372allow_female = no
373allow_children = yes
374ignore_ruler = yes
375potential = {
}
382heir_is_allowed = {
}
384traverse_family_tree = yes
385sibling_score = {
386if = {
387limit = {
388exists = root
}
391add = {
392desc = "HEIR_SELECTION_MALE_DESC" •男性
393if = {
394limit = {
395OR = {
396not = {
396exists = root
}
397is_female = no
}
}
400value = 100
}
}
408add = {
409desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" •不适合统治
}
}
413else = {
415add = {
416desc = "HEIR_SELECTION_MALE_DESC" •男性
417value = 100
}
420add = {
421desc = "HEIR_SELECTION_OLDER_HEIR_DESC" •年龄
422value = 1
}
}
}
427succession_effect = {
428add_legitimacy = -25
}