
Loi de succession
Dictature militaire
Type de Loi de succession d'une République, par lequel le Personnage le plus important sur le plan militaire gouverne à vie.
Exercice du pouvoir endiguéType de modificateurcalcModificateurs
Définitionin_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" • Score par Aptitude militaire
768value = root.mil
}
770add = {
771desc = "HEIR_SELECTION_GENERAL_OR_ADMIRAL_TRAIT_DESC" • Score pour des Traits de Général ou d'Amirale
772value = 20
}
774if = {
776add = {
777desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • N'est pas digne de gouverner
778value = -1000
}
}
}
784if = {
785limit = {
786not = {
786exists = root
}
}
788add = {
789desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score selon l'âge
790value = 1
}
792add = {
793desc = "HEIR_SELECTION_MIL_DESC" • Score par Aptitude militaire
794value = 1
}
796if = {
797limit = {
798OR = {
799has_trait_category = general
800has_trait_category = admiral
}
}
803add = {
804desc = "HEIR_SELECTION_GENERAL_OR_ADMIRAL_TRAIT_DESC" • Score pour des Traits de Général ou d'Amirale
805value = 20
}
}
}
}
