イベント
植民地の災害
植民地のひとつが災害に見舞われ、多くの入植者が死亡し、さらに多くの帰国者も出た。この災難により、我々は植民地を失うことになるかもしれない。
定義in_game/events/colonization/colonial_charter.txt:156
157hide_portraits = yes
158type = country_event
159title = colonial_charter.4.title 植民地の災害
160desc = colonial_charter.4.desc 植民地のひとつが災害に見舞われ、多くの入植者が死亡し、さらに多くの帰国者も出た。この災難により、我々は植民地を失うことになるかもしれない。
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
}
}
}