
Heir Selection
Theocratic Elective
It is a type of Succession Law of a Theocracy in which the Ruler is a theocrat selected by Election.
Blocked from RulershipModifier TypecalcDefinitionin_game/common/heir_selections/theocracy.txt:61
62include_ruler_siblings = yes
63all_in_country = yes
64through_female = no
65allow_female = no
66ignore_ruler = yes
67allow_foreign_ruler = no
68custom_tags = {
empty_heir_religion_law
}
70heir_is_allowed = {
}
72calc = {
73if = {
74limit = {
75exists = root
}
81if = {
83add = {
84desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Is unsuited to Rule
85value = -1000
}
}
}
92if = {
93limit = {
94not = {
94exists = root
}
}
96add = {
97desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
98value = 1
}
}
}