イベント
Opponent Support LocationとPope Support Locationの衝突

最近、Target Schism Opponent Cardinalの熱心な支持者であるOpponent Support Locationの人々は、Target Schism Pope Cardinalの熱烈な信徒であるPope Support Locationと衝突した。 両派は現在、Target Rulerに対し、どちらの側につくのかを明確にするよう訴えている。
ローマ国家option 2
カトリック宗教immediate, option 1, option 2, option 3, trigger
教会大分裂局面option 1定義in_game/events/situations/western_schism.txt:182
183type = country_event
184category = situation_event
185title = western_schism.6.title Opponent Support LocationとPope Support Locationの衝突
186desc = western_schism.6.desc 最近、Target Schism Opponent Cardinalの熱心な支持者であるOpponent Support Locationの人々は、Target Schism Pope Cardinalの熱烈な信徒であるPope Support Locationと衝突した。 両派は現在、Target Rulerに対し、どちらの側につくのかを明確にするよう訴えている。
187outcome = neutral
189image = "gfx/interface/illustrations/situation/western_schism.dds"
192trigger = {
193num_locations > 1
198has_ruler = yes
}
201immediate = {
204ruler = {
205save_scope_as = target_ruler
}
208ordered_owned_location = {
210order_by = {
211value = average_satisfaction
214if = {
215limit = {
215rank_index = 1
}
216multiply = 0.25
}
219else_if = {
220limit = {
220rank_index = 2
}
221multiply = 0.5
}
}
224max = 40
225check_range_bounds = no
226add_to_list = ordered_owned_non_rural_location_list
}
229random_in_list = {
230list = ordered_owned_non_rural_location_list
231save_scope_as = opponent_support_location
}
234random_in_list = {
235list = ordered_owned_non_rural_location_list
236limit = {
236this != scope:opponent_support_location
}
237save_scope_as = pope_support_location
}
}