
Cabinet Action
Expel People
This will force Pops to Migrate away from this Province.
Support New Farms in North or EastCabinet Actionselect triggerNMapColors|MAP_COLOR_HIGHDefineselect triggerNMapColors|MAP_COLOR_LOWDefineselect triggerModifiers
Definitionin_game/common/cabinet_actions/expel_people.txt:1
2ability = mil
4potential = {
5num_locations > 0
}
8select_trigger = {
9looking_for_a = province
10source = actor
11target_flag = target
12name = "expel_people_select_province" Select the Province to expel people from:
13none_available_msg_key = "expel_people_no_provinces"
14column = {
15data = name
}
17column = {
18data = control
}
20column = {
21data = peasants_unemployment
}
23column = {
24data = population
}
26default_sort = control
27visible = {
28any_location_in_province = {
29local_control > 0
30count = all
}
32NOT = {
32interaction_target = target
}
}
33NOT = {
33interaction_target = target
}
}
}
35map_color = {
36lerp = {
39factor = migration_attraction
}
}
}
44location_modifier = {
}
53map_marker = {
54show_for_owner = yes
}




