
어느 추기경을 새로운 Ruler Title(으)로 선출할 것인지를 논의하는 콘클라베가 끝났습니다. 주요 후보자는 세 명이었는데, 과연 누가 당선됐을까요?
요구 조건
가톨릭종교option 1, option 2, option 3정의in_game/events/religion/papal_conclave_events.txt:374
375hide_portraits = yes
376type = country_event
377title = papal_conclave_events.11.title 콘클라베의 종결
378desc = papal_conclave_events.11.desc 어느 추기경을 새로운 Ruler Title(으)로 선출할 것인지를 논의하는 콘클라베가 끝났습니다. 주요 후보자는 세 명이었는데, 과연 누가 당선됐을까요?
379outcome = neutral
380image = "gfx/interface/illustrations/government/throne_rooms/papal_authority.dds"
381trigger = {
382has_ruler = no
383religion = {
384any_cardinal_in_religion = {
}
}
}
389immediate = {
390if = {
391limit = {
391exists = scope:new_leader
}
392clear_saved_scope = new_leader
}
394previous_ruler ?= {
394save_scope_as = target_ruler
}
395religion = {
396random_cardinal_in_religion = {
397location = {
398save_scope_as = first_candidate
}
}
401random_cardinal_in_religion = {
402limit = {
403NOT = {
403this.location = scope:first_candidate
}
}
405location = {
406save_scope_as = second_candidate
}
}
409random_cardinal_in_religion = {
410limit = {
411NOT = {
411this.location = scope:first_candidate
}
412NOT = {
412this.location = scope:second_candidate
}
}
414location = {
415save_scope_as = third_candidate
}
}
}
}
선택지
AFirst Candidate의 추기경.
423create_character = {
425birth_location = scope:first_candidate
426culture = scope:first_candidate.dominant_culture
427min_age = 50
432add_random_trait_from_category = ruler
433add_random_trait_from_category = ruler
434add_random_trait_from_category = ruler
}
436if = {
437limit = {
438NOT = {
438scope:first_candidate.owner = root
}
}
440scope:first_candidate.owner = {
441add_opinion = {
441target = root
441modifier = opinion_cardinal_selected
}
}
}
BSecond Candidate의 추기경.
450create_character = {
452birth_location = scope:second_candidate
453culture = scope:second_candidate.dominant_culture
454min_age = 50
459add_random_trait_from_category = ruler
460add_random_trait_from_category = ruler
461add_random_trait_from_category = ruler
}
463if = {
464limit = {
465NOT = {
465scope:second_candidate.owner = root
}
}
467scope:second_candidate.owner = {
468add_opinion = {
468target = root
468modifier = opinion_cardinal_selected
}
}
}
CThird Candidate의 추기경.
475create_character = {
477birth_location = scope:third_candidate
478culture = scope:third_candidate.dominant_culture
479min_age = 50
485add_random_trait_from_category = ruler
486add_random_trait_from_category = ruler
487add_random_trait_from_category = ruler
}
489if = {
490limit = {
491NOT = {
491scope:third_candidate.owner = root
}
}
493scope:third_candidate.owner = {
494add_opinion = {
494target = root
494modifier = opinion_cardinal_selected
}
}
}