ドージェ選挙
後継者選び

ドージェ選挙

doge_electionin_game/common/heir_selections/republic.txt:289

共和国の後継者選びのひとつで、国のエリートから選出された統治者が生涯統治する。
ただし、ドージェの貴族または市民の人気が低下した場合は、ドージェを追放できる。

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

補正

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

290use_election = yes
291term_duration = 0
292max_possible_candidates = 3
293allowed_estates = {
}
294heir_is_allowed = {
}
296potential = {
297has_reform = government_reform:merchant_republic
}
299locked = {
300has_reform = government_reform:merchant_republic
}
302calc = {
303if = {
304limit = {
305exists = root
}
307add = {
308desc = "HEIR_SELECTION_ADM_DESC" • 統治能力ごとのスコア
309value = root.adm
}
311add = {
312desc = "HEIR_SELECTION_DIP_DESC" • 外交能力ごとのスコア
313value = root.dip
}
315add = {
316desc = "HEIR_SELECTION_MIL_DESC" • 軍事能力ごとのスコア
317value = root.mil
}
319add = {
320desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 年齢ごとのスコア
321value = root.age_in_years
}
323if = {
324limit = {
325any_trait = {
325has_tag = economical
}
}
327add = {
328desc = "HEIR_SELECTION_ECONOMICAL_TRAITS" • 経済的特性からのスコア
329value = 50
}
}
332if = {
333limit = {
334any_trait = {
334has_tag = social
}
}
336add = {
337desc = "HEIR_SELECTION_SOCIAL_TRAITS" • 社会的特性からのスコア
338value = 50
}
}
341if = {
342limit = {
343any_trait = {
343has_tag = tolerant
}
}
345add = {
346desc = "HEIR_SELECTION_TOLERANT_TRAITS" • 寛大な特性からのスコア
347value = 50
}
}
350if = {
351limit = {
}
352add = {
353desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • 統治に適さない
354value = -1000
}
}
}
360if = {
361limit = {
362not = {
362exists = root
}
}
364add = {
365desc = "HEIR_SELECTION_ADM_DESC" • 統治能力ごとのスコア
366value = 1
}
368add = {
369desc = "HEIR_SELECTION_DIP_DESC" • 外交能力ごとのスコア
370value = 1
}
372add = {
373desc = "HEIR_SELECTION_MIL_DESC" • 軍事能力ごとのスコア
374value = 1
}
376add = {
377desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 年齢ごとのスコア
378value = 1
}
380add = {
381desc = "HEIR_SELECTION_ECONOMICAL_TRAITS" • 経済的特性からのスコア
382value = 50
}
384add = {
385desc = "HEIR_SELECTION_SOCIAL_TRAITS" • 社会的特性からのスコア
386value = 50
}
388add = {
389desc = "HEIR_SELECTION_TOLERANT_TRAITS" • 寛大な特性からのスコア
390value = 50
}
}
}
395modifier = {
}
© 2026 Soft Santa Cruz, S.L.U.。無断転載を禁じます。本サイトは非公式のファンプロジェクトであり、Paradox Interactiveとは関係ありません。ゲームコンテンツ © Paradox Interactive。 概要 · プライバシー · 法的情報