寡頭選挙
後継者選び

寡頭選挙

oligarchic_electivein_game/common/heir_selections/republic.txt:1

共和国の後継者選びのひとつで、統治者は選挙によって少数支配者の階級から選ばれる。

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

補正

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

3use_election = yes
4term_duration = 0
5max_possible_candidates = 3
7allowed_estates = {
}
8heir_is_allowed = {
}
10calc = {
11if = {
12limit = {
13exists = root
}
15add = {
16desc = "HEIR_SELECTION_ADM_DESC" • 統治能力ごとのスコア
17value = root.adm
}
19add = {
20desc = "HEIR_SELECTION_DIP_DESC" • 外交能力ごとのスコア
21value = root.dip
}
23add = {
24desc = "HEIR_SELECTION_MIL_DESC" • 軍事能力ごとのスコア
25value = root.mil
}
27add = {
28desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 年齢ごとのスコア
29value = character_age
}
31if = {
32limit = {
}
33add = {
34desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • 統治に適さない
35value = -1000
}
}
}
41if = {
42limit = {
43not = {
43exists = root
}
}
45add = {
46desc = "HEIR_SELECTION_ADM_DESC" • 統治能力ごとのスコア
47value = 1
}
49add = {
50desc = "HEIR_SELECTION_DIP_DESC" • 外交能力ごとのスコア
51value = 1
}
53add = {
54desc = "HEIR_SELECTION_MIL_DESC" • 軍事能力ごとのスコア
55value = 1
}
57add = {
58desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 年齢ごとのスコア
59value = 1
}
}
}
64modifier = {
}
© 2026 Soft Santa Cruz, S.L.U.。無断転載を禁じます。本サイトは非公式のファンプロジェクトであり、Paradox Interactiveとは関係ありません。ゲームコンテンツ © Paradox Interactive。 概要 · プライバシー · 法的情報