
Cabinet ActionChanged this version
Integrate Swahili Province
To exert our influence in the Swahili Coast we must make sure the Pops there are properly accepted into our realm and integrated without the need of force.
Modifiers
Definitionin_game/common/cabinet_actions/oma_zanzibar_integration.txt:1
2ability = adm
3icon = integrate_area
4potential = {
6num_locations > 0
7any_province = {
8any_location_in_province = {
9integration_level = conquered
10region = region:swahili_coast_region
}
}
}
16select_trigger = {
17looking_for_a = province
18source = actor
19target_flag = target
20name = "integrate_province_select_province" Select the Province to Integrate:
21none_available_msg_key = "integrate_province_no_provinces"
22column = {
23data = name
}
25column = {
26data = integration
}
28column = {
29data = population
}
31visible = {
32any_location_in_province = {
33integration_level = conquered
34region = region:swahili_coast_region
}
36NOT = {
36interaction_target = target
}
}
}
38map_color = {
39lerp = {
42factor = integration_progress
}
}
}
47is_finished = {
48scope:target ?= {
49any_location_in_province = {
50OR = {
51integration_level = integrated
52integration_level = core
}
54count = all
}
}
}
59province_modifier = {
}
64progress = {
65scope:target ?= {
66value = province_average_integration
}
}
70map_marker = {
71show_for_owner = yes
}

