
Heir Selection
Abbess Elective
It is a type of Succession Law of a Theocracy in which the Ruler is an abbess selected by Election.
Blocked from RulershipModifier TypecalcDefinitionin_game/common/heir_selections/theocracy.txt:257
258include_ruler_siblings = yes
259all_in_country = yes
260through_female = yes
261allow_female = yes
262allow_male = no
263ignore_ruler = yes
264allow_foreign_ruler = no
265custom_tags = {
empty_heir_religion_law
}
267heir_is_allowed = {
}
269calc = {
270if = {
271limit = {
272exists = root
}
274add = {
275desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
}
278if = {
280add = {
281desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Is unsuited to Rule
282value = -1000
}
}
}
289if = {
290limit = {
291not = {
291exists = root
}
}
293add = {
294desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
295value = 1
}
}
}