Evento
Disputa entre Opponent Support Location e Pope Support Location

O povo de Opponent Support Location, grandes defensores de Target Schism Opponent Cardinal, recentemente tiveram uma disputa com Pope Support Location, seguidores fiéis de Target Schism Pope Cardinal. As duas facções pediram que Target Ruler escolha um lado.
RomaPaísoption 2
CatolicismoReligiãoimmediate, option 1, option 2, option 3, trigger
Cisma do OcidenteSituaçãooption 1Definiçãoin_game/events/situations/western_schism.txt:182
183type = country_event
184category = situation_event
185title = western_schism.6.title Disputa entre Opponent Support Location e Pope Support Location
186desc = western_schism.6.desc O povo de Opponent Support Location, grandes defensores de Target Schism Opponent Cardinal, recentemente tiveram uma disputa com Pope Support Location, seguidores fiéis de Target Schism Pope Cardinal. As duas facções pediram que Target Ruler escolha um lado.
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
}
}