이벤트
Target Location Destination에 정착한 Target Country Adjective 도시민

Target Country에서 온 도시민들이 Target Location Destination 주변에 자리를 잡고, 우리나라의 교역을 중화제국과 더욱 긴밀히 연결하는 교역망을 구축하기 시작했습니다. 이들의 존재로 새로운 재화와 번영을 기대할 수는 있겠으나 일각에서는 외국 상인들이 우리 경제에 과도한 영향력을 행사하게 될 것이라고 우려합니다.
중화제국국가 간 조직체trigger
중국화 대 비중국화사회 가치관trigger정의in_game/events/government/societal_values.txt:11031
11032type = country_event
11033title = societal_values.2318.title Target Location Destination에 정착한 Target Country Adjective 도시민
11034desc = societal_values.2318.desc Target Country에서 온 도시민들이 Target Location Destination 주변에 자리를 잡고, 우리나라의 교역을 중화제국과 더욱 긴밀히 연결하는 교역망을 구축하기 시작했습니다. 이들의 존재로 새로운 재화와 번영을 기대할 수는 있겠으나 일각에서는 외국 상인들이 우리 경제에 과도한 영향력을 행사하게 될 것이라고 우려합니다.
11035outcome = neutral
11037illustration_tags = {
1103810 = regular
1103910 = interior
}
11042trigger = {
11043num_of_non_rural > 0
11044has_societal_value = societal_value_type:sinicized_vs_unsinicized
11047NOT = {
}
11048any_market_with_merchants = {
}
11050any_owned_non_rural_location = {
}
}
11055immediate = {
}
11057save_scope_as = target_country
}
11058ordered_owned_non_rural_location = {
11059limit = {
11060market = {
11060has_merchant = scope:target_country
}
}
11062order_by = {
11063value = location_population_percentage
11064multiply = -1
11065if = {
11066limit = {
11067market = {
11067has_merchant = scope:target_country
}
}
11069divide = 0.5
}
}
11072max = 8
11073check_range_bounds = no
11074add_to_list = 2318_destination_list
}
11078random_in_list = {
11079list = 2318_destination_list
11080save_scope_as = target_location_destination
11081province_definition = {
11081save_scope_as = target_province_definition_destination
}
11084province = {
11084save_scope_as = target_province_origin
}
}
11086scope:target_country = {
11087ordered_owned_non_rural_location = {
11088order_by = {
11089value = "distance_to_squared(scope:target_location_destination)"
11090multiply = -1
11091if = {
11092limit = {
11093market = {
11093has_merchant = ROOT
}
}
11095divide = 0.5
}
}
11098max = 8
11099check_range_bounds = no
11100province_definition = {
11101add_to_list = 2318_origin_list
}
}
}
11105random_in_list = {
11106list = 2318_origin_list
11107save_scope_as = target_province_definition_origin
}
}