
Heir Selection
Oligarchic Elective
It is a type of Succession Law of a Republic, in which the Ruler is selected from the ranks of the ruling minority by Election.
Blocked from RulershipModifier TypecalcModifiers
Definitionin_game/common/heir_selections/republic.txt:1
3use_election = yes
4term_duration = 0
5max_possible_candidates = 3
8heir_is_allowed = {
}
10calc = {
11if = {
12limit = {
13exists = root
}
15add = {
16desc = "HEIR_SELECTION_ADM_DESC" • Score per Administrative Ability
17value = root.adm
}
19add = {
20desc = "HEIR_SELECTION_DIP_DESC" • Score per Diplomatic Ability
21value = root.dip
}
23add = {
24desc = "HEIR_SELECTION_MIL_DESC" • Score per Military Ability
25value = root.mil
}
31if = {
33add = {
34desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Is unsuited to Rule
35value = -1000
}
}
}
41if = {
42limit = {
43not = {
43exists = root
}
}
45add = {
46desc = "HEIR_SELECTION_ADM_DESC" • Score per Administrative Ability
47value = 1
}
49add = {
50desc = "HEIR_SELECTION_DIP_DESC" • Score per Diplomatic Ability
51value = 1
}
53add = {
54desc = "HEIR_SELECTION_MIL_DESC" • Score per Military Ability
55value = 1
}
57add = {
58desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
59value = 1
}
}
}
