
계승 법칙
구루 선출
오직 지혜로운 구루만이 국가를 이끌 수 있습니다. 적임자가 없는 경우 적합한 인물이 나타날 때까지 선출이 보류됩니다.
통치 차단보정치 유형calc
시크교종교heir is allowed정의in_game/common/heir_selections/specialized.txt:234
235allow_female = yes
236use_election = no
237term_duration = 0
238max_possible_candidates = 0
242heir_is_allowed = {
243religion = scope:target.religion
244OR = {
249is_religious_figure = yes
250total_abilities >= 200
}
}
254potential = {
255has_reform = government_reform:guru_leadership_reform
}
258locked = {
259has_reform = government_reform:guru_leadership_reform
}
262calc = {
263if = {
264limit = {
265exists = root
}
271if = {
273add = {
274desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • 통치에 부적합
275value = -1000
}
}
}
281if = {
282limit = {
283not = {
283exists = root
}
}
285add = {
286desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 나이 1살당 부여되는 점수
287value = 1
}
}
}