
Cabinet Action
Integrate Province
When we have conquered a Province, we need to Integrate it before it will be a part of our Country. If it does not become integrated, the Pops in the province may Rebel.
Better IntegrationAdvancepotentialNMapColors|MAP_COLOR_HIGHDefineselect triggerNMapColors|MAP_COLOR_LOWDefineselect triggerModifiers
Definitionin_game/common/cabinet_actions/integrate_province.txt:1
2ability = mil
3allow_multiple = yes
12allow = {
}
15select_trigger = {
16looking_for_a = province
17source = actor
18target_flag = target
19name = "integrate_province_select_province" Select the Province to Integrate:
20none_available_msg_key = "integrate_province_no_provinces"
21column = {
22data = name
}
24column = {
25data = integration
}
27column = {
28data = population
}
30visible = {
31NOT = {
31interaction_target = target
}
}
32any_location_in_province = {
33integration_level = conquered
}
}
36map_color = {
37lerp = {
40factor = integration_progress
}
}
}
45is_finished = {
46scope:target = {
47any_location_in_province = {
48OR = {
49integration_level = integrated
50integration_level = core
}
52count = all
}
}
}
61progress = {
62scope:target = {
63value = province_average_integration
}
}
67map_marker = {
68show_for_owner = yes
}
