
後継者選び
大修道院長選挙
神権制の後継者選びのひとつで、統治者は選挙によって選ばれた大修道院長である。
統治禁止補正タイプcalc定義in_game/common/heir_selections/theocracy.txt:257
258include_ruler_siblings = yes
259all_in_country = yes
260through_female = yes
261allow_female = yes
262allow_male = no
263ignore_ruler = yes
264allow_foreign_ruler = no
265custom_tags = {
empty_heir_religion_law
}
267heir_is_allowed = {
}
269calc = {
270if = {
271limit = {
272exists = root
}
278if = {
280add = {
281desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • 統治に適さない
282value = -1000
}
}
}
289if = {
290limit = {
291not = {
291exists = root
}
}
293add = {
294desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 年齢ごとのスコア
295value = 1
}
}
}