Wydarzenie
Papieskie konklawe zakończone

Papieskie konklawe zakończyło debatę na temat tego, który kardynał to nowy Ruler Title. Było trzech głównych kandydatów, ale który z nich wygrał wybory?
KatolicyzmReligiaoption 1, option 2, option 3Definicjain_game/events/religion/papal_conclave_events.txt:374
375hide_portraits = yes
376type = country_event
377title = papal_conclave_events.11.title Papieskie konklawe zakończone
378desc = papal_conclave_events.11.desc Papieskie konklawe zakończyło debatę na temat tego, który kardynał to nowy Ruler Title. Było trzech głównych kandydatów, ale który z nich wygrał wybory?
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
}
}
}
}