Event
Papal Conclave Concluded

The papal conclave has finished debating on which Cardinal should be elected as the new Ruler Title. There were three major candidates, but which one won the election?
CatholicismReligionoption 1, option 2, option 3Definitionin_game/events/religion/papal_conclave_events.txt:374
375hide_portraits = yes
376type = country_event
377title = papal_conclave_events.11.title Papal Conclave Concluded
378desc = papal_conclave_events.11.desc The papal conclave has finished debating on which Cardinal should be elected as the new Ruler Title. There were three major candidates, but which one won the election?
379outcome = neutral
380image = "gfx/interface/illustrations/government/throne_rooms/papal_authority.dds"
381trigger = {
382has_ruler = no
383religion = {
384any_cardinal_in_religion = {
385count >= 3
}
}
}
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
}
}
}
}