Event
Wave of Immigration
One of our colonies, Target, has received a surge of immigrants seeking their fortune in our colonies. It will soon become a self-supporting city providing much wealth to our realm.
Definitionin_game/events/colonization/colonial_charter.txt:91
92hide_portraits = yes
93type = country_event
94title = colonial_charter.3.title Wave of Immigration
95desc = colonial_charter.3.desc One of our colonies, Target, has received a surge of immigrants seeking their fortune in our colonies. It will soon become a self-supporting city providing much wealth to our realm.
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
}
}
}