
继承法
平民选举制
这是共和国的一种继承法,统治者为选举产生的平民。
禁止担任统治者修正类型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
}
}
}