
随着Target Location纳入WinnerWinner Flavor Rank版图,Target Ap的教座现已归入我方掌控。如何处置这一宗主教机构,由我们决断。
定义in_game/events/religion/autocephalous_patriarchates.txt:5
6type = location_event
7title = autocephalous_patriarchates.1.title 自主教会圣座陷落!
8desc = {
9first_valid = {
10triggered_desc = {
11trigger = {
11exists = scope:ap_diplomatic_transfer
}
12desc = autocephalous_patriarchates.1.desc_diplomatic 随着Target Location纳入WinnerWinner Flavor Rank版图,Target Ap的教座现已归入我方掌控。如何处置这一宗主教机构,由我们决断。
}
14triggered_desc = {
14desc = autocephalous_patriarchates.1.desc 尽管遭受了守军的顽强抵抗,经过一场激烈的攻城战后,Target Location终于在我们伟大军队的威力面前屈服。这里曾是Target Ap的驻地,如今由我们来决定这一宗主教权威将如何处置。
}
}
}
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
29autocephalous_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
}
}
选项
A既然我们已经有一名牧首,便无需借助他们的权威。
53trigger = {
54scope:target_winner_ap != scope:target_ap
}
57custom_tooltip = {
58text = every_member_of_scopeloser_ap_loses_opinion_of_scopewinner_tt Target Ap的所有成员对我国失去Destroyed My Autocephalous Patriarchate好感
59scope:loser = {
60autocephalous_patriarchate = {
61every_international_organization_member = {
62add_opinion = {
63target = root.owner
64modifier = destroyed_my_autocephalous_patriarchate
}
}
}
}
}
70owner = {
71autocephalous_patriarchate = {
72add_international_organization_modifier = {
74mode = replace
76size = {缩放修正
77if = {
78limit = {
80is_location_holy_site_for = prev.var:religion
}
}
83value = 2
}
}
}
90custom_tooltip = {
91text = every_member_of_winner_ap_gains_opinion_of_scopewinner_tt Target Winner Ap所有成员对我们的好感增加Destroyed Another Autocephalous Patriarchate
92every_international_organization_member = {
94add_opinion = {
95target = root.owner
96modifier = destroyed_another_autocephalous_patriarchate
}
}
}
}
}
102scope:winner = {
103destroy_international_organization = {
103target = scope:loser.autocephalous_patriarchate
}
}
C现在,该由我们来与这个牧首打交道了。
115trigger = {
116scope:winner.autocephalous_patriarchate = {
117this = scope:target_ap
118OR = {
119NOT = {
119exists = leader_country
}
120leader_country = scope:loser
}
}
}
124scope:winner.autocephalous_patriarchate = {
125set_leader_country = scope:winner
}