Теократические выборы
Правило престолонаследия

Теократические выборы

theocratic_electivein_game/common/heir_selections/theocracy.txt:61

Этот тип Concept характерен для теократии. Concept определяется на Concept из числа теократов.

ТребуетНе может стать правителемТип модификатораcalc

Определениеin_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
}
69allowed_estates = {
}
70heir_is_allowed = {
}
72calc = {
73if = {
74limit = {
75exists = root
}
77add = {
78desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Количество лет
79value = character_age
}
81if = {
82limit = {
}
83add = {
84desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Не годится для правления
85value = -1000
}
}
}
92if = {
93limit = {
94not = {
94exists = root
}
}
96add = {
97desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Количество лет
98value = 1
}
}
}