
Cabinet Action
Send Secret Royal Inspectors
This will increase our Control in our selected province drastically.
Can Send Secret Royal InspectorsModifier TypepotentialModifiers
Unrest−5%
Max Control+30%
Monthly Control+2%
Definitionin_game/common/cabinet_actions/send_secret_royal_inspectors.txt:1
2ability = adm
3icon = increase_control_province
9select_trigger = {
10looking_for_a = province
11source = actor
12target_flag = target
13name = "send_secret_royal_inspectors_select_province" Select the Province to increase Control in:
14none_available_msg_key = "send_secret_royal_inspectors_no_provinces"
15column = {
16data = name
}
18column = {
19data = control
}
21column = {
22data = population
}
24column = {
25data = province_tax_base
}
27visible = {
28any_location_in_province = {
29local_control < 0.95
30count = all
}
}
33map_color = {
34lerp = {
37factor = local_control
}
}
}
42location_modifier = {
}
48map_marker = {
49show_for_owner = yes
}