Ereignis
Target Province Destination ist ein beliebtes Ziel für Einwanderer

Die Pracht und der gute Name von Target Province Destination veranlassten die Bevölkerung von Target Province Origin dazu, dorthin einzuwandern. Wenn sie aus dem lateinischen Westen kommen, werden sie dazu beitragen, unsere Verbindung dorthin zu vertiefen. Wenn es sich um orthodoxe Nachbarn handelt, wird ihre Ankunft den historischen Charakter der Provinz stärken.
Fate of the PhoenixDLCtrigger
Fremdmigration verbotenModifikatorartoption 1, option 2
KatholizismusReligionimmediate, option 1, option 2, trigger
OrthodoxieReligionimmediate, triggerDefinitionin_game/events/government/D008_latinization_vs_hellenization.txt:2513
2514type = country_event
2515title = latinization_vs_hellenization.19.title Target Province Destination ist ein beliebtes Ziel für Einwanderer
2516desc = latinization_vs_hellenization.19.desc Die Pracht und der gute Name von Target Province Destination veranlassten die Bevölkerung von Target Province Origin dazu, dorthin einzuwandern. Wenn sie aus dem lateinischen Westen kommen, werden sie dazu beitragen, unsere Verbindung dorthin zu vertiefen. Wenn es sich um orthodoxe Nachbarn handelt, wird ihre Ankunft den historischen Charakter der Provinz stärken.
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
}
}
}