事件
移民自Target Province Origin而至

成群结队的家族已开始离开Target Province Origin,经由Target Country进入我国境内。受新机遇的吸引或对当地治理的不满驱使,这些移民如今在Target Province Destination定居下来,带来了可能改变我国社会平衡的习俗与技能,将我们进一步纳入天朝文化圈的轨道之中。
天朝国际组织trigger
禁止跨境移民修正类型trigger
汉化 vs 去汉化社会价值观triggerrecently_had_2315_variable变量trigger定义in_game/events/government/societal_values.txt:10953
10954type = country_event
10955title = societal_values.2315.title 移民自Target Province Origin而至
10956desc = societal_values.2315.desc 成群结队的家族已开始离开Target Province Origin,经由Target Country进入我国境内。受新机遇的吸引或对当地治理的不满驱使,这些移民如今在Target Province Destination定居下来,带来了可能改变我国社会平衡的习俗与技能,将我们进一步纳入天朝文化圈的轨道之中。
10957outcome = neutral
10959illustration_tags = {
1096010 = regular
1096110 = exterior
}
10964trigger = {
10965has_societal_value = societal_value_type:sinicized_vs_unsinicized
10970this != root
10972is_neighbor_of = root
}
10974num_provinces > 4
}
10977immediate = {
}
10980save_scope_as = target_country
10985ordered_border_location = {
10986limit = {
10986is_neighbor_of = ROOT
}
10987order_by = population
10988max = 1
10989province = {
10989save_scope_as = target_province_origin
}
10990province_definition = {
10990save_scope_as = target_province_definition_origin
}
}
}
10993ordered_border_location = {
10994limit = {
10995is_neighbor_of = scope:target_country
10996province_definition = {
10997NOT = {
10997this = scope:target_province_definition_origin
}
}
}
11000order_by = population
11001max = 1
11002province = {
11002save_scope_as = target_province_destination
}
11003province_definition = {
11003save_scope_as = target_province_definition_destination
}
}
}