이벤트
카피타노 델 포폴로 선거

전임 Ruler Title(은)는 더는 Country(을)를 통치하기에 적합하지 않습니다. 이에 권력의 빈자리를 채울 만한 잠재적인 후보자들이 제시되었으며, 그중 한 사람이 Flavor Rank(을)를 대표할 것입니다. 문제는 과연 그게 누구냐는 거겠지요.
양두 선거계승 법칙trigger정의in_game/events/government/election.txt:327
328type = country_event
329title = election.3.title 카피타노 델 포폴로 선거
330desc = election.3.desc 전임 Ruler Title(은)는 더는 Country(을)를 통치하기에 적합하지 않습니다. 이에 권력의 빈자리를 채울 만한 잠재적인 후보자들이 제시되었으며, 그중 한 사람이 Flavor Rank(을)를 대표할 것입니다. 문제는 과연 그게 누구냐는 거겠지요.
331outcome = neutral
334illustration_tags = {
33510 = regular
33610 = exterior
}
338trigger = {
340any_election_candidates = {
340count > 0
}
}
343immediate = {
}
345random_election_candidates = {
346save_scope_as = candidate_a
}
348random_election_candidates = {
349limit = {
350NAND = {
350exists = scope:candidate_a
350this = scope:candidate_a
}
}
352save_scope_as = candidate_b
}
354random_election_candidates = {
355limit = {
356NAND = {
356exists = scope:candidate_a
356this = scope:candidate_a
}
357NAND = {
357exists = scope:candidate_b
357this = scope:candidate_b
}
}
359save_scope_as = candidate_c
}
361random_election_candidates = {
362limit = {
363NAND = {
363exists = scope:candidate_a
363this = scope:candidate_a
}
364NAND = {
364exists = scope:candidate_b
364this = scope:candidate_b
}
365NAND = {
365exists = scope:candidate_c
365this = scope:candidate_c
}
}
367save_scope_as = candidate_d
}
369random_election_candidates = {
370limit = {
371NAND = {
371exists = scope:candidate_a
371this = scope:candidate_a
}
372NAND = {
372exists = scope:candidate_b
372this = scope:candidate_b
}
373NAND = {
373exists = scope:candidate_c
373this = scope:candidate_c
}
374NAND = {
374exists = scope:candidate_d
374this = scope:candidate_d
}
}
376save_scope_as = candidate_e
}
}