이벤트
흉작
Target에 흉년이 들었습니다. 그 결과 식량난이 발생해 신규 이주민의 유치가 줄어들었으며, 기존 주민들도 고향으로 돌아가고 있습니다. 이 사건으로 인해 식민지의 전망에 암운이 드리웠습니다.
정의in_game/events/colonization/colonial_charter.txt:460
461type = country_event
462title = colonial_charter.10.title 흉작
463desc = colonial_charter.10.desc Target에 흉년이 들었습니다. 그 결과 식량난이 발생해 신규 이주민의 유치가 줄어들었으며, 기존 주민들도 고향으로 돌아가고 있습니다. 이 사건으로 인해 식민지의 전망에 암운이 드리웠습니다.
464outcome = neutral
466trigger = {
467scope:target.province_definition ?= {
468any_location_in_province_definition = {
469is_ownable = yes
}
}
}
474immediate = {
475scope:target.province_definition = {
476random_location_in_province_definition = {
477limit = {
478is_ownable = yes
}
480save_scope_as = target_location
}
}
}
485illustration_tags = {
48610 = angry
48710 = exterior
}