
Cabinet Action
Increase Area Control
This will slowly increase our Control in the selected Area. This can be useful when circumstances have changed, and we quickly wish to increase control.
Can Send Secret Royal InspectorsModifier TypepotentialModifiers
Max Control+15%
Monthly Control+0.5%
Definitionin_game/common/cabinet_actions/increase_control_area.txt:1
2ability = adm
4potential = {
}
10allow = {
11or = {
12scope:is_active ?= yes
13any_province = {
}
}
}
19select_trigger = {
20looking_for_a = area
21source = actor
22source_flags = areas_with_owned_presence
23target_flag = selected_area
25ai_interaction_source_list = {
26scope:actor = {
27low_control_best_tax_base.area = {
28add_to_list = source
}
}
}
34name = "increase_control_area_select_area" Select the Area to increase Control in:
35none_available_msg_key = "increase_control_no_provinces"
36column = {
37data = name
}
39column = {
40data = population
}
42visible = {
43area_average_control(scope:actor) < 0.95
44NOT = {
44interaction_target = selected_area
}
}
}
46map_color = {
47lerp = {
50factor = local_control
}
}
}
60progress = {
61scope:selected_area = {
62value = "area_average_control(scope:actor)"
}
}
66map_marker = {
67show_for_owner = yes
}