Event
Migrants Arrive from Target Province Origin

Groups of families have begun to leave Target Province Origin, crossing into our lands from Target Country. Drawn by new opportunities or discontent with their local administration, these migrants now settle in Target Province Destination, bringing with them customs and skills that may alter the balance of our society, pulling us ever closer to the Middle Kingdom.
Middle KingdomInternational Organizationtrigger
Disallow Foreign MigrationModifier Typetrigger
Sinicized vs UnsinicizedSocietal Valuetriggerrecently_had_2315_variableVariabletriggerDefinitionin_game/events/government/societal_values.txt:10953
10954type = country_event
10955title = societal_values.2315.title Migrants Arrive from Target Province Origin
10956desc = societal_values.2315.desc Groups of families have begun to leave Target Province Origin, crossing into our lands from Target Country. Drawn by new opportunities or discontent with their local administration, these migrants now settle in Target Province Destination, bringing with them customs and skills that may alter the balance of our society, pulling us ever closer to the Middle Kingdom.
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
}
}
}