
계승 법칙
수도원장 선출제
신정국의 계승 법칙 유형입니다. 선거를 통해 선출된 수도원장이 통치자가 됩니다.
통치 차단보정치 유형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" • 나이 1살당 부여되는 점수
247value = 1
}
249add = {
250desc = "HEIR_SELECTION_ADM_DESC" • 행정 능력당 부여되는 점수
251value = 1
}
}
}