
後継者選び
農民選挙
共和国の後継者選びのひとつで、統治者は選挙によって選ばれた農民である。
統治禁止補正タイプcalc定義in_game/common/heir_selections/republic.txt:672
675use_election = yes
676term_duration = 0
677max_possible_candidates = 3
680heir_is_allowed = {
}
682potential = {
683has_reform = government_reform:peasant_republic_reform
}
686locked = {
687has_reform = government_reform:peasant_republic_reform
}
690calc = {
691if = {
692limit = {
693exists = root
}
699if = {
700limit = {
700has_dynasty = yes
}
701desc = "HEIR_SELECTION_HAS_DYNASTY_DESC" • 王朝に属する場合のスコア
702value = -1000
}
704if = {
706add = {
707desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • 統治に適さない
708value = -1000
}
}
}
714if = {
715limit = {
716not = {
716exists = root
}
}
718add = {
719desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 年齢ごとのスコア
720value = 1
}
722add = {
723desc = "HEIR_SELECTION_HAS_DYNASTY_DESC" • 王朝に属する場合のスコア
724value = -1000
}
}
}