
Kabinettsaktion
Bevölkerung besänftigen
Dies wird die Unruhe der örtlichen Bevölkerung verringern.
Modifikatoren
Definitionin_game/common/cabinet_actions/pacify_population.txt:1
2ability = mil
3allow_multiple = yes
5potential = {
6num_locations > 0
}
9allow = {
10any_province = {
11any_location_in_province = {
12average_satisfaction < 0.7
}
}
}
17select_trigger = {
18looking_for_a = province
19source = actor
20target_flag = target
21name = "pacify_population_select_province" Die Provinz zur Verringerung der Unruhe auswählen:
22none_available_msg_key = "pacify_population_no_provinces"
23column = {
24data = name
}
26column = {
27data = rebel_progress
}
29column = {
30data = satisfaction
}
32column = {
33data = population
}
35default_sort = satisfaction
36visible = {
37any_location_in_province = {
38average_satisfaction < 0.7
}
40NOT = {
40interaction_target = target
}
}
}
42map_color = {
43lerp = {
46factor = average_satisfaction
}
}
}
51location_modifier = {
}
57map_marker = {
58show_for_owner = yes
}

