事件
移民潮
我们的一个殖民地,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
}
}
}