
Heir Selection
Republic 4 Year Terms
It is a type of Succession Law of a Republic, in which the Ruler is selected by Election for an established tenure of 4 years.
Blocked from RulershipModifier TypecalcModifiers
Definitionin_game/common/heir_selections/republic.txt:70
73use_election = yes
74term_duration = 48
75max_possible_candidates = 4
78heir_is_allowed = {
}
80calc = {
81if = {
82limit = {
83exists = root
}
85add = {
86desc = "HEIR_SELECTION_ADM_DESC" • Score per Administrative Ability
87value = root.adm
}
89add = {
90desc = "HEIR_SELECTION_DIP_DESC" • Score per Diplomatic Ability
91value = root.dip
}
93add = {
94desc = "HEIR_SELECTION_MIL_DESC" • Score per Military Ability
95value = root.mil
}
101if = {
103add = {
104desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Is unsuited to Rule
105value = -1000
}
}
}
111if = {
112limit = {
113not = {
113exists = root
}
}
115add = {
116desc = "HEIR_SELECTION_ADM_DESC" • Score per Administrative Ability
117value = 1
}
119add = {
120desc = "HEIR_SELECTION_DIP_DESC" • Score per Diplomatic Ability
121value = 1
}
123add = {
124desc = "HEIR_SELECTION_MIL_DESC" • Score per Military Ability
125value = 1
}
127add = {
128desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
129value = 1
}
}
}
