
继承法
修道院长选举制
这是神权国的一种继承法,统治者为选举产生的修道院长。
禁止担任统治者修正类型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
}
}
}