
AcciónCambiado en esta versión
Negociar expulsión de un miembro
Negociaremos la expulsión de un miembro problemático de Enemy Religious League Name
Superioridad religiosaCasus belliallow
La Liga CatólicaOrganización internacionalallow, effect, select trigger 2
La Unión ProtestanteOrganización internacionalallow, effect, select trigger 2
Guerra de las religionesSituaciónselect trigger 1Definiciónin_game/common/generic_actions/war_of_religions.txt:296
297type = situation
299potential = {
}
302allow = {
305scope:actor = {
306OR = {
}
}
}
314automation_tick = never
315automation_tick_frequency = 12
316cooldown = {
317type = demand_member_removal
318years = 10
}
322select_trigger = {
323looking_for_a = situation
329target_flag = recipient
330name = "choose_situation" Elige la Situation:
331column = {
332data = name
}
}
340select_trigger = {
341looking_for_a = country
342interaction_source_list = {
343if = {
344limit = {
345scope:actor = {
}
}
348every_international_organization_member = {
349limit = {
}
352add_to_list = source
}
}
}
356else = {
358every_international_organization_member = {
359limit = {
}
362add_to_list = source
}
}
}
}
367pre_evaluation_sort_value = {
368value = military_strength
}
370pre_evaluation_number_to_evaluate_fully = 5
371target_flag = target_2
372name = "choose_country_to_demand_removal" Elegir un Member para expulsarlo
373none_available_msg_key = "no_valid_countries"
374column = {
374data = name
}
375column = {
375data = military_strength
}
376visible = {
}
}
381effect = {
382if = {
383limit = {
384exists = scope:target_2
}
386scope:target_2 = {
387if = {
388limit = {
}
391add_cooldown = {
392type = blocked_from_joining_protestant_union
393years = 5
}
}
396else_if = {
397limit = {
}
400add_cooldown = {
401type = blocked_from_joining_catholic_league
402years = 5
}
}
}
407if = {
408limit = {
409scope:actor = {
}
}
412remove_country_from_international_organization = scope:target_2
413leader_country ?= {
414add_truce_with = {
415target = scope:actor
416years = 3
}
}
}
}
421else = {
423remove_country_from_international_organization = scope:target_2
424leader_country ?= {
425add_truce_with = {
426target = scope:actor
427years = 3
}
}
}
}
}
}
435ai_will_do = {
436add = -25
437add = {
438value = "scope:target_2.threat_level_to(scope:actor)"
439multiply = 100
}
}