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

Выборы гуру

guru_electionin_game/common/heir_selections/specialized.txt:234

Лишь мудрый гуру может управлять державой. Никто не может его заменить, поэтому народ должен ждать его появления.

ТребуетНе может стать правителемТип модификатораcalcСикхизмРелигияheir is allowed

Определениеin_game/common/heir_selections/specialized.txt:234

235allow_female = yes
236use_election = no
237term_duration = 0
238max_possible_candidates = 0
240allowed_estates = {
}
242heir_is_allowed = {
243religion = scope:target.religion
244OR = {
245AND = {
246religion = religion:sikhism
247is_saint = yes
}
249is_religious_figure = yes
250total_abilities >= 200
}
}
254potential = {
255has_reform = government_reform:guru_leadership_reform
}
258locked = {
259has_reform = government_reform:guru_leadership_reform
}
262calc = {
263if = {
264limit = {
265exists = root
}
267add = {
268desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Количество лет
269value = character_age
}
271if = {
272limit = {
}
273add = {
274desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Не годится для правления
275value = -1000
}
}
}
281if = {
282limit = {
283not = {
283exists = root
}
}
285add = {
286desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Количество лет
287value = 1
}
}
}