스크립트 트리거
has_foreign_league_won_the_italian_wars
프랑스 연맹국가 간 조직체trigger if
신성 로마 연맹국가 간 조직체trigger if
이베리아 연맹국가 간 조직체trigger if정의in_game/common/scripted_triggers/situation_triggers.txt:438
439trigger_if = {
440limit = {
441OR = {
}
}
447OR = {
448custom_tooltip = {
449text = foreign_league_hre_200_tt 신성 로마 연맹이 이탈리아에 200개 이상의 지점을 소유
}
454custom_tooltip = {
455text = foreign_league_france_200_tt 프랑스 연맹이 이탈리아에 200개 이상의 지점을 소유
}
460custom_tooltip = {
461text = foreign_league_iberia_200_tt 이베리아 연맹이 이탈리아에 200개 이상의 지점을 소유
}
}
}
468trigger_else = {
469custom_tooltip = any_foreign_league_has_at_least_200_locations_in_italy 어떤 외국 연맹 국가 간 조직체이든 이탈리아에 200개 이상의 지점을 소유
}