이벤트
이주의 물결
우리 식민지인 Target에 일확천금을 노리는 이민자들의 물결이 이어지고 있습니다. 얼마 지나지 않아 자급 능력을 갖추고, 우리나라에 많은 부를 안겨다 줄 도시로 성장할 것입니다.
정의in_game/events/colonization/colonial_charter.txt:91
92hide_portraits = yes
93type = country_event
94title = colonial_charter.3.title 이주의 물결
95desc = colonial_charter.3.desc 우리 식민지인 Target에 일확천금을 노리는 이민자들의 물결이 이어지고 있습니다. 얼마 지나지 않아 자급 능력을 갖추고, 우리나라에 많은 부를 안겨다 줄 도시로 성장할 것입니다.
96outcome = neutral
100trigger = {
101scope:target.province_definition ?= {
102any_location_in_province_definition = {
103has_owner = no
104is_ownable = yes
105is_land = yes
106any_neighbor_location = {
107owner ?= root
}
}
}
}
114illustration_tags = {
11510 = happy
11610 = exterior
}
119immediate = {
120scope:target.province_definition = {
121random_location_in_province_definition = {
122limit = {
123has_owner = no
124is_ownable = yes
125is_land = yes
126any_neighbor_location = {
127owner ?= root
}
}
131save_scope_as = new_colony
}
}
}