Ereignis
Koloniale Katastrophe
Eine Katastrophe hat eine unserer Kolonien getroffen: Viele Siedler sind umgekommen und noch mehr sind nach Hause zurückgekehrt. Es ist ein echtes Desaster – wir könnten die Kolonie sogar ganz verlieren.
Definitionin_game/events/colonization/colonial_charter.txt:156
157hide_portraits = yes
158type = country_event
159title = colonial_charter.4.title Koloniale Katastrophe
160desc = colonial_charter.4.desc Eine Katastrophe hat eine unserer Kolonien getroffen: Viele Siedler sind umgekommen und noch mehr sind nach Hause zurückgekehrt. Es ist ein echtes Desaster – wir könnten die Kolonie sogar ganz verlieren.
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
}
}
}