Acontecimiento
Choque entre Opponent Support Location y Pope Support Location

La gente de Opponent Support Location, partidarios acérrimos de Target Schism Opponent Cardinal, han chocado recientemente con Pope Support Location, ávidos seguidores de Target Schism Pope Cardinal. Ahora, ambas facciones han solicitado a Target Ruler que se decante claramente por algún bando.
RomaPaísoption 2
CatolicismoReligiónimmediate, option 1, option 2, option 3, trigger
Cisma de OccidenteSituaciónoption 1Definiciónin_game/events/situations/western_schism.txt:182
183type = country_event
184category = situation_event
185title = western_schism.6.title Choque entre Opponent Support Location y Pope Support Location
186desc = western_schism.6.desc La gente de Opponent Support Location, partidarios acérrimos de Target Schism Opponent Cardinal, han chocado recientemente con Pope Support Location, ávidos seguidores de Target Schism Pope Cardinal. Ahora, ambas facciones han solicitado a Target Ruler que se decante claramente por algún bando.
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
}
}