Event
Autocephalous Patriarchate Seat Falls!

With the incorporation of Target Location into the Winner Flavor Rank of Winner, the seat of the Target Ap now falls under our authority. It comes to us to decide what to do with this Patriarchal institution.
Definitionin_game/events/religion/autocephalous_patriarchates.txt:5
6type = location_event
7title = autocephalous_patriarchates.1.title Autocephalous Patriarchate Seat Falls!
8desc = {
9first_valid = {
10triggered_desc = {
11trigger = {
11exists = scope:ap_diplomatic_transfer
}
12desc = autocephalous_patriarchates.1.desc_diplomatic With the incorporation of Target Location into the Winner Flavor Rank of Winner, the seat of the Target Ap now falls under our authority. It comes to us to decide what to do with this Patriarchal institution.
}
14triggered_desc = {
14desc = autocephalous_patriarchates.1.desc After a turbulent siege and a valiant defense of the resident garrison, Target Location has fallen to the might of our great armies. It was the seat of the Target Ap, and now it comes to us to decide what to do with this Patriarchal authority.
}
}
}
17outcome = neutral
18image = "gfx/interface/illustrations/international_organization_types/autocephalous_patriarchate.dds"
20trigger = {
21has_owner = yes
22exists = scope:loser
23owner = {
24religion = scope:loser.religion
25exists = autocephalous_patriarchate
}
27scope:loser = {
28exists = autocephalous_patriarchate
}
}
35immediate = {
36save_scope_as = target_location
37if = {
38limit = {
38scope:loser = {
38is_subject_of = scope:winner
}
}
39scope:winner = {
39save_scope_as = ap_diplomatic_transfer
}
}
41scope:loser = {
42autocephalous_patriarchate = {
44save_scope_as = target_ap
}
}
47scope:winner.autocephalous_patriarchate = {
47save_scope_as = target_winner_ap
}
}