이벤트
산업 도시화

최근 이루어진 생산 및 산업 기술의 변화로 Urbanization Province의 경제가 활성화되면서 사람들이 Flavor Rank 전역에서 일자리를 찾아 모여들기 시작했습니다. 농촌을 떠나 Urbanization Province Rank Urbanization Province에서 새로운 일자리와 새로운 삶을 꿈꾸는 사람들이 조금씩 꾸준히 유입되고 있습니다.
고급 옷감 제직소건물immediate, trigger
유리 공업소건물immediate, trigger
제지업 길드건물immediate, trigger
직물 방직소건물immediate, trigger
석탄재화immediate, trigger
산업화제도trigger노동자 유입정적 보정치immediate, trigger정의in_game/events/economy/industrialization_events.txt:978
979hide_portraits = yes
980type = country_event
981title = industrialization_events.13.title 산업 도시화
982desc = industrialization_events.13.desc 최근 이루어진 생산 및 산업 기술의 변화로 Urbanization Province의 경제가 활성화되면서 사람들이 Flavor Rank 전역에서 일자리를 찾아 모여들기 시작했습니다. 농촌을 떠나 Urbanization Province Rank Urbanization Province에서 새로운 일자리와 새로운 삶을 꿈꾸는 사람들이 조금씩 꾸준히 유입되고 있습니다.
983outcome = neutral
985image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_coal.dds"
987trigger = {
989num_provinces > 1
990capital ?= {
992region = {
993any_location_in_region = {
994owner ?= root
995integration_level = core
996prosperity > 0
997OR = {
}
}
}
}
}
1011immediate = {
1012capital ?= {
1013region = {
1014random_location_in_region = {
1015limit = {
1016owner ?= root
1017integration_level = core
1018prosperity > 0
1019OR = {
}
}
1028save_scope_as = urbanization_province
1029area = {
1029save_scope_as = target_area
}
}
}
}
1033random_province = {
1034limit = {
1035this != scope:urbanization_province.province
}
1037save_scope_as = target_rural_province
}
}