
後継者選び
くじ引き選挙
共和国の後継者選びのひとつで、統治者は、ランダムに選ばれた一票によって選ばれる。
統治禁止補正タイプcalc補正
定義in_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" • 候補者はランダムなスコア(0.00から+200.00)を獲得する
230value = random_integer
231modulo = 200
}
238if = {
240add = {
241desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • 統治に適さない
242value = -1000
}
}
}
248if = {
249limit = {
250not = {
250exists = root
}
}
252add = {
253desc = "HEIR_SELECTION_RANDOM_DESC" • 候補者はランダムなスコア(0.00から+200.00)を獲得する
254format = "FORMAT_NO_VALUE"
}
256add = {
257desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 年齢ごとのスコア
258value = 1
}
}
}
