
내각 행동이번 버전 변경
스와힐리 지방 병합
스와힐리 해안에 영향력을 행사하려면, 해당 지방이 강제력의 동원 없이도 자진하여 우리 영역에 병합될 수 있도록 현지의 팝을 우리의 일부로 제대로 받아들여야 합니다.
보정치
정의in_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" 병합할 지방 선택:
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
}

