イベント
新たなRuler Titleの選挙

先代Ruler Titleが逝去され、Countryを統治する次期Ruler Titleの選出をおこなうために貴族が招集された。
数日間の議論のすえ、Candidate AがCountryを統治する次期Ruler Titleに選ばれた。
二頭政治の選挙後継者選びtrigger定義in_game/events/government/election.txt:460
461type = country_event
462title = election.5.title 新たなRuler Titleの選挙
463desc = election.5.desc 先代Ruler Titleが逝去され、Countryを統治する次期Ruler Titleの選出をおこなうために貴族が招集された。
数日間の議論のすえ、Candidate AがCountryを統治する次期Ruler Titleに選ばれた。
数日間の議論のすえ、Candidate AがCountryを統治する次期Ruler Titleに選ばれた。
464outcome = neutral
468trigger = {
470any_election_candidates = {
470count > 0
}
}
473illustration_tags = {
47410 = happy
47510 = interior
}
477immediate = {
}
479random_election_candidates = {
479save_scope_as = candidate_a
}
}