
後継者選び
共和国2年任期
共和国の後継者選びのひとつで、統治者は2年間の任期で選挙によって選ばれる。
統治禁止補正タイプcalc142use_election = yes
143term_duration = 24
144max_possible_candidates = 4
147heir_is_allowed = {
}
149potential = {
150has_reform = government_reform:great_and_minor_councils_of_genoa
}
153calc = {
154if = {
155limit = {
156exists = root
}
158add = {
159desc = "HEIR_SELECTION_ADM_DESC" • 統治能力ごとのスコア
160value = root.adm
}
162add = {
163desc = "HEIR_SELECTION_DIP_DESC" • 外交能力ごとのスコア
164value = root.dip
}
166add = {
167desc = "HEIR_SELECTION_MIL_DESC" • 軍事能力ごとのスコア
168value = root.mil
}
170add = {
171desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 年齢ごとのスコア
172value = root.age_in_years
}
174if = {
176add = {
177desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • 統治に適さない
178value = -1000
}
}
}
184if = {
185limit = {
186not = {
186exists = root
}
}
188add = {
189desc = "HEIR_SELECTION_ADM_DESC" • 統治能力ごとのスコア
190value = 1
}
192add = {
193desc = "HEIR_SELECTION_DIP_DESC" • 外交能力ごとのスコア
194value = 1
}
196add = {
197desc = "HEIR_SELECTION_MIL_DESC" • 軍事能力ごとのスコア
198value = 1
}
200add = {
201desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 年齢ごとのスコア
202value = 1
}
}
}
