
계승 법칙
새 은행 임원 선출
은행가 가문의 계승 법칙 유형입니다. 통치자는 통치 가문의 구성원 중에서 선출됩니다.
통치 차단보정치 유형calc보정치
정의in_game/common/heir_selections/republic.txt:510
511include_ruler_siblings = yes
512through_female = no
513allow_female = no
516heir_is_allowed = {
}
518potential = {
519has_reform = government_reform:banking_country
}
522locked = {
523has_reform = government_reform:banking_country
}
525calc = {
526if = {
527limit = {
528exists = root
}
530add = {
531desc = "HEIR_SELECTION_ADM_DESC" • 행정 능력당 부여되는 점수
532value = root.adm
}
539if = {
541add = {
542desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • 통치에 부적합
543value = -1000
}
}
}
}
