Event
Colonial Disaster
A disaster has struck one of our colonies. Many settlers have died and yet more have returned home. This is a disaster and we may even lose our colony.
Definitionin_game/events/colonization/colonial_charter.txt:156
157hide_portraits = yes
158type = country_event
159title = colonial_charter.4.title Colonial Disaster
160desc = colonial_charter.4.desc A disaster has struck one of our colonies. Many settlers have died and yet more have returned home. This is a disaster and we may even lose our colony.
161outcome = neutral
163trigger = {
164scope:target ?= {
165province_definition ?= {
166any_location_in_province_definition = {
167has_owner = no
168is_ownable = yes
169any_pop = {
170culture = root.culture
171religion = root.religion
}
}
}
}
}
178illustration_tags = {
17910 = regular
18010 = exterior
}
184immediate = {
185scope:target.province_definition = {
186random_location_in_province_definition = {
187limit = {
188has_owner = no
189is_ownable = yes
190any_pop = {
191culture = root.culture
192religion = root.religion
}
}
195save_scope_as = death_place
}
}
}