
Heir Selection
Grandmaster Elective
It is a type of Succession Law of a Theocracy with the Military Order Government Reform, in which the Ruler is selected from the ranks of the order by Election.
Blocked from RulershipModifier Typecalc
Unsuited for Army CommandTraitcalcDefinitionin_game/common/heir_selections/theocracy.txt:104
105all_in_country = yes
106through_female = no
107allow_female = no
108ignore_ruler = yes
109allow_foreign_ruler = no
110custom_tags = {
empty_heir_religion_law
}
112custom_eligibility_rules = {
supported_heirs_rule
}
113heir_is_allowed = {
114scope:target = {
115has_variable_list = supported_heirs
116is_target_in_variable_list = {
117name = supported_heirs
118target = root
}
}
}
122calc = {
123if = {
124limit = {
125exists = root
}
127add = {
128desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
130multiply = 3
}
132add = {
133desc = "HEIR_SELECTION_ADM_DESC" • Score per Administrative Ability
134value = adm
}
136add = {
137desc = "HEIR_SELECTION_DIP_DESC" • Score per Diplomatic Ability
138value = dip
}
140add = {
141desc = "HEIR_SELECTION_MIL_DESC" • Score per Military Ability
142value = mil
143multiply = 3
}
145if = {
150add = {
151desc = "HEIR_SELECTION_GENERAL_TRAIT_DESC" • Score for General Trait
152value = 50
}
}
155if = {
157add = {
158desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Is unsuited to Rule
159value = -1000
}
}
}
164if = {
165limit = {
166not = {
166exists = root
}
}
168add = {
169desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
170value = 1
171multiply = 3
}
173add = {
174desc = "HEIR_SELECTION_ADM_DESC" • Score per Administrative Ability
175value = 1
}
177add = {
178desc = "HEIR_SELECTION_DIP_DESC" • Score per Diplomatic Ability
179value = 1
}
181add = {
182desc = "HEIR_SELECTION_MIL_DESC" • Score per Military Ability
183value = 3
}
185add = {
186desc = "HEIR_SELECTION_GENERAL_TRAIT_DESC" • Score for General Trait
187value = 50
}
}
}