
Action de conseillerModifié dans cette version
Intégrer la Province swahilie
Pour étendre notre influence sur les Côtes des Swahilis, nous devons nous assurer que les Groupes sociaux qui s'y trouvent sont correctement acceptés dans notre royaume et intégrés sans qu'il soit nécessaire de recourir à la force.
Modificateurs
Définitionin_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" Choisissons la Province à 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
}

