Event
Target Province Destination Attracts Migrants

The splendor and good name of Target Province Destination have led people from Target Province Origin to embark on a journey to our lands. If they come from the Latin West, their settlement will deepen our connections there; if they are Orthodox neighbors, their arrival will strengthen the ancient character of the province.
Fate of the PhoenixDLCtrigger
Disallow Foreign MigrationModifier Typeoption 1, option 2
CatholicismReligionimmediate, option 1, option 2, trigger
OrthodoxyReligionimmediate, triggerDefinitionin_game/events/government/D008_latinization_vs_hellenization.txt:2513
2514type = country_event
2515title = latinization_vs_hellenization.19.title Target Province Destination Attracts Migrants
2516desc = latinization_vs_hellenization.19.desc The splendor and good name of Target Province Destination have led people from Target Province Origin to embark on a journey to our lands. If they come from the Latin West, their settlement will deepen our connections there; if they are Orthodox neighbors, their arrival will strengthen the ancient character of the province.
2517outcome = neutral
2518trigger = {
2520has_societal_value = societal_value_type:latinization_vs_hellenization
2521num_of_non_rural > 0
2522at_war = no
2524any_related_country = {
2525type = alliance
2526at_war = no
2531total_population >= {
2532value = root.total_population
2533multiply = 0.2
}
}
2537any_province = {
2538root = {
2538own_entire_province = prev.province_definition
}
}
}
2542illustration_tags = {
254310 = regular
254410 = exterior
}
2547immediate = {
}
2550random_related_country = {
2551type = alliance
2552limit = {
2553at_war = no
2558total_population >= {
2559value = root.total_population
2560multiply = 0.2
}
}
2564save_scope_as = target_country
2566ordered_province = {
2567order_by = {
2568value = population
2569multiply = "border_distance_to(root)"
}
2571max = 10
2572check_range_bounds = no
2574add_to_list = LvH_event_19_1_list
}
}
2578random_in_list = {
2579list = LvH_event_19_1_list
2581save_scope_as = target_province_origin
2583province_definition = {
2583save_scope_as = target_origin_province_definition
}
2585owner = {
2585save_scope_as = target_owner_country
}
}
2588ordered_province = {
2589limit = {
2590root = {
2590own_entire_province = prev.province_definition
}
}
2592order_by = {
2593value = "border_distance_to(scope:target_province)"
2594multiply = -1
}
2596max = 6
2597check_range_bounds = no
2599add_to_list = LvH_event_19_2_list
}
2602random_in_list = {
2603list = LvH_event_19_2_list
2605save_scope_as = target_province_destination
2607province_definition = {
2607save_scope_as = target_destination_province_definition
}
2609province_capital = {
2609save_scope_as = target_province_capital
}
}
}