
Cabinet ActionChanged this version
Increase Province Control
This will slowly increase our Control in the selected Province. This can be useful when circumstances have changed, and we quickly wish to increase control.
Can Send Secret Royal InspectorsModifier TypepotentialModifiers
Max Control+10%
Monthly Control+1%
Definitionin_game/common/cabinet_actions/increase_control.txt:1
2ability = adm
4potential = {
}
11allow = {
12or = {
13scope:is_active ?= yes
14any_province = {
}
}
}
20select_trigger = {
21looking_for_a = province
22source = actor
23target_flag = selected_province
25ai_interaction_source_list = {
26scope:actor = {
27low_control_best_tax_base = {
28add_to_list = source
}
}
}
35name = "increase_control_province_select_province" Select the Province to increase Control in:
36none_available_msg_key = "increase_control_no_provinces"
37pre_evaluation_sort_value = {
38value = province_tax_base
}
40pre_evaluation_number_to_evaluate_fully = 5
41column = {
42data = name
}
44column = {
45data = control
}
47column = {
48data = game_concept_max_control
}
50column = {
51data = population
}
53column = {
54data = province_location_wealth
}
56visible = {
57province_average_control < 0.95
58NOT = {
58interaction_target = selected_province
}
}
}
60map_color = {
61lerp = {
64factor = local_control
}
}
}
74progress = {
75scope:selected_province = {
76value = province_average_control
}
}
80map_marker = {
81show_for_owner = yes
}