이벤트
식민지에 재난 발생
우리 식민지 중 한 곳에 재난이 발생해 많은 개척민이 죽고 더 많은 수가 고향으로 돌아갔습니다. 식민지를 아예 잃을지도 모르는, 최악의 상황입니다.
정의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
}
}
}