
Heir Selection
Republic 2 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 2 years.
Blocked from RulershipModifier TypecalcModifiers
Definitionin_game/common/heir_selections/republic.txt:140
142use_election = yes
143term_duration = 24
144max_possible_candidates = 4
147heir_is_allowed = {
}
149potential = {
150has_reform = government_reform:great_and_minor_councils_of_genoa
}
153calc = {
154if = {
155limit = {
156exists = root
}
158add = {
159desc = "HEIR_SELECTION_ADM_DESC" • Score per Administrative Ability
160value = root.adm
}
162add = {
163desc = "HEIR_SELECTION_DIP_DESC" • Score per Diplomatic Ability
164value = root.dip
}
166add = {
167desc = "HEIR_SELECTION_MIL_DESC" • Score per Military Ability
168value = root.mil
}
170add = {
171desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
172value = root.age_in_years
}
174if = {
176add = {
177desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Is unsuited to Rule
178value = -1000
}
}
}
184if = {
185limit = {
186not = {
186exists = root
}
}
188add = {
189desc = "HEIR_SELECTION_ADM_DESC" • Score per Administrative Ability
190value = 1
}
192add = {
193desc = "HEIR_SELECTION_DIP_DESC" • Score per Diplomatic Ability
194value = 1
}
196add = {
197desc = "HEIR_SELECTION_MIL_DESC" • Score per Military Ability
198value = 1
}
200add = {
201desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
202value = 1
}
}
}
