
Правило престолонаследия
Военная диктатура
Этот тип Concept характерен для республики. Самый выдающийся Concept становится пожизненным правителем.
Не может стать правителемТип модификатораcalcМодификаторы
Определениеin_game/common/heir_selections/republic.txt:733
736use_election = yes
737term_duration = 0
738max_possible_candidates = 3
741heir_is_allowed = {
}
743potential = {
744OR = {
745has_reform = government_reform:ambrosian_republic_reform
746has_reform = government_reform:revolutionary_autocracy
}
}
750locked = {
751OR = {
752has_reform = government_reform:ambrosian_republic_reform
753has_reform = government_reform:revolutionary_autocracy
}
}
757calc = {
758if = {
759limit = {
760exists = root
}
766add = {
767desc = "HEIR_SELECTION_MIL_DESC" • Concept
768value = root.mil
}
770add = {
771desc = "HEIR_SELECTION_GENERAL_OR_ADMIRAL_TRAIT_DESC" • Имеет Concept Concept или Concept
772value = 20
}
774if = {
776add = {
777desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Не годится для правления
778value = -1000
}
}
}
784if = {
785limit = {
786not = {
786exists = root
}
}
788add = {
789desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Количество лет
790value = 1
}
792add = {
793desc = "HEIR_SELECTION_MIL_DESC" • Concept
794value = 1
}
796if = {
797limit = {
798OR = {
799has_trait_category = general
800has_trait_category = admiral
}
}
803add = {
804desc = "HEIR_SELECTION_GENERAL_OR_ADMIRAL_TRAIT_DESC" • Имеет Concept Concept или Concept
805value = 20
}
}
}
}
