
後継者選び
新たな銀行幹部の選出
銀行家の後継者選びのひとつで、一族の構成員のなかから統治者が選ばれる。
統治禁止補正タイプ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
}
}
}
}
