
행동
후보국의 지지 요구
신실한 이들은 보상을 받겠지만, 때로는 보상을 요구할 필요도 있습니다.
로마국가potential, select trigger 2
가톨릭교회국가 간 조직체potential
가톨릭종교potential
서방 교회 대분열상황allow, select trigger 1, select trigger 2schism_opponent_country변수select trigger 2정의in_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" 상황 선택:
299column = {
300data = name
}
}
308select_trigger = {
309looking_for_a = country
310target_flag = target
311name = "choose_candidate_for_demands" 금전 지불을 요구할 후보자 선택
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 후보국 중 하나에게 재정적인 지원을 요청합니다
}
}
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
}
}