스크립트 효과이번 버전 변경
destroy_all_italian_leagues
################################################ Italian League International Organization # ################################################
발칸 동맹국가 간 조직체custom tooltip
프랑스 연맹국가 간 조직체custom tooltip
신성 로마 연맹국가 간 조직체custom tooltip
이베리아 연맹국가 간 조직체custom tooltip
제1 이탈리아 연맹국가 간 조직체custom tooltip
제2 이탈리아 연맹국가 간 조직체custom tooltip
제3 이탈리아 연맹국가 간 조직체custom tooltip정의in_game/common/scripted_effects/international_organization_effects.txt:1742
1743custom_tooltip = {
1744text = destroy_all_italian_leagues_tt 활성화된 모든 연맹이 파괴될 것입니다
1745random_country = {
1746limit = {
1747capital.region = region:italy_region
}
1749if = {
1751destroy_international_organization = {
}
}
1753if = {
1755destroy_international_organization = {
}
}
1757if = {
1759destroy_international_organization = {
}
}
1761if = {
}
1765if = {
}
1769if = {
}
1773if = {
1775destroy_international_organization = {
}
}
}
}