
행동이번 버전 변경
이탈리아 연맹 해체
우리 연맹은 침략자들에게 맞설 만큼 강하지 못합니다. 연맹을 해체하고 다른 연맹에 가입하지 않으면 외국에 정복당하고 말 것입니다...
제1 이탈리아 연맹국가 간 조직체allow, effect, potential
제2 이탈리아 연맹국가 간 조직체allow, effect, potential
제3 이탈리아 연맹국가 간 조직체allow, potential
이탈리아 전쟁상황select trigger정의in_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" 상황 선택:
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
}
}
}
}