
Loi de succession
Élection au tirage au sort
Type de Loi de succession d'une République, par lequel le nouveau Dirigeant est choisi lors d'un tirage au sort.
Exercice du pouvoir endiguéType de modificateurcalcModificateurs
Définitionin_game/common/heir_selections/republic.txt:212
215use_election = yes
216term_duration = 0
217max_possible_candidates = 3
218show_candidates = no
221heir_is_allowed = {
}
223calc = {
224if = {
225limit = {
226exists = root
}
228add = {
229desc = "HEIR_SELECTION_RANDOM_DESC" • Le Candidat obtient un Score aléatoire (de 0,00 à +200,00)
230value = random_integer
231modulo = 200
}
238if = {
240add = {
241desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • N'est pas digne de gouverner
242value = -1000
}
}
}
248if = {
249limit = {
250not = {
250exists = root
}
}
252add = {
253desc = "HEIR_SELECTION_RANDOM_DESC" • Le Candidat obtient un Score aléatoire (de 0,00 à +200,00)
254format = "FORMAT_NO_VALUE"
}
256add = {
257desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score selon l'âge
258value = 1
}
}
}
