参謀選挙
後継者選び

参謀選挙

general_heir_selectionin_game/common/heir_selections/specialized.txt:119

軍事制の後継者選びのひとつで、新しい統治者は主要な将軍のなかから選ばれる。将軍がいない場合は、適切な候補者が見つかるまで暫定評議会が国家を主導する。

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

定義in_game/common/heir_selections/specialized.txt:119

121all_in_country = yes
122ignore_ruler = yes
123heir_is_allowed = {
}
125potential = {
126has_reform = government_reform:military_regime_reform
}
128locked = {
129has_reform = government_reform:military_regime_reform
}
131calc = {
132if = {
133limit = {
134exists = root
}
136add = {
137desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 年齢ごとのスコア
138value = root.character_age
}
140add = {
141desc = "HEIR_SELECTION_ADM_DESC" • 統治能力ごとのスコア
142value = root.adm
}
144add = {
145desc = "HEIR_SELECTION_DIP_DESC" • 外交能力ごとのスコア
146value = root.dip
}
148add = {
149desc = "HEIR_SELECTION_MIL_DESC" • 軍事能力ごとのスコア
150value = root.mil
}
153if = {
154limit = {
155is_general = yes
}
157add = {
158desc = "HEIR_SELECTION_GENERAL_DESC" • 将軍である場合のスコア
159value = 100
}
}
163if = {
164limit = {
165NOR = {
166is_general = yes
167has_trait_category = general
}
}
170add = {
171desc = "HEIR_SELECTION_NOT_GENERAL_DESC" • 将軍ではない場合のスコア
172value = -1000
}
}
176if = {
177limit = {
178has_trait_category = general
}
180add = {
181desc = "HEIR_SELECTION_GENERAL_TRAIT_DESC" • 将軍の特性からのスコア
182value = 50
}
}
185if = {
186limit = {
}
187add = {
188desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • 統治に適さない
189value = -1000
}
}
}
193if = {
194limit = {
195not = {
195exists = root
}
}
197add = {
198desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 年齢ごとのスコア
199value = 1
}
201add = {
202desc = "HEIR_SELECTION_ADM_DESC" • 統治能力ごとのスコア
203value = 1
}
205add = {
206desc = "HEIR_SELECTION_DIP_DESC" • 外交能力ごとのスコア
207value = 1
}
209add = {
210desc = "HEIR_SELECTION_MIL_DESC" • 軍事能力ごとのスコア
211value = 1
}
213add = {
214desc = "HEIR_SELECTION_GENERAL_DESC" • 将軍である場合のスコア
215value = 100
}
217add = {
218desc = "HEIR_SELECTION_GENERAL_TRAIT_DESC" • 将軍の特性からのスコア
219value = 50
}
221add = {
222desc = "HEIR_SELECTION_NOT_GENERAL_DESC" • 将軍ではない場合のスコア
223value = -1000
}
}
}
227succession_effect = {
228scope:new_ruler = {
229change_character_estate = estate_type:crown_estate
}
}
© 2026 Soft Santa Cruz, S.L.U.。無断転載を禁じます。本サイトは非公式のファンプロジェクトであり、Paradox Interactiveとは関係ありません。ゲームコンテンツ © Paradox Interactive。 概要 · プライバシー · 法的情報