Event
Clash between Opponent Support Location and Pope Support Location

The people of Opponent Support Location, staunch supporters of the Target Schism Opponent Cardinal have recently clashed with Pope Support Location, avid followers of Target Schism Pope Cardinal. Both factions have now petitioned Target Ruler to take a clear stance on either side.
RomeCountryoption 2
CatholicismReligionimmediate, option 1, option 2, option 3, trigger
Western SchismSituationoption 1Definitionin_game/events/situations/western_schism.txt:182
183type = country_event
184category = situation_event
185title = western_schism.6.title Clash between Opponent Support Location and Pope Support Location
186desc = western_schism.6.desc The people of Opponent Support Location, staunch supporters of the Target Schism Opponent Cardinal have recently clashed with Pope Support Location, avid followers of Target Schism Pope Cardinal. Both factions have now petitioned Target Ruler to take a clear stance on either side.
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
}
}