
後継者選び
大修道院長選挙
神権制の後継者選びのひとつで、統治者は選挙によって選ばれた大修道院長である。
統治禁止補正タイプcalc定義in_game/common/heir_selections/theocracy.txt:193
194include_ruler_siblings = yes
195all_in_country = yes
196through_female = no
197allow_female = no
198ignore_ruler = yes
199allow_foreign_ruler = no
200custom_tags = {
empty_heir_religion_law
}
202heir_is_allowed = {
}
204potential = {
205has_reform = government_reform:abbey_reform
}
208locked = {
209has_reform = government_reform:abbey_reform
}
212calc = {
213if = {
214limit = {
215exists = root
}
221if = {
223add = {
224desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • 統治に適さない
225value = -1000
}
}
}
230if = {
231limit = {
232exists = root
}
234add = {
235desc = "HEIR_SELECTION_ADM_DESC" • 統治能力ごとのスコア
236value = root.adm
}
}
241if = {
242limit = {
243not = {
243exists = root
}
}
245add = {
246desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 年齢ごとのスコア
247value = 1
}
249add = {
250desc = "HEIR_SELECTION_ADM_DESC" • 統治能力ごとのスコア
251value = 1
}
}
}