스크립트 트리거
has_italian_league_won_the_italian_wars
제1 이탈리아 연맹국가 간 조직체trigger if
제2 이탈리아 연맹국가 간 조직체trigger if
제3 이탈리아 연맹국가 간 조직체trigger if정의in_game/common/scripted_triggers/situation_triggers.txt:473
474trigger_if = {
475limit = {
476OR = {
}
}
482OR = {
483custom_tooltip = {
484text = italian_league_1_200_tt 제1 이탈리아 연맹이 이탈리아에 200개 이상의 지점을 소유
}
489custom_tooltip = {
490text = italian_league_2_200_tt 제2 이탈리아 연맹이 이탈리아에 200개 이상의 지점을 소유
}
495custom_tooltip = {
496text = italian_league_3_200_tt 제3 이탈리아 연맹이 이탈리아에 200개 이상의 지점을 소유
}
}
}
503trigger_else = {
504custom_tooltip = any_foreign_league_has_at_least_200_locations_in_italy 어떤 외국 연맹 국가 간 조직체이든 이탈리아에 200개 이상의 지점을 소유
}