
Heir Selection
Military Dictatorship
It is a type of Succession Law of a Republic, in which the most militarily prominent Character rules for life.
Blocked from RulershipModifier TypecalcModifiers
Definitionin_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
}
762add = {
763desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
}
766add = {
767desc = "HEIR_SELECTION_MIL_DESC" • Score per Military Ability
768value = root.mil
}
770add = {
771desc = "HEIR_SELECTION_GENERAL_OR_ADMIRAL_TRAIT_DESC" • Score for General or Admiral Traits
772value = 20
}
774if = {
776add = {
777desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Is unsuited to Rule
778value = -1000
}
}
}
784if = {
785limit = {
786not = {
786exists = root
}
}
788add = {
789desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
790value = 1
}
792add = {
793desc = "HEIR_SELECTION_MIL_DESC" • Score per Military Ability
794value = 1
}
796if = {
797limit = {
798OR = {
799has_trait_category = general
800has_trait_category = admiral
}
}
803add = {
804desc = "HEIR_SELECTION_GENERAL_OR_ADMIRAL_TRAIT_DESC" • Score for General or Admiral Traits
805value = 20
}
}
}
}
