
Heir Selection
Bishopric Elective
It is a type of Succession Law of a Theocracy in which the Ruler is a bishop selected by Election between possible domestic and international candidates.
Blocked from RulershipModifier TypecalcDefinitionin_game/common/heir_selections/theocracy.txt:1
2include_ruler_siblings = no
3all_in_country = yes
4through_female = no
5allow_female = no
6ignore_ruler = yes
7cached = yes
8allow_foreign_ruler = no
9custom_tags = {
empty_heir_religion_law
}
11custom_eligibility_rules = {
supported_heirs_rule
}
12heir_is_allowed = {
13scope:target = {
14has_variable_list = supported_heirs
15is_target_in_variable_list = {
16name = supported_heirs
17target = root
}
}
}
21calc = {
22if = {
23limit = {
24exists = root
}
26add = {
27desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
29multiply = 3
}
31add = {
32desc = "HEIR_SELECTION_TOTAL_ABILITIES" • Score per Administrative Ability, Diplomatic Ability or Military Ability
33value = total_abilities
}
35if = {
37add = {
38desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Is unsuited to Rule
39value = -1000
}
}
}
44if = {
45limit = {
46not = {
46exists = root
}
}
48add = {
49desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score per years of age
50value = 1
51multiply = 3
}
53add = {
54desc = "HEIR_SELECTION_TOTAL_ABILITIES" • Score per Administrative Ability, Diplomatic Ability or Military Ability
55value = 1
}
}
}