
Loi de succession
Élection épiscopale
Il s'agit d'un type de Loi de succession d'une Théocratie, par lequel le Dirigeant est un évêque choisi par Élection parmi des candidats nationaux et internationaux potentiels.
Exercice du pouvoir endiguéType de modificateurcalcDéfinitionin_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 = {
}
31add = {
32desc = "HEIR_SELECTION_TOTAL_ABILITIES" • Score par Aptitude administrative, Aptitude diplomatique ou Aptitude militaire
33value = total_abilities
}
35if = {
37add = {
38desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • N'est pas digne de gouverner
39value = -1000
}
}
}
44if = {
45limit = {
46not = {
46exists = root
}
}
48add = {
49desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score selon l'âge
50value = 1
51multiply = 3
}
53add = {
54desc = "HEIR_SELECTION_TOTAL_ABILITIES" • Score par Aptitude administrative, Aptitude diplomatique ou Aptitude militaire
55value = 1
}
}
}