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

Выборы аббатисы

abbess_elective_femalein_game/common/heir_selections/theocracy.txt:257

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

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

Определениеin_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
}
266allowed_estates = {
}
267heir_is_allowed = {
}
269calc = {
270if = {
271limit = {
272exists = root
}
274add = {
275desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Количество лет
276value = character_age
}
278if = {
279limit = {
}
280add = {
281desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Не годится для правления
282value = -1000
}
}
}
289if = {
290limit = {
291not = {
291exists = root
}
}
293add = {
294desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Количество лет
295value = 1
}
}
}