
Acción
Exigir apoyo de un candidato
Los fieles serán recompensados, pero a veces deben pedir su recompensa.
RomaPaíspotential, select trigger 2
Iglesia católicaOrganización internacionalpotential
CatolicismoReligiónpotential
Cisma de OccidenteSituaciónallow, select trigger 1, select trigger 2schism_opponent_countryVariableselect trigger 2Definiciónin_game/common/generic_actions/western_schism.txt:262
263type = situation
264show_message = no
265potential = {
266scope:actor = {
269num_cardinals = 0
}
}
276allow = {
}
283ai_tick = monthly
284ai_tick_frequency = 6
286automation_tick = never
287automation_tick_frequency = 12
288price = price:western_schism_ri_actions_price
290cooldown = {
291type = schism_demand_support_from_one_pope
292years = 6
}
295select_trigger = {
296looking_for_a = situation
297target_flag = recipient
298name = "choose_situation" Elige la Situation:
299column = {
300data = name
}
}
308select_trigger = {
309looking_for_a = country
310target_flag = target
311name = "choose_candidate_for_demands" Elige el candidato a quien quieres exigir el pago
312none_available_msg_key = "no_valid_countries"
313column = {
313data = name
}
314allow_self = no
315visible = {
316OR = {
}
}
}
}
325effect = {
326if = {
327limit = {
328exists = scope:target
}
330scope:actor = {
331if = {
332limit = {
333scope:target = {
334opinion = {
335target = scope:actor
336value >= 50
}
}
}
}
}
}
347else = {
348custom_tooltip = western_schism_action_event_tt Pediremos a uno de los candidatos que nos brinde apoyo financiero.
}
}
352ai_will_do = {
353if = {
354limit = {
355exists = scope:target
359country_exists = situation:western_schism.var:schism_opponent_country
}
361save_temporary_value_as = {
362name = opinion_of_pope_vs_anti_pope
363value = "scope:actor.opinion_difference_between(c:PAP|situation:western_schism.var:schism_opponent_country)"
}
365if = {
366limit = {
366exists = scope:opinion_of_pope_vs_anti_pope
}
367value = scope:opinion_of_pope_vs_anti_pope
368if = {
369limit = {
370scope:target = situation:western_schism.var:schism_opponent_country
371scope:opinion_of_pope_vs_anti_pope < -20
}
373multiply = -1
}
375else_if = {
376limit = {
377scope:target = c:PAP
378scope:opinion_of_pope_vs_anti_pope > 20
}
380multiply = 1
}
}
}
384else = {
385value = 0
}
}