事件
选举新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
}
}