くじ引き選挙
後継者選び

くじ引き選挙

lottery_electionin_game/common/heir_selections/republic.txt:212

共和国の後継者選びのひとつで、統治者は、ランダムに選ばれた一票によって選ばれる。

必要統治禁止補正タイプcalc

補正

定義in_game/common/heir_selections/republic.txt:212

215use_election = yes
216term_duration = 0
217max_possible_candidates = 3
218show_candidates = no
220allowed_estates = {
}
221heir_is_allowed = {
}
223calc = {
224if = {
225limit = {
226exists = root
}
228add = {
229desc = "HEIR_SELECTION_RANDOM_DESC" • 候補者はランダムなスコア(0.00から+200.00)を獲得する
230value = random_integer
231modulo = 200
}
234add = {
235desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 年齢ごとのスコア
236value = character_age
}
238if = {
239limit = {
}
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
}
}
}
263modifier = {
}
© 2026 Soft Santa Cruz, S.L.U.。無断転載を禁じます。本サイトは非公式のファンプロジェクトであり、Paradox Interactiveとは関係ありません。ゲームコンテンツ © Paradox Interactive。 概要 · プライバシー · 法的情報