Ereignis
Apostolisches Konklave beendet

Das apostolische Konklave ist beendet, bei dem besprochen wird, welcher Kardinal neuer Ruler Title werden soll. Es gab drei Hauptkandidaten, doch welcher hat die Wahl gewonnen?
KatholizismusReligionoption 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 Apostolisches Konklave beendet
378desc = papal_conclave_events.11.desc Das apostolische Konklave ist beendet, bei dem besprochen wird, welcher Kardinal neuer Ruler Title werden soll. Es gab drei Hauptkandidaten, doch welcher hat die Wahl gewonnen?
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
}
}
}
}