
ActionModifié dans cette version
Dissoudre notre ligue italienne
Notre ligue n'est pas suffisamment puissante pour résister aux envahisseurs. Nous devons la dissoudre et chercher à en rejoindre une autre si nous ne voulons pas être victimes d'une conquête étrangère...
Première ligue italienneOrganisation internationaleallow, effect, potential
Deuxième ligue italienneOrganisation internationaleallow, effect, potential
Troisième ligue italienneOrganisation internationaleallow, potential
Guerres d'ItalieConjonctureselect triggerDéfinitionin_game/common/generic_actions/italian_wars.txt:381
382icon = create_italian_league
383type = situation
384show_message = no
385potential = {
386scope:actor ?= {
387OR = {
}
}
}
395allow = {
396scope:actor ?= {
397at_war = no
398any_international_organizations_member_of = {
399OR = {
}
}
}
}
409ai_tick = monthly
410ai_tick_frequency = 6
412automation_tick = never
413automation_tick_frequency = 12
415select_trigger = {
416looking_for_a = situation
422target_flag = recipient
423name = "choose_situation" Sélectionner la Conjoncture :
424column = {
425data = name
}
427visible = {
}
}
434effect = {
435scope:actor ?= {
436if = {
437limit = {
}
}
442else_if = {
443limit = {
}
}
448else = {
}
}
}
455ai_will_do = {
456add = -10
457if = {
458limit = {
459scope:actor ?= {
459country_rank_level = 1
}
}
461add = {
462desc = "COUNTRY_RANK_TOOLTIP"
463value = 50
}
}
466else_if = {
467limit = {
468scope:actor ?= {
468country_rank_level = 2
}
}
470add = {
471desc = "COUNTRY_RANK_TOOLTIP"
472value = 10
}
}
475if = {
476limit = {
477scope:actor ?= {
478any_international_organizations_member_of = {
479OR = {
}
484total_members < 2
}
}
}
488add = {
489desc = "IW_BALANCE_OF_POWER"
490value = 50
}
}
493else_if = {
494limit = {
495scope:actor ?= {
}
}
497add = {
498desc = "IW_BALANCE_OF_POWER"
499value = {
500add = international_organization:italian_league_1.total_members
501multiply = -10
}
}
}
505else_if = {
506limit = {
507scope:actor ?= {
}
}
509add = {
510desc = "IW_BALANCE_OF_POWER"
511value = {
512add = international_organization:italian_league_2.total_members
513multiply = -10
}
}
}
517else_if = {
518limit = {
519scope:actor ?= {
}
}
521add = {
522desc = "IW_BALANCE_OF_POWER"
523value = {
524add = international_organization:italian_league_3.total_members
525multiply = -10
}
}
}
}